Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
facontidavide committed Feb 25, 2021
1 parent 36ae73a commit b61e6fe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,15 @@ project is compiled with with _catkin_.
cmake ..
make
Note compiling "in-source" is not allowed.
Note compiling "in-source" is not allowed.

# Compilation instructions (ROS)

mkdir -p catkin_ws/src
cd catkin_ws/src
git clone https://github.com/BehaviorTree/Groot.git
cd ..
catkin_make

# Licence

Expand Down

0 comments on commit b61e6fe

Please sign in to comment.