Closed XuRobotics closed 2 years ago
ROS noetic uses python3, and therefore we default in the python script to use python 3. You’ll need to change it to use python 2 if you are running on ROS melodic or lower version.
In the beginning of main_state_machine.py, change
into
smach_ros cannot be imported properly with ROS melodic or lower (no module named ‘until’)