GithubHelp home page GithubHelp logo

walkyto's Introduction

WalkYTo

:Walk Yourself, Toddler!

Hanyang University, Robotics, CPS & AI LAB

Undergraduate Researcher Program

Junyeob Beak([email protected]), Hyeonwoo Park([email protected]), Seunghwan Yu([email protected])

Nessesary for user to launch this project.

  • "gazebo_ros_pkgs" for graphic simulation -- ros package
  • "neat-python" for genetic network model -- python module
  • "tensorflow" for DQN implementation -- python module

Gazebo Simulation System

Image with bell_and_faraday launch file

Commend for launch

roslaunch walkyto bell_and_faraday_world.launch

if you want to run gazebo simulator, with the argment GUI:=true

roslaunch walkyto bell_and_faraday_world.launch GUI:=true

Package Abstract

  • /launch : has launch files to launch processes with certain parameters.
  • /models : has our robot descriptions(bell & faraday).
  • /src : has main sources.
    • network_gen.py : networks generator code. This process generate genes and save in the /genes directory. Then choose random 4 genes and give the genes to the simulator until all population is done.
    • simulator.py : When receive the genes from generator, simulate the network. During the simulating, this process communicate with gazebo.
    • /genes : gene files generated from network generator.
    • neat-checkpoint-* : save generation files(pickle)
    • Other files are for supporting above files. Please focus on the every first lines with 'import' code.
  • /srv : has a service file for generator to communicate with simulators.
  • /worlds : has world files. It includes informations to describe physics and simulation env. configuration.

walkyto's People

Contributors

cun-bjy avatar ppaa1135 avatar whitkatana avatar

Stargazers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.