Skip to content

Commit

Permalink
Update README removing deprecated args
Browse files Browse the repository at this point in the history
Closes #356

Signed-off-by: Evan Flynn <[email protected]>
  • Loading branch information
flynneva committed Feb 8, 2025
1 parent 12e12bc commit 6a1019e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ ros2 launch usb_cam camera.launch.py
To launch multiple nodes at once, simply remap the namespace of each one:

```shell
ros2 run usb_cam usb_cam_node_exe --remap __ns:=/usb_cam_0 --params-file /path/to/usb_cam/config/params_0.yaml
ros2 run usb_cam usb_cam_node_exe --remap __ns:=/usb_cam_1 --params-file /path/to/usb_cam/config/params_1.yaml
ros2 run usb_cam usb_cam_node_exe --ros-args --remap __ns:=/usb_cam_0 --params-file /path/to/usb_cam/config/params_0.yaml
ros2 run usb_cam usb_cam_node_exe --ros-args --remap __ns:=/usb_cam_1 --params-file /path/to/usb_cam/config/params_1.yaml
```

## Supported formats
Expand Down

0 comments on commit 6a1019e

Please sign in to comment.