Skip to content

Commit 18360df

Browse files
committed
fix: list topics for robot without namespace
1 parent 1c2fe8a commit 18360df

1 file changed

Lines changed: 12 additions & 14 deletions

File tree

docs/integrations/software/gazebo-simulation.mdx

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,23 +28,21 @@ camera images, IMU readings and odometry, and can be driven either by publishing
2828
velocity commands or with a joystick. You can spawn multiple rovers and choose
2929
from several worlds.
3030

31-
The following topics are available after running the simulation (namespace
32-
`robot_ns:=leo_sim1`):
31+
The following new topics are available after running the simulation (single robot with global namespace):
3332

3433
```
34+
/camera/camera_info
35+
/camera/image_raw
36+
/camera/image_raw/compressed
37+
/camera/image_raw/compressedDepth
38+
/camera/image_raw/theora
39+
/camera/image_raw/zstd
3540
/clock
36-
/leo_sim1/camera/camera_info
37-
/leo_sim1/camera/image_raw
38-
/leo_sim1/camera/image_raw/compressed
39-
/leo_sim1/camera/image_raw/compressedDepth
40-
/leo_sim1/camera/image_raw/theora
41-
/leo_sim1/camera/image_raw/zstd
42-
/leo_sim1/cmd_vel
43-
/leo_sim1/imu/data_raw
44-
/leo_sim1/joint_states
45-
/leo_sim1/odom
46-
/leo_sim1/robot_description
47-
/leo_sim1/tf
41+
/cmd_vel
42+
/imu/data_raw
43+
/joint_states
44+
/odom
45+
/robot_description
4846
/tf
4947
/tf_static
5048
```

0 commit comments

Comments
 (0)