Hi, I have this error, what does this mean? [closed]
moveit_commander.roscpp_initialize(sys.argv)
AttributeError: 'module' object has no attribute 'roscpp_initialize'
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
moveit_commander.roscpp_initialize(sys.argv)
AttributeError: 'module' object has no attribute 'roscpp_initialize'
Asked: 2016-05-03 06:37:29 -0600
Seen: 559 times
Last updated: May 03 '16
Where is the context? Post the rest of the code.
the code is from moveit tutorial website http://docs.ros.org/indigo/api/pr2_mo...
I think it's this line causing the problem moveit_commander.roscpp_initialize(sys.argv)