We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ae73a commit b61e6feCopy full SHA for b61e6fe
1 file changed
README.md
@@ -38,7 +38,15 @@ project is compiled with with _catkin_.
38
cmake ..
39
make
40
41
- Note compiling "in-source" is not allowed.
+ 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
50
51
# Licence
52
0 commit comments