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

markers python

asked 2012-05-07 00:38:27 -0500

apalomer gravatar image

updated 2014-01-28 17:12:13 -0500

ngrennan gravatar image

Hi!

I need to add in rviz a marker from a python code. The thing is that I have a ekf map based localization written in python and it is using matplotlib, but I want to plot everithing on rviz, so I need to use markers. All the turtorials I've found are in cpp, but I am obviously not going to change all the code from python to cpp for this.

Where can I find something on python and markers?

Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
4

answered 2012-05-07 01:09:48 -0500

Marker messages are ROS messages just like anything else you can publish from a python node, there's nothing special about them. You can find an example in this question/answer.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-05-07 00:38:27 -0500

Seen: 11,513 times

Last updated: May 07 '12