Robotics StackExchange | Archived questions

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

Comments

Where is the context? Post the rest of the code.

Asked by halfpotato on 2016-05-03 14:34:21 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

Answers