Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch Cameras #79

Open
chosterto opened this issue Oct 22, 2024 · 0 comments · May be fixed by #83
Open

Launch Cameras #79

chosterto opened this issue Oct 22, 2024 · 0 comments · May be fixed by #83
Assignees
Labels
enhancement New feature or request

Comments

@chosterto
Copy link
Member

chosterto commented Oct 22, 2024

Currently, all the cameras are launched manually:

# usb cams
ros2 run usb_cam usb_cam_node_exe --remap __ns:=/usb_cam_0 --params-file ros_ws/src/usb_cam_config/config/params1.yaml
ros2 run usb_cam usb_cam_node_exe --remap __ns:=/usb_cam_1 --params-file ros_ws/src/usb_cam_config/config/params2.yaml
# d435
ros2 launch realsense2_camera rs_launch.py

We'll want to create a launch file in bringup_py that launches all of these cameras in one go

Should also include launch arguments to enable/disable which cameras to launch.

@chosterto chosterto added the enhancement New feature or request label Oct 22, 2024
@angiez37 angiez37 linked a pull request Oct 28, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants