Not working Create 3 lightring by ros2 topic #587
Replies: 1 comment
-
Hi @seungin-cha,
I assume that this means that you are able to drive the robot around and do all other operations, with only the lightring failing to work. I suspect that this could be caused by lack of reliability in your communication. Could you try the following?
Send lightring messages with reliable QoS
If these don't work, then my assumption is likely wrong and the problem could be elsewhere. Try also to use the ROS 2 action to control lightrings
|
Beta Was this translation helpful? Give feedback.
-
Hello, I'm a turtlebot4 user.
I'm trying to do turtlebot4 tutorials, and I found one problem not working.
Create 3 does not respond to ros2 topic
/cmd_lightring
publishing.I'm using this same code, https://turtlebot.github.io/turtlebot4-user-manual/tutorials/first_node_cpp.html.
So I cannot see light color changing even if the publishing data has
override_system=true
.This is my try:
Interface butons respond to clicks normally.
And ROS2 communication is good among User PC, RPi4, and Create 3.
This is my diagnositics result:
It seems no problem about lightring control.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions