ros2soc 0.1.0

A small package to allow cross-compilation from Dev machine to SoC (Raspberry Pi) of ROS2 packages and running them.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# ros2soc


## Compile 

``bash
cargo build --release
```

## Run

``bash
cargo run --release ros2soc --help
```