roslibpy : Publishing and subscribing using custom messages
are there some examples which could guide me to publishing and subscribing using custom messages with roslibpy ?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
For completeness, the question is answered in detail in this github issue, but in short: you don't need to add any additional type information, simply supply a message -which is basically a python dictionary- that matches (key and value-type-wise) to the expected message format and that's it.
Asked: 2018-10-01 04:45:42 -0600
Seen: 1,979 times
Last updated: Feb 19 '19
@gramaziokohler @gonzalocasas