2018-05-06-how-to-start-jenny
In PC1
Access the first PC of Jenny from the computer by using the command
ssh -X username@cob3-1-pc1Alias:
cob1.Start the
roscoreusing the commandroscore
Bringing up the robot
Access Jenny'S PC1 using ssh (alias cob1).
Bring up the robot using the following command:
roslaunch mdr_bringup robot.launchAlias:
bringup
In your PC
Open a second terminal and in order to tell your computer where the ROS master is located, set the variable
ROS_MASTER_URIto Jenny's first PC:export ROS_MASTER_URI=http://cob3-1-pc1:11311/Alias:
export_cobTo let the ROS master know where youre node is running, set the
ROS_IPvariable to the IP of the PC you are usingexport ROS_IP=<Your IP address>Alias:
export_rosipNote: The
ifconfigcommand can be used to get your computer's IP address.Launch the "Dashboard" GUI, used to initialize Jenny
roslaunch mdr_bringup dashboard.launchAlias: dashboard
In the Dashboard GUI
First click on "Init all" button in the GUI Note: Emergency switches have to be released ( procedure for releasing the emergency switch ) before the pressing "Init all"
The wheels will rotate above its z axis and the torso and camera will move to its initial position.
Then click Recover all After few seconds check mark on the GUI should be green
Turning off the computers in Jenny
Access each of the PCs in Jenny (alias cob1, cob2, cob3) and shut down the computer
sudo shutdown nowNote: for all the alias list click here
Last updated
Was this helpful?