Experimenting with ROS Gazebo and Simulated Snake Robot
- joint state publisher for rviz.
- joint (#1) controller publisher for gazebo control. (snakebot_joint_1_publisher.cpp).
rosrun snakebot snakebot_joint_1_publisher.cpp
- snake urdf with gazebo plugin and transmissions for gazebo control.
- config.yaml: controller configuration.
- display.launch: display urdf in rviz with standard gui joint controls.
- wave.launch: display urdf in rviz with sine wave control from src/snakebot_jointstate_publisher.cpp.
- wave_gazebo: launch urdf in gazebo and initialise the necessary controllers.
roslaunch snakebot wave_gazebo.launch
rosrun rqt_gui rqt_gui
Add topic plugin in rqt_gui as seen in following gif, then change the expression to change the joint value, finally check the box on the left to publish.
- Gazebo ROS control: http://gazebosim.org/tutorials/?tut=ros_control