Skip to content

Commit

Permalink
Minor fix to DEVELOPING.md (#456)
Browse files Browse the repository at this point in the history
Add missing step in DEVELOPING.md

Signed-off-by: Gerardo Puga <[email protected]>
  • Loading branch information
glpuga authored Jan 8, 2025
1 parent c158675 commit fef02e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Within a development environment:
1. **Build and test the project**. You will usually use `colcon`.

```bash
. /opt/ros/${ROS_DISTRO}/setup.bash
cd /ws
colcon build --symlink-install
colcon test
Expand All @@ -59,6 +60,7 @@ Within a development environment:
2. **Update package dependencies**. Listed in `package.xml` files.

```bash
. /opt/ros/${ROS_DISTRO}/setup.bash
cd /ws
rosdep update
rosdep install --from-path src
Expand Down

0 comments on commit fef02e1

Please sign in to comment.