I added cameras after install — do I need to reinstall?
No reinstall needed—update camera_config.yaml then rebuild to add new cameras.
No — you do not need a full reinstall.
You can update the hardware configuration by editing your robot package’s camera configuration file:
BotBrain/botbrain_ws/src/<your_robot_pkg>/config/camera_config.yamlIn that file:
- Update the
typefield to match your camera model
- Set the correct
serial_number
Then rebuild so changes take effect. From the BotBrain directory, run:
docker compose up builder_base
Did this answer your question?
😞
😐
🤩