hpp_tutorial 6.1.0
Tutorial for humanoid path planner platform.
Tutorial 1 - C++

Currently, there is no visualization with the C++ version.

Execute the binary.

Compile the code and run the following command in a terminal, type

build-folder/src/hpp-tutorial-1

Understanding the source code.

Have a look at the file src/tutorial_1.cc. It contains the C++ code that defines and solves the same path planning problem as tutorial_1.py.

static GradientBasedPtr_t create(const ProblemConstPtr_t &problem)
ProblemSolver * ProblemSolverPtr_t

Class hpp::core::ProblemSolver is a container class that stores