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
ros2 topic pub --once /speech std_msgs/String "data: hello" how to do that in Python?
where to look for the entire API (topics) listing documentation?
Also how to debug the driver (in the above command) in PyCharm ?
The text was updated successfully, but these errors were encountered:
How to write Python to control your driver?
ros2 topic pub --once /speech std_msgs/String "data: hello"
how to do that in Python?where to look for the entire API (topics) listing documentation?
Also how to debug the driver (in the above command) in PyCharm ?
The text was updated successfully, but these errors were encountered: