Skip to content

Commit

Permalink
Provides documentation about the webcam. (#67)
Browse files Browse the repository at this point in the history
Signed-off-by: Agustin Alba Chicar <[email protected]>
  • Loading branch information
agalbachicar authored Oct 15, 2024
1 parent b1f7d25 commit 8c60923
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,14 @@ docker compose -f docker/docker-compose.yml --profile webcam_pipeline up
docker compose -f docker/docker-compose.yml --profile webcam_pipeline down
```

**NOTE:** In case the default configuration is not appropriate for you hardware setup, please review the documentation of the [usb_cam](https://github.com/ros-drivers/usb_cam/blob/0.8.1/README.md) package.
In particular, it is typical to find setups with multiple video devices, and to pick the one you want, you need to explicitly configure it in [camera_params.yml](./docker/camera_params.yml). Here you can find a reference [configuration file](https://github.com/ros-drivers/usb_cam/blob/0.8.1/config/params_1.yaml).
To make sure your changes are effective, build the camera profile before running it again:

```bash
docker compose -f docker/docker-compose.yml --profile webcam build
```

### Running simulated_pipeline

To load the system with the simulation, detection and the visualization in RQt, you can do the following:
Expand Down

0 comments on commit 8c60923

Please sign in to comment.