Update multi_camera_synced_verification_tool README.MD

This commit is contained in:
jj
2025-04-16 17:07:36 +08:00
parent 06eefdc578
commit d64a86dc83
@@ -46,6 +46,10 @@ In the output example provided
Edit multi_camera_synced_verify.launch.py and fill in the activated camera device,we can find that save_rgbir is started at the end.
> IMPORTANT
>
> If you are using ROS 2 Foxy, you need to launch the save_rgbir node first.
```python
# Launch description
ld = LaunchDescription(
@@ -138,7 +142,7 @@ cd multicamera_sync/Python
python3 SyncFramesMain.py
```
After the operation is successful, you can view the synchronization effect in the r `esults folder`
After the operation is successful, you can view the synchronization effect in the `results folder`
## Files that need to be changed