Open unical1988 opened 4 months ago
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 ?
ros2 topic pub --once /speech std_msgs/String "data: hello"
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 ?