Skip to content

Commit

Permalink
Fix DEVELOPING.md instructions (#88)
Browse files Browse the repository at this point in the history
* Fix DEVELOPING.md instructions

Signed-off-by: Michel Hidalgo <[email protected]>

* Correct spelling

Signed-off-by: Michel Hidalgo <[email protected]>

---------

Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
hidmic authored Jul 12, 2024
1 parent 4808f50 commit 3db86ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ For instance, to bring up the root development environment:
```

```bash
docker compose run -f .devcontainer/docker-compose.yml
docker compose -f .devcontainer/docker-compose.yml run devcontainer
```

## Workflow

As an heterogeneous collection of software packages, LAMBKIN does not usually afford single full builds. Every package will likely require impose a workflow of its own, specially third-party ones. That said, [`colcon`](https://colcon.readthedocs.io/en/released/) (plus extensions such as `colcon-cmake`, `colcon-ros`, and `colcon-poetry-ros`) will take you a long way.
As an heterogeneous collection of software packages, LAMBKIN does not usually afford single full builds. Every package will likely impose a workflow of its own, specially third-party ones. That said, [`colcon`](https://colcon.readthedocs.io/en/released/) (plus extensions such as `colcon-cmake`, `colcon-ros`, and `colcon-poetry-ros`) will take you a long way.

## Next Steps

Expand Down

0 comments on commit 3db86ac

Please sign in to comment.