Skip to content

Commit b61e6fe

Browse files
Update README.md
1 parent 36ae73a commit b61e6fe

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,15 @@ project is compiled with with _catkin_.
3838
cmake ..
3939
make
4040
41-
Note compiling "in-source" is not allowed.
41+
Note compiling "in-source" is not allowed.
42+
43+
# Compilation instructions (ROS)
44+
45+
mkdir -p catkin_ws/src
46+
cd catkin_ws/src
47+
git clone https://github.com/BehaviorTree/Groot.git
48+
cd ..
49+
catkin_make
4250

4351
# Licence
4452

0 commit comments

Comments
 (0)