Skip to content

Commit c98c8a0

Browse files
authored
Merge pull request #25 from mfkenson/noetic_devel
Updating link in README to noetic in order to compile
2 parents 3c4c463 + 8e6973c commit c98c8a0

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ This repository accompanies the text "A Systematic Approach to Learning Robot Pr
33
Code examples reside in folders corresponding to chapters.
44

55
This entire repository should be cloned to: ~/ros_ws/src (assuming your ros workspace is named "ros_ws" and resides within your home directory). To do so, navigate to ~/ros_ws/src from a terminal and enter:
6-
`git clone https://github.com/wsnewman/learning_ros.git`
6+
`git clone --recursive https://github.com/wsnewman/learning_ros.git`
77
and also clone the external packages used with:
8-
`git clone https://github.com/wsnewman/learning_ros_external_packages.git`
8+
`git clone --recursive https://github.com/wsnewman/learning_ros_external_pkgs_noetic`
99

1010
Then, from a terminal, navigate to ~/ros_ws and compile the code with the command:
1111
`catkin_make`
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<launch>
2-
<include file="$(find exmpl_models)/models/launch/add_table.launch"> </include>
3-
<include file="$(find exmpl_models)/models/launch/add_toy_block.launch"> </include>
2+
<include file="$(find exmpl_models)/launch/add_table.launch"> </include>
3+
<include file="$(find exmpl_models)/launch/add_toy_block.launch"> </include>
44
</launch>
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<launch>
2-
<include file="$(find exmpl_models)/models/launch/add_table.launch"> </include>
3-
<include file="$(find exmpl_models)/models/launch/add_toy_block.launch"> </include>
4-
<include file="$(find exmpl_models)/models/launch/add_small_cylinder.launch"> </include>
2+
<include file="$(find exmpl_models)/launch/add_table.launch"> </include>
3+
<include file="$(find exmpl_models)/launch/add_toy_block.launch"> </include>
4+
<include file="$(find exmpl_models)/launch/add_small_cylinder.launch"> </include>
55
</launch>

0 commit comments

Comments
 (0)