Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.64 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.64 KB

Snake Robot - ROS Controllers

Instructions to run the code:

  • Clone the repo using: $ git clone https://github.com/anubhavparas/snake_robot.git
  • $ cd snake_robot/snakebot_ws
  • $ catkin_make
  • $ source devel/setup.bash
  • To spawn the controllers and the model in gazebo: $ roslaunch snakebot snakebot.launch
  • To run the gait simulation, for example: to move the snake in the simple linear forward motion:
    • Open a new terminal
    • Change the directory to /snakebot_ws
    • $ source devel/setup.bash
    • $ rosrun snakebot linear_progression.py

Results: Output video

All the snake gaits

Transformer gait

References: