-
Notifications
You must be signed in to change notification settings - Fork 761
Open
Description
I can no longer change where the camera_calibrator looks for the set_camera_info parameters, because paths are hard coded.
I might be missing something, but it looks like currently on rolling, jazzy and humble branches, the camera_calibrator ignores the camera, left_camera and right_camera parameters (again).
This was already reported in #754 and fixed in:
#755
It had also already been placed on rolling:
#761
But somehow the tip of the all of current branches is missing this change, making it impossible to set the location of the set_camera_info services. They all contain hard-coded paths:
| self.set_camera_info_service = self.create_client( |
Or am I missing something and there's now a different way to remap the service locations?