![]() |
neuronbot2_led package from neuronbot2 reponeuronbot2_bringup neuronbot2_description neuronbot2_gazebo neuronbot2_nav neuronbot2_slam neuronbot2_led |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | NeuronBot2 is the newest version of NeuronBot made by Adlink, which fully supports ROS1 and ROS2. |
Checkout URI | https://github.com/adlink-ros/neuronbot2.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-08-11 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- ros
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
Package Dependencies
Deps | Name |
---|---|
ament_copyright | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged neuronbot2_led at Robotics Stack Exchange
![]() |
neuronbot2_led package from neuronbot2 reponeuronbot2_bringup neuronbot2_description neuronbot2_gazebo neuronbot2_nav neuronbot2_slam neuronbot2_led |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | NeuronBot2 is the newest version of NeuronBot made by Adlink, which fully supports ROS1 and ROS2. |
Checkout URI | https://github.com/adlink-ros/neuronbot2.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-08-11 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- ros
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
Package Dependencies
Deps | Name |
---|---|
ament_copyright | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged neuronbot2_led at Robotics Stack Exchange
![]() |
neuronbot2_led package from neuronbot2 reponeuronbot2_bringup neuronbot2_description neuronbot2_gazebo neuronbot2_nav neuronbot2_slam neuronbot2_led |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | NeuronBot2 is the newest version of NeuronBot made by Adlink, which fully supports ROS1 and ROS2. |
Checkout URI | https://github.com/adlink-ros/neuronbot2.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-08-11 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- ros
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
Package Dependencies
Deps | Name |
---|---|
ament_copyright | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged neuronbot2_led at Robotics Stack Exchange
![]() |
neuronbot2_led package from neuronbot2 reponeuronbot2_bringup neuronbot2_description neuronbot2_gazebo neuronbot2_nav neuronbot2_slam neuronbot2_led |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | NeuronBot2 is the newest version of NeuronBot made by Adlink, which fully supports ROS1 and ROS2. |
Checkout URI | https://github.com/adlink-ros/neuronbot2.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-08-11 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- ros
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
Package Dependencies
Deps | Name |
---|---|
ament_copyright | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged neuronbot2_led at Robotics Stack Exchange
![]() |
neuronbot2_led package from neuronbot2 reponeuronbot2_bringup neuronbot2_description neuronbot2_gazebo neuronbot2_nav neuronbot2_slam neuronbot2_led |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | NeuronBot2 is the newest version of NeuronBot made by Adlink, which fully supports ROS1 and ROS2. |
Checkout URI | https://github.com/adlink-ros/neuronbot2.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-08-11 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- ros
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
Package Dependencies
Deps | Name |
---|---|
ament_copyright | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged neuronbot2_led at Robotics Stack Exchange
![]() |
neuronbot2_led package from neuronbot2 reponeuronbot2_bringup neuronbot2_description neuronbot2_gazebo neuronbot2_nav neuronbot2_slam neuronbot2_led |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | NeuronBot2 is the newest version of NeuronBot made by Adlink, which fully supports ROS1 and ROS2. |
Checkout URI | https://github.com/adlink-ros/neuronbot2.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-08-11 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- ros
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
Package Dependencies
Deps | Name |
---|---|
ament_copyright | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged neuronbot2_led at Robotics Stack Exchange
![]() |
neuronbot2_led package from neuronbot2 reponeuronbot2_bringup neuronbot2_description neuronbot2_gazebo neuronbot2_nav neuronbot2_slam neuronbot2_led |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | NeuronBot2 is the newest version of NeuronBot made by Adlink, which fully supports ROS1 and ROS2. |
Checkout URI | https://github.com/adlink-ros/neuronbot2.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-08-11 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- ros
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
Package Dependencies
Deps | Name |
---|---|
ament_copyright | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged neuronbot2_led at Robotics Stack Exchange
![]() |
neuronbot2_led package from neuronbot2 reponeuronbot2_bringup neuronbot2_description neuronbot2_gazebo neuronbot2_nav neuronbot2_slam neuronbot2_led |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | NeuronBot2 is the newest version of NeuronBot made by Adlink, which fully supports ROS1 and ROS2. |
Checkout URI | https://github.com/adlink-ros/neuronbot2.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-08-11 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- ros
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
Package Dependencies
Deps | Name |
---|---|
ament_copyright | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged neuronbot2_led at Robotics Stack Exchange
![]() |
neuronbot2_led package from neuronbot2 reponeuronbot2_bringup neuronbot2_description neuronbot2_gazebo neuronbot2_nav neuronbot2_slam neuronbot2_led |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.0.0 |
License | TODO: License declaration |
Build type | AMENT_PYTHON |
Use | RECOMMENDED |
Repository Summary
Description | NeuronBot2 is the newest version of NeuronBot made by Adlink, which fully supports ROS1 and ROS2. |
Checkout URI | https://github.com/adlink-ros/neuronbot2.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2022-08-11 |
Dev Status | UNKNOWN |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- ros
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
Package Dependencies
Deps | Name |
---|---|
ament_copyright | |
ament_flake8 | |
ament_pep257 |
System Dependencies
Name |
---|
python3-pytest |