daenny / collvoid

ROS multi_robot_collision_avoidance
http://wiki.ros.org/multi_robot_collision_avoidance
82 stars 37 forks source link

ImportError: No module named stage_ros.msg #4

Open conniemzhang opened 6 years ago

conniemzhang commented 6 years ago

I haven't been able to find any documentation on this error, and it feels as if there is a .msg file missing that contains the relevant information. Does anyone have insight into this?

Full error: File "/home/../catkin_ws/src/collvoid/collvoid_controller/src/collvoid_controller/controllerRobots.py", line 273, in controller_waypoints = ControllerRobots() File "/home/connie/catkin_ws/src/collvoid/collvoid_controller/src/collvoid_controller/controllerRobots.py", line 72, in init from stage_ros.msg import Stall ImportError: No module named stage_ros.msg

onlytailei commented 6 years ago

Same problem

daenny commented 6 years ago

I am busy with work at the moment. But if you use https://github.com/daenny/stage_ros.git it should work

onlytailei commented 6 years ago

Thanks!