ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
roslibpy
works exactly the same as roslibjs
, so you could -most likely- check this example using roslibjs
for video publishing (using message type sensor_msgs/CompressedImage
) and adapt it to roslibpy
, all the subscribing part should be almost identical, then the decoding will be python-specific, but it should not be any problem.