I’m taking Linux for robotics course right now and I’m on exercise 3.1.
My question is why rosrun move_bb8_pkg move_bb8_square.py execution takes forever to run. Eventually when I use ctrl + c to close the execution. I get this error!
^Cfrom: can’t read /var/mail/geometry_msgs.msg
^C^C/home/user/catkin_ws/src/linux_course_files/move_bb8_pkg/my_scripts/move_bb8_square.py: line 6: syntax error near unexpected token (' /home/user/catkin_ws/src/linux_course_files/move_bb8_pkg/my_scripts/move_bb8_square.py: line 6: class MoveBB8():’
Hello all, I am totally new to Linux and ROS. I am practicing on these tutorials. I got similar error but not exactly same. Actually, it gives this when I try to implement the “rosrun” command >>
user:~/catkin_ws/src/linux_course_files/move_bb8_pkg/my_scripts
$ rosrun move_bb8_pkg move_bb8_square.py
import: unable to grab mouse ': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9204. from: can't read /var/mail/geometry_msgs.msg import: unable to grab mouse ‘: Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9204.
import: unable to grab mouse ': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9204. /home/user/catkin_ws/src/linux_course_files/move_bb8_pkg/my_scripts/move_bb8_square.py: line 8: syntax error near unexpected token (’
/home/user/catkin_ws/src/linux_course_files/move_bb8_pkg/my_scripts/move_bb8_square.py: line 8: `class MoveBB8():’