Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit ef3ad46

Browse files
authored
Fix issue stereolabs#106: Rename ´camera´ to ´zed´ in Readme
Might be confusing for beginners to see the placeholder "camera" instead of the actual zed (plus respective ID when using ´zed_multi_cam.launch´ for instance). This commit attempts to make the ReadMe file more consistent with the actual implementation.
1 parent 6c06bb0 commit ef3ad46

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -45,33 +45,33 @@ Open a terminal and launch the wrapper:
4545

4646
Open a second terminal to display the rectified left color image (reference view):
4747

48-
rosrun image_view image_view image:=/camera/rgb/image_rect_color
48+
rosrun image_view image_view image:=/zed/rgb/image_rect_color
4949

5050
## Features
5151

5252
### Topics
5353

5454
#### Left camera
55-
- */camera/rgb/image_rect_color* : `Color rectified image (left RGB image by default).`
56-
- */camera/rgb/image_raw_color* : `Color unrectified image (left RGB image by default).`
57-
- */camera/rgb/camera_info* : `Camera calibration data.`
58-
- */camera/left/image_rect_color* : `Color rectified left image.`
59-
- */camera/left/image_raw_color* : `Color unrectified left image.`
60-
- */camera/left/camera_info* : `Left camera calibration data.`
55+
- */zed/rgb/image_rect_color* : `Color rectified image (left RGB image by default).`
56+
- */zed/rgb/image_raw_color* : `Color unrectified image (left RGB image by default).`
57+
- */zed/rgb/camera_info* : `Camera calibration data.`
58+
- */zed/left/image_rect_color* : `Color rectified left image.`
59+
- */zed/left/image_raw_color* : `Color unrectified left image.`
60+
- */zed/left/camera_info* : `Left camera calibration data.`
6161

6262
#### Right camera
63-
- */camera/right/image_rect_color* : `Color rectified right image.`
64-
- */camera/right/image_raw_color* : `Color unrectified right image.`
65-
- */camera/right/camera_info* : `Right camera calibration data.`
63+
- */zed/right/image_rect_color* : `Color rectified right image.`
64+
- */zed/right/image_raw_color* : `Color unrectified right image.`
65+
- */zed/right/camera_info* : `Right camera calibration data.`
6666

6767
#### Depth and point cloud
68-
- */camera/depth/depth_registered* : `Depth map image registered on left image (by default 32 bits float, in meters).`
69-
- */camera/point_cloud/cloud_registered* : `Registered color point cloud.`
68+
- */zed/depth/depth_registered* : `Depth map image registered on left image (by default 32 bits float, in meters).`
69+
- */zed/point_cloud/cloud_registered* : `Registered color point cloud.`
7070

7171
#### Visual odometry
72-
- */camera/odom* : `Absolute 3D position and orientation relative to zed_initial_frame.`
72+
- */zed/odom* : `Absolute 3D position and orientation relative to zed_initial_frame.`
7373

74-
All topics have their *id* published.
74+
All topics have their *id* published. When using [*zed_multi_cam.launch*](https://github.com/stereolabs/zed-ros-wrapper/blob/master/launch/zed_multi_cam.launch) topics begin with */zed[CameraID]/...* (for instance */zed1/...*) instead of a pure */zed/...*.
7575

7676
### Launch file parameters
7777

0 commit comments

Comments
 (0)