Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
cs:getting_started:focal [2020/09/02 20:14]
Chris Nathman created
cs:getting_started:focal [2020/09/02 20:19]
Chris Nathman
Line 1: Line 1:
 ====== Focal Prerequisite Software Setup ====== ====== Focal Prerequisite Software Setup ======
 +
 +<WRAP center round alert 60%>
 +This page needs modification and should not be used until it is completed
 +</​WRAP>​
 +
 The following instructions should be used if you are running a Ubuntu 20.04 (xenial) derivative. The following instructions should be used if you are running a Ubuntu 20.04 (xenial) derivative.
  
Line 15: Line 20:
   ​   ​
 To configure your path to know about ROS software, run  ​ To configure your path to know about ROS software, run  ​
-  echo "​source /opt/ros/kinetic/​setup.bash"​ >> ~/.bashrc+  echo "​source /opt/ros/foxy/​setup.bash"​ >> ~/.bashrc
   ​   ​
 Next, continue with the instructions on the [[cs:​getting_started:#​getting_our_code|getting start page]]. Next, continue with the instructions on the [[cs:​getting_started:#​getting_our_code|getting start page]].