Compare commits
1 Commits
3c230c7da0
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 6b9a733339 |
18
README.md
18
README.md
@@ -29,26 +29,18 @@ docker builder prune --all --force
|
|||||||
bash .docker/run.bash
|
bash .docker/run.bash
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Develop
|
||||||
If active changes are being made, run:
|
If active changes are being made, run:
|
||||||
``` sh
|
``` sh
|
||||||
bash .docker/devel.bash
|
bash .docker/devel.bash
|
||||||
```
|
```
|
||||||
This will mount the host `drawing-robot-ros2` directory in the container at `src/drawing-robot-ros2`.
|
This will mount the host `drawing-robot-ros2` directory in the container at `src/drawing-robot-ros2`.
|
||||||
|
|
||||||
## TODO Building locally
|
So to test changes in the container
|
||||||
|
|
||||||
Requirements:
|
|
||||||
- python3-pip
|
|
||||||
- python3-pil.imagetk
|
|
||||||
- ros-humble-moveit
|
|
||||||
- ros-humble-ros-gz
|
|
||||||
- ignition-fortress
|
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
./rebuild.sh
|
cd src/drawing-robot-ros2/src
|
||||||
```
|
colcon build
|
||||||
``` sh
|
source install/local_setup.bash
|
||||||
source src/install/local_setup.bash
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|||||||
Reference in New Issue
Block a user