Hi, I have this error, what does this mean?
moveit_commander.roscpp_initialize(sys.argv)
AttributeError: 'module' object has no attribute 'roscpp_initialize'
Asked by andydar on 2016-05-03 06:37:29 UTC
moveit_commander.roscpp_initialize(sys.argv)
AttributeError: 'module' object has no attribute 'roscpp_initialize'
Asked by andydar on 2016-05-03 06:37:29 UTC
Comments
Where is the context? Post the rest of the code.
Asked by halfpotato on 2016-05-03 14:34:21 UTC
the code is from moveit tutorial website http://docs.ros.org/indigo/api/pr2_moveit_tutorials/html/planning/scripts/doc/move_group_python_interface_tutorial.html
Asked by andydar on 2016-05-09 06:34:56 UTC
I think it's this line causing the problem moveit_commander.roscpp_initialize(sys.argv)
Asked by andydar on 2016-05-09 06:39:23 UTC