Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cs:getting_started:focal [2020/09/02 20:42]
Chris Nathman
cs:getting_started:focal [2022/09/22 19:27] (current)
Justin Pilgrim
Line 1: Line 1:
-====== ​Focal Prerequisite Software Setup ======+====== ​Foxy Prerequisite Software Setup ======
  
 <WRAP center round alert 60%> <WRAP center round alert 60%>
Line 9: Line 9:
   sudo sh -c 'echo "deb http://​robosub.eecs.wsu.edu/​repo/​ /" > /​etc/​apt/​sources.list.d/​robosub.list'​   sudo sh -c 'echo "deb http://​robosub.eecs.wsu.edu/​repo/​ /" > /​etc/​apt/​sources.list.d/​robosub.list'​
   wget http://​robosub.eecs.wsu.edu/​repo/​repository_key -O - | sudo apt-key add -   wget http://​robosub.eecs.wsu.edu/​repo/​repository_key -O - | sudo apt-key add -
-  sudo sh -c 'echo "deb http://​packages.ros.org/​ros2/​ubuntu focal main" > /​etc/​apt/​sources.list.d/​ros-latest.list'​+  sudo sh -c 'echo "deb http://​packages.ros.org/​ros2/​ubuntu focal main" > /​etc/​apt/​sources.list.d/​ros2-latest.list'​
   wget https://​raw.githubusercontent.com/​ros/​rosdistro/​master/​ros.key -O - | sudo apt-key add -   wget https://​raw.githubusercontent.com/​ros/​rosdistro/​master/​ros.key -O - | sudo apt-key add -
   sudo sh -c 'echo "deb http://​packages.osrfoundation.org/​gazebo/​ubuntu focal main" > /​etc/​apt/​sources.list.d/​gazebo-latest.list'​   sudo sh -c 'echo "deb http://​packages.osrfoundation.org/​gazebo/​ubuntu focal main" > /​etc/​apt/​sources.list.d/​gazebo-latest.list'​
Line 18: Line 18:
   sudo aptitude install robosub-kinetic robosub-simulator-kinetic git-lfs   sudo aptitude install robosub-kinetic robosub-simulator-kinetic git-lfs
   git lfs install   git lfs install
 +  ​
 +  (Note, if aptitude does not work, use sudo apt instead)
   ​   ​
 To configure your path to know about ROS software, run  ​ To configure your path to know about ROS software, run  ​