Skip to content

Commit 6b130a5

Browse files
committed
Added build instructions
1 parent 760d6fe commit 6b130a5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,13 @@ this experiment will help the ROS community making ROS 2 even better.
2121
## Status
2222
**ROS-Z** is experimental software. It should be interoperable with ROS 2 Rolling, but we make no guarantees with respect
2323
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

Comments
 (0)