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

fixed stereo launch file serial nb bug #143

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fixed stereo launch file serial nb bug
  • Loading branch information
buckleytoby committed Dec 22, 2023
commit 43538bdefe3fab57d4f5177072e75445d0e900d7
2 changes: 1 addition & 1 deletion spinnaker_camera_driver/launch/stereo_synced.launch.py
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ def make_camera_node(name, camera_type, serial):
name=name,
parameters=[camera_params,
{'parameter_file': parameter_file,
'serial_number': '20435008'}],
'serial_number': serial}],
remappings=[('~/control', '/exposure_control/control'), ],
extra_arguments=[{'use_intra_process_comms': True}])
return node