From 6b9a7333398126e2525b6812abe2ca22e82898cf Mon Sep 17 00:00:00 2001 From: Nicolas Hiillos Date: Thu, 23 Mar 2023 12:33:04 +0200 Subject: [PATCH] Update readme --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e0b0e62..8679e54 100644 --- a/README.md +++ b/README.md @@ -29,26 +29,18 @@ docker builder prune --all --force bash .docker/run.bash ``` +### Develop If active changes are being made, run: ``` sh bash .docker/devel.bash ``` This will mount the host `drawing-robot-ros2` directory in the container at `src/drawing-robot-ros2`. -## TODO Building locally - -Requirements: -- python3-pip -- python3-pil.imagetk -- ros-humble-moveit -- ros-humble-ros-gz -- ignition-fortress - +So to test changes in the container ``` sh -./rebuild.sh -``` -``` sh -source src/install/local_setup.bash +cd src/drawing-robot-ros2/src +colcon build +source install/local_setup.bash ``` ## Running