Files
dreamDeckAutopilot/sensors/rc_receiver/msg/rc.msg
T
2026-07-27 13:51:19 +08:00

13 lines
273 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 线性速度(单位:m/s
float32 linear_x
float32 linear_y
float32 linear_z
# 转向速度(角速度,单位:rad/s)
float32 angular_x
float32 angular_y
float32 angular_z
# 控制模式(0: auto_driving1: remote_control
int8 control_mode