Basic doubt:: Husky Robot Movement Query
Hello All, I'm a new user to ROS. I would like to detail my query to help understand my problem.
- Open a terminal window, and enter: "roslaunch husky_gazebo husky_empty_world.launch " --> Working fine --> Gazebo opens
Open another terminal window, and enter: "roslaunch husky_viz view_robot.launch" --> Working fine --> Rviz opens.
I'm not sure how to execute this command: rostopic pub /husky_velocity_controller/cmd_vel geometry_msgs/Twist: --> I give Tab command and then I get the following output: x: 0.0 y: 0.0 z: 0.0 angular: x: 0.0 y: 0.0 z: 0.0" -r 10
upon execution I do not see my robot moving. I need some clear step by step info on how to execute this, as I'm going mad as I cant get any info/ results. Please support me in how to go next. Thank you in advance