Skip to content

eryeden/sbus_ros2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sbus_ros2

I ported sbus_serial to ROS2.

Build

colcon build --symlink-install

Launch the node

ros2 launch sbus_bridge sbus_bridge_node_launch.py

Config

See src/sbus_bridge/config/params.yaml

Use this on the Jetson Nano

  1. Add a permission to connect an UART port.
sudo gpasswd --add ${USER} dialout
sudo chmod 666 /dev/ttyTHS1
  1. Make sure the receiver outputs the S.bus signal.
  2. You can check the raw output:
./install/sbus_bridge/lib/sbus_bridge/sbus_calib /dev/ttyTHS1

/dev/ttyTHS1 should be set as the available UART port.

Schematics

sch

About

The Futaba Sbus bridge works on ROS2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors