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 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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: