Closed bryanbocao closed 8 years ago
Follow the instructions below to initialize baxter.sh http://sdk.rethinkrobotics.com/wiki/RSDK_Shell#Initialize
However this might change the previous set configurations, since the configurations have been set up previously, so just type the command below to unset the ROS_HOSTNAME
unset ROS_HOSTNAME
echo $ROS_HOSTNAME
(need to be verified)
and then run the enable robot command.
To enable robot, type this command below:
rosrun baxter_tools enable_robot.py -e
or type this shortcut written in 'bash_aliases.sh" below:
bd
E-Stop is ASSERTED [09:36 PM]catkin_ws $ rosrun baxter_tools enable_robot.py -e INFO rosout: Robot Stopped: Attempting Reset... INFO rosout: Resetting robot... ERROR rosout: Failed to reset robot. Please verify that the ROS_IP or ROS_HOSTNAME environment variables are set and resolvable. For more information please visit: http://sdk.rethinkrobotics.com/wiki/RSDK_Shell#Initialize