Skip to content

Commit 70eca22

Browse files
fix: imporve 'cmd_vel_out' argument explanation
Co-authored-by: Jan Hernas <40989249+jasiex01@users.noreply.github.com>
1 parent f5a75de commit 70eca22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/integrations/software/gazebo-simulation.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ ros2 launch leo_teleop joy_teleop.launch.xml cmd_vel_out:=/leo_sim1/cmd_vel
164164

165165
You can choose which rover to operate with the joystick by providing correct
166166
namespace for the argument `cmd_vel_out`. In the example it's `leo_sim1`. If no
167-
value provided, the node will use the default namespace and topic - `/cmd_vel`.
167+
namespace for the argument `cmd_vel_out`. In the example it's `leo_sim1`. If the
168+
`cmd_vel_out` argument is not provided, the node will use the default namespace and topic - `/cmd_vel`.
168169

169170
:::
170171

0 commit comments

Comments
 (0)