Skip to content
README.md 788 B
Newer Older
Sai Raghava Reddy Ganapaa's avatar
Sai Raghava Reddy Ganapaa committed
# Development of an AI-based control algorithm for 8 legged holonomic robot

This work consists of an AI-based control algorithm for an eight-legged holonomic robot. It also contains an octapod modelled in Gazebo and few digital elevation models to train and test the algorithm.
The entire simulation developed consists of three main parts i.e. 
1. A RNN that takes joint configurations of octapod at any time 't' and predicts the next stable set of joint configurations for time 't+1'
2. A Knowledge transfer networkthat takes the joint dynamics as an input and classifies the type of terrain model that needs to be used in predicting the next stable set of joint configurations for Octapod
3. The ROS wrapper that allows our Neural networks to communicate with our robot model in Gazebo