You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to write a publisher listener on two different machines, the first will send data, the second should make the robot say the data or move accordingly.
In the docs such actions are performed through e.g.,
ros2 topic pub --once /speech std_msgs/String "data: hello"
how to do that in Python?
Also how to debug the driver (in the above command) in PyCharm ?
The text was updated successfully, but these errors were encountered:
I want to write a publisher listener on two different machines, the first will send data, the second should make the robot say the data or move accordingly.
In the docs such actions are performed through e.g.,
ros2 topic pub --once /speech std_msgs/String "data: hello"
how to do that in Python?
Also how to debug the driver (in the above command) in PyCharm ?
The text was updated successfully, but these errors were encountered: