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
Last revision Both sides next revision
cs:getting_started:focal [2020/09/02 20:42]
Chris Nathman
cs:getting_started:focal [2020/09/03 17:39]
Chris Nathman
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'​