Skip to content

dbaldwin/ros_led

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LED strip support for ROS

led_msgs package

Common messages for LEDs.

ws281x package

ws281x LED strip driver for ROS (for a Raspberry Pi only for now). Based on the rpi_ws281x library.

Running without root permissions

To allow running the node without root permissions set the setuid bit to the executable:

sudo chown root:root $(catkin_find ws281x ws281x_node)
sudo chmod +s $(catkin_find ws281x ws281x_node)

Additional information

These packages are used in Clover drone ROS platform. Read more in the Clover documentation.

RPi binaries (armhf, ROS Melodic/Noetic, Buster) are available at http://packages.coex.tech.

About

LED strip support for ROS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 64.2%
  • C++ 27.0%
  • Python 8.0%
  • Shell 0.8%