We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
bringup_py
Should also include launch arguments to enable/disable which cameras to launch.
The text was updated successfully, but these errors were encountered:
angiez37
Successfully merging a pull request may close this issue.
Currently, all the cameras are launched manually:
We'll want to create a launch file in
bringup_py
that launches all of these cameras in one goShould also include launch arguments to enable/disable which cameras to launch.
The text was updated successfully, but these errors were encountered: