This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
cs:simulator:installation:start [2022/04/15 02:30] Chris Nathman remove gazebo install |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Gazebo Install ===== | ||
| - | To install software for the gazebo simulator please follow these steps: | ||
| - | |||
| - | sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu trusty main" > /etc/apt/sources.list.d/gazebo-latest.list' | ||
| - | wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add - | ||
| - | sudo aptitude update | ||
| - | sudo aptitude install robosub-simulator | ||
| - | | ||
| - | Then clone the repo: https://github.com/PalouseRobosub/simulator_gazebo to your catkin workspace. | ||