ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

roslibpy : Publishing and subscribing using custom messages

asked 2018-10-01 04:45:42 -0500

aks gravatar image

are there some examples which could guide me to publishing and subscribing using custom messages with roslibpy ?

edit retag flag offensive close merge delete

Comments

@gramaziokohler @gonzalocasas

aks gravatar image aks  ( 2018-10-01 04:46:27 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
3

answered 2019-02-19 13:47:56 -0500

gonzalocasas gravatar image

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.

edit flag offensive delete link more

Comments

excellent answer my guy

dwd394 gravatar image dwd394  ( 2022-07-12 20:44:45 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2018-10-01 04:45:42 -0500

Seen: 1,871 times

Last updated: Feb 19 '19