Coder Social home page Coder Social logo

amr22-fp1's Introduction

Autonomous humanoid navigation in multi-floor environments

Starting from recent papers novelties, we have extended the previously proposed methodologies for navigation in complex uneven terrains [ Ferrari et al. (2019) ] by developing a footstep planner based on a randomized algorithm for an autonomous humanoid robot in a multi-floor environment. This was implemented by leveraging a multi-level surface map [ Triebel et al. (2006) ].

Tests have been carried out on three different environments, each of them with peculiar characteristics, in order to assess the correct behaviour.

Finally, the results were validated with simulations on CoppelliaSim using a gait generator based on IS-MCP for computing the CoM trajectory.

Setup

pip3 install -r requirements.txt

CoppeliaSim plugin

Translate a scene in Coppelia into a file containing all the useful information about the objects in the scene.

It is available here.

Multi Level Surface Map

It is an extrension of the popular Elevation Map that allows to represent environments composed by multiple layers.

It exploits the information taken from the scene to build a map that stores in its cells a list of tuples, one for each object above the considered cell. Each tuple contains the height of the upper surface and a depth value representing the thickness of the object belonging to the considered cell.

Offline Motion Planning

RRT to search for a path to the Goal region.

More examples can be found in the outputs folder, each with its plot.

How to run

To launch the planner with default settings:

./main.py --world data/world_of_stairs.json --time-max 10000 --resolution 0.02
  • world: path to the json containing all the info about the objects in the scene
  • time-max: number of iterations of the RRT
  • resolution: size for the world discretization

Use the help option for more details.

Convert footstep plan

To convert the .tsv footstep plan in order to be published as ROS topic:

./convert-tsv-footstep-plan.py --input TSV_FILE_PATH --output TXT_FILE_PATH

amr22-fp1's People

Contributors

silver0x10 avatar colonna17 avatar matteo-sapienza avatar micco00x avatar

Stargazers

 avatar  avatar  avatar

Watchers

Marcos Maximo avatar  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.