We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create 3 dance example should return control of the lights to the robot.
Currently, when the dance ends, the robot remains with colored lights. This requires to manually issue
ros2 topic pub /cmd_lightring irobot_create_msgs/msg/LightringLeds "{override_system: false, leds: [{red: 255, green: 0, blue: 0}, {red: 0, green: 255, blue: 0}, {red: 0, green: 0, blue: 255}, {red: 255, green: 255, blue: 0}, {red: 255, green: 0, blue: 255}, {red: 0, green: 255, blue: 255}]}" -1
to return control to the robot.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Create 3 dance example should return control of the lights to the robot.
Currently, when the dance ends, the robot remains with colored lights.
This requires to manually issue
to return control to the robot.
The text was updated successfully, but these errors were encountered: