We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 760d6fe commit 6b130a5Copy full SHA for 6b130a5
1 file changed
README.md
@@ -21,3 +21,13 @@ this experiment will help the ROS community making ROS 2 even better.
21
## Status
22
**ROS-Z** is experimental software. It should be interoperable with ROS 2 Rolling, but we make no guarantees with respect
23
to official distributions.
24
+
25
+## Building
26
+To build ROS-Z without any ROS 2 dependency do:
27
28
+ $ cargo build -p ros-z
29
30
+Otherwise if you have ROS 2 installed you can build with:
31
32
+ $ cargo build
33
0 commit comments