rpg_quadrotor_control icon indicating copy to clipboard operation
rpg_quadrotor_control copied to clipboard

Write Sbus message

Open Pratiquea opened this issue 6 years ago • 1 comments

I have tried executing the sbus using launch file using the command roslaunch sbus_bridge sbus_bridge.launch The transmitter works fine with the sbus node, but I am not able to figure out the function to write sbus message to flight controller. Is there a function to directly write the values (channel, failsafe and lostframe) to sbus?

Pratiquea avatar Jan 14 '19 17:01 Pratiquea

Hi @Pratiquea The wiki page SBUS Bridge Overview gives a short overview and mentions that you can send ControlCommand messages to the bridge and it forwards them to the flight controller.

It is not made to send arbitrary messages and right now, but if you implement this we would be happy if you contribute it to our repository. I'm assigning @kohlerj and @mfaessle since they might have more insight on this and could correct me if I'm wrong.

foehnx avatar Jan 16 '19 07:01 foehnx