Skip to content

This repository is the TensorFlow implementation of my paper titled "Footstep planning of humanoid robot in ROS environment using Generative Adversarial Networks (GANs) deep learning"

License

Notifications You must be signed in to change notification settings

pradumn203/Footstep-planning-of-humanoid-robot-in-ROS-environment-using-Generative-Adversarial-Networks-GANs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Footstep Planning of the Humanoid Robots using Generative Adversarial Network (GAN)

Inspired by the successful application of GANs in producing artificial images, we apply this technique to generate paths between two points that can be used in Footstep Planning of the Humanoid Robots. The implementation of GAN is adopted from Keras-GAN.

The code is the GAN implementation of our paper Footstep planning of humanoid robot in ROS environment using Generative Adversarial Networks (GANs) deep learning

Here is the architecture of the proposed model:

Model_Architecture

Path Images are Generated via Encoder Architecture.

Encoder

Correct Path is classified by Decoder Architecture.

Decoder

Requirements:

  • numpy
  • pandas
  • keras
  • sklearn
  • tensorflow

One of the sample generated path in office enviornment:

sample_output

Citation:

Please cite our work when using our software or dataset in your own research or publication.

  • Pradumn Mishra, Urja Jain, Siddharth Choudhury, Surjeet Singh, Anish Pandey, Abhishek Sharma, Ramanpreet Singh, Vimal Kumar Pathak, Kuldeep K. Saxena, Anita Gehlot, Footstep planning of humanoid robot in ROS environment using Generative Adversarial Networks (GANs) deep learning, Robotics and Autonomous Systems, Volume 158, 2022, 104269, ISSN 0921-8890, https://doi.org/10.1016/j.robot.2022.104269..

About

This repository is the TensorFlow implementation of my paper titled "Footstep planning of humanoid robot in ROS environment using Generative Adversarial Networks (GANs) deep learning"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages