You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find it useful to have a reading of the RC sticks, which can help debugging or be used for quickly adding functions when Autonomy is developed and tested.
For example, in the past I used RC sticks to provide velocity reference to my Companion software, which is convenient as you can use the same transmitter and switch its behavior (direct stick control or through autonomy) simply by flipping a switch.
RC DDS Topic
/ap/rc topic of type arduilot_msgs/msg/Rc with:
is_connected: bool
receiver_rssi: value in [0, 100]
channels[]: values in micro-seconds
active_overrides[]: vector of bools, indicating whether a channel is overridden.
This would limit to only 8 channels by default, which I think covers the majority of situations.
I find it useful to have a reading of the RC sticks, which can help debugging or be used for quickly adding functions when Autonomy is developed and tested.
For example, in the past I used RC sticks to provide velocity reference to my Companion software, which is convenient as you can use the same transmitter and switch its behavior (direct stick control or through autonomy) simply by flipping a switch.
RC DDS Topic
/ap/rc
topic of typearduilot_msgs/msg/Rc
with:is_connected
: boolreceiver_rssi
: value in [0, 100]channels[]
: values in micro-secondsactive_overrides[]
: vector of bools, indicating whether a channel is overridden.This would limit to only 8 channels by default, which I think covers the majority of situations.
PR
#28907
Platform
[ x ] All
[ ] AntennaTracker
[ ] Copter
[ ] Plane
[ ] Rover
[ ] Submarine
The text was updated successfully, but these errors were encountered: