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

What happened to the Python API for Interactive Markers?

asked 2013-02-04 15:19:19 -0500

duy gravatar image

updated 2014-01-28 17:15:06 -0500

ngrennan gravatar image

With the desktop-full installation, I'm trying to run the interactive_markers_tutorials python node and I get this error message:

$ rosrun interactive_marker_tutorials simple_marker.py 

Traceback (most recent call last):
  File "/opt/ros/groovy/stacks/visualization_tutorials/interactive_marker_tutorials/python/simple_marker.py", line 35, in <module>
    from interactive_markers.interactive_marker_server import *
ImportError: No module named interactive_markers.interactive_marker_server

This works in Fuerte. The C++ node works fine in Groovy. It looks like the Python code is missing in the installation.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
3

answered 2013-02-05 05:47:20 -0500

dgossow gravatar image

updated 2013-02-05 06:56:26 -0500

This had been fixed for some time, but not released. I've triggered a release into groovy (1.9.5).

edit flag offensive delete link more

Comments

Thanks!

duy gravatar image duy  ( 2013-02-05 11:17:47 -0500 )edit
0

answered 2013-02-05 04:22:47 -0500

tfoote gravatar image

It's probably a bug in the groovy release. I suggest filing a ticket against interactive_markers

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-02-04 15:19:19 -0500

Seen: 409 times

Last updated: Feb 05 '13