No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
![]() |
neuronbot2_led package from neuronbot2 reponeuronbot2_bringup neuronbot2_description neuronbot2_gazebo neuronbot2_nav neuronbot2_slam neuronbot2_led |
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/adlink-ros/neuronbot2.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-08-11 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
TODO: Package description
Additional Links
No additional links.
Maintainers
- ros
Authors
No additional authors.
NeuronBot2_LED
Dependency
pip install pyserial
# if pip not found, use pip3 instead
pip3 install pyserial
LED Example
cd <your_neuronbot2_workspace>/src/neuronbot2/neuronbot2_tools/neuronbot2_led/neuronbot2_led
./led_control.py --port /dev/neuronbotLED --mode 6
You can look into led_control.py
to see what else functions you can use to write your own program.
Currently, we have implemented 10 modes listed as below code snippets:
if mode == 0:
s.mode_clear(num)
if mode == 1:
s.mode_white(num)
if mode == 2:
s.mode_amber(num)
if mode == 3:
s.mode_red(num)
if mode == 4:
s.mode_green(num)
if mode == 5:
s.mode_blue(num)
if mode == 6:
s.mode_rainbow(num)
if mode == 7:
s.breath()
if mode == 8:
s.forward(num)
s.backward(num)
if mode == 9:
s.blink_red()
Arduino Sketch
NeuronBot2 LED relies on Adafruit NeoPixel library of Arduino. If you are interested in modifying the Arduino sketch, you can get and build LED (Arduino) source code from this GitHub repo: https://github.com/Adlink-ROS/neuronbot2_led
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_copyright | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged neuronbot2_led at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.