Make the robot crouch

First launch a player in the simulator by following instructions in Launching a player.

In a new terminal, publish a single message on the /motion/crouch topic:

ros2 topic pub --once /motion/crouch std_msgs/msg/Empty

You should see the robot in the simulator is now crouching as shown below.

_images/crouching.png