-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syncronize and split camera_info with images.
- give each image from cameras its own topic - add configuration for camera topics This changes cameras to publish a syncronized camera_info for each image. e.g for rgb image: /mujoco_server/cameras/camera_name/rgb/camera_info /mujoco_server/cameras/camera_name/rgb/image_raw Additional configuration options to change topics: camera_name/topic: defaults to "/mujoco_server/cameras/camera_name" camera_name/name_rgb: default to "rbg" camera_name/name_depth: default to "depth" camera_name/name_segment: default to "segmented"
- Loading branch information
Showing
3 changed files
with
62 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters