On Ubuntu, service "turtlebot" sometimes doesn't start [closed]
Occasionally, I find linux' service turtlebot
doesn't really execute anything. For example, "ps awx |grep ros" returns this output when running normally, but sometimes output becomes like:
ps awx |grep ros
1053 ? Ss 0:00 /usr/bin/python /opt/ros/diamondback/stacks/joystick_drivers/ps3joy/ps3joy.py
10028 pts/2 S+ 0:00 grep --color=auto ros
sudo service turtlebot stop
and start
doesn't take effect either. Workaround found is to reboot OS. Any idea?
(Btw what is the joystick thing above that remains even after stopping turtlebot service? An Xbox 360 joystick indeed is connected but not ps3, and it seems a little strange since service isn't running.)