-
-
Notifications
You must be signed in to change notification settings - Fork 28
configuration
Raffaello Bonghi edited this page Aug 11, 2021
·
4 revisions
If your nanosaur has a different setup from the original you can edit following the steps below:
There are some steps to do:
- Make a nanosaur.yml file and add all configuration parameters you want to change
- Edit the docker-compose.yml
- Restart the nanosaur docker
Make in your Home a nanosaur configuration file
touch $HOME/nanosaur.yml
In this file, you can add all new configurations that you need, like the example below
nanosaur_base:
ros__parameters:
display:
right:
address: 0x4C
nanosaur_camera:
ros__parameters:
camera:
device: "0"
frameRate: 20.0
When is done open docker-compose.yml in your $HOME
From your home restart the nanosaur docker
docker-compose restart nanosaur
Developer and maintainer Raffaello Bonghi