Skip to content

Commit 6e052dc

Browse files
authored
Update Contributing.md
1 parent c186e7c commit 6e052dc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

docs/Contributing.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,19 @@ To make code review easier, please consider manually porting the new hunks into
4545

4646
# Testing changes locally
4747

48-
First of all, do the modifications in the `vinca_***.yaml` files for your platform, then run:
48+
Clone the relevant repo:
49+
50+
```bash
51+
git clone https://github.com/RoboStack/ros-humble.git # or: git clone https://github.com/RoboStack/ros-noetic.git or git clone https://github.com/RoboStack/ros-jazzy.git
52+
```bash
53+
54+
Then move in the newly cloned repo, and if necessary do any change to the `vinca_*.yaml` file for your platform:
55+
56+
```bash
57+
cd ros-humble # or: cd ros-noetic or cd ros-jazzy
58+
```bash
59+
60+
then you can build the packages that need to be built after the `vinca_***.yaml` changes with:
4961
5062
```bash
5163
pixi run build

0 commit comments

Comments
 (0)