Isaac sim version: 4.2
Ubuntu version: 22.04
ROS2 humble
Following this tutorial, the turtlebot3 did not moving when I command :
“ros2 topic pub /cmd_vel geometry_msgs/Twist “{‘linear’: {‘x’: 0.2, ‘y’: 0.0, ‘z’: 0.0}, ‘angular’: {‘x’: 0.0, ‘y’: 0.0, ‘z’: 0.0}}””
the command terminal shows :