You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: