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
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