2018-05-06-how-to-start-jenny
In PC1
Access the first PC of Jenny from the computer by using the command
Alias:
cob1
.Start the
roscore
using the command
Bringing up the robot
Access Jenny'S PC1 using ssh (alias cob1).
Bring up the robot using the following command:
Alias:
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_URI
to Jenny's first PC:Alias:
export_cob
To let the ROS master know where youre node is running, set the
ROS_IP
variable to the IP of the PC you are usingAlias:
export_rosip
Note: The
ifconfig
command can be used to get your computer's IP address.Launch the "Dashboard" GUI, used to initialize Jenny
Alias: 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
Note: for all the alias list click here
Last updated
Was this helpful?