Skip to content

fnuabhimanyu/Snake_Robots

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

simulation of snake robots

The open source platform Gazebo was used to build the simulations for snake robots.

  1. Serial Snake Robot

The snake robot consist of 21 links serially connected via revolute joints. The movement plugin defines planar lateral undulation. Note that the absolute path of the plugin (libmovementPlugin.so) within the serial_snake_robot folder must be enetered within the < plugin > tag inorder for the plugin to operate on the robot.

  1. Parallel Snake Robot

The snake robot consist of 21 parallely linked via a combinaiton of ball joints and prismatic joints. Like the above case the absolute path for the plugin within the parallel_snake_robot folder (libmovementPlugin.so) must be entered within the model.sdf file < plugin > tag for the parallel snake.

About

Simulation of Snake Robots using Gazebo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 40.2%
  • C++ 29.0%
  • CMake 15.9%
  • C 14.9%