hpp_tutorial  4.9.0
Tutorial for humanoid path planner platform.
Tutorials

Introduction

These tutorials explain how to define and solve a path planning problem, how to display the resulting paths in gepetto-viewer, and how to implement a new path planning algorithm.

Setting up your environment

Before starting, make sure that

  • bash is you default shell script language,
  • the line
    source $DEVEL_DIR/config.sh
    is in your .bashrc file, where DEVEL_DIR is the environment variable defined in the installation instructions.
Tutorials