MRC/Using Pico: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Starting Pico == | |||
To start Pico please follow the following steps: | 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). | # Power on Pico, the on-off switch is on the bottom, on the opposite site of the emergency button (it should be pushed forward). | ||
Line 6: | Line 7: | ||
# '''N.B. leave this terminal open''' | # '''N.B. leave this terminal open''' | ||
== Running your software == | |||
Pico is now up and running. To run your own software follow these steps: | Pico is now up and running. To run your own software follow these steps: | ||
# Open a new terminal and login to Pico again: <pre>ssh pico</pre> with password '''pico123'''. | # Open a new terminal and login to Pico again: <pre>ssh pico</pre> with password '''pico123'''. | ||
Line 13: | Line 14: | ||
# The rest works the same as on your own pc. | # 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: | When you want to use RVIZ or your own visualization, you can run it on the laptop: | ||
# Open a new terminal | # Open a new terminal |
Revision as of 15:10, 4 June 2014
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