MRC/Using Pico
Starting Pico
To start Pico please follow the following steps:
- Power on Pico, the on-off switch is on the bottom, on the opposite site of the emergency button (it should be pushed forward).
 - Boot up the laptop, password is pico123
 - Open a terminal and type 
ssh pico
to login on Pico's computer, the password is again pico123 - In the same terminal type 
pstart
to start all the nodes on Pico (controllers and drivers) - N.B. leave this terminal open
 
Running your software
Pico is now up and running. To run your own software follow these steps:
- Open a new terminal and login to Pico again: 
ssh pico
with password pico123. - Go to your group's folder: 
cd ~/ros/groovy/emc/groups/emc<group number>
 - Update your folder: 
svn up
Use your own username and password, if the wrong username is already filled in, just hit enter to clear it. - The rest works the same as on your own pc.
 
Visualization
When you want to use RVIZ or your own visualization, you can run it on the laptop:
- Open a new terminal
 - Type 
pico-core
to listen to the ros-master on Pico (only in the current terminal). - Open RVIZ by typing 
rosrun rviz rviz
 - Please do not save any settings when closing RVIZ