Skip to content

Commit

Permalink
Changing the documention text to mention melodic instead of kinetic f…
Browse files Browse the repository at this point in the history
…or demo3 Read the Docs
  • Loading branch information
KevinWarburton authored and Levi-Armstrong committed Mar 5, 2019
1 parent 9d3a3a4 commit eb73846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gh_pages/_source/demo3/Inspect-the-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In this exercise, we will get familiar with all the files that you'll be interac
```
cp -r ~/industrial_training/exercises/Optimization_Based_Planning/template_ws ~/optimized_planning_ws
cd ~/optimized_planning_ws
source /opt/ros/kinetic/setup.bash
source /opt/ros/melodic/setup.bash
catkin init
```

Expand Down
2 changes: 1 addition & 1 deletion gh_pages/_source/demo3/Package-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ File -> New -> Other Project -> ROS Workspace
2) Fill the Project Name and Location information

* Name: ```pick_and_place```
* Distribution: ``kinetic```
* Distribution: ```melodic```
* Build System: ```CatkinTools```
* Workspace Path ```~/optimized_planning_ws```

Expand Down

0 comments on commit eb73846

Please sign in to comment.