FLIQC_controller_core 1.0.2
|
This is the C++ library for FLIQC (Fast LInear Quadratic Complementarity) motion planner for robot controllers.
It is suggested to install this package from the whole example repository FLIQC_example_workspace_ros, which contains all the submodule for this repository.
If you really want to install this package individually:
If you only run this as standalone library, you can run the example code.
The documentation for most important classes are:
You can view the online documentation at the link at the right side of this main page.
The documentation can be generated with Doxygen with the following command after installing Doxygen.
The submodule used in our project, LCQPow, a C++ library for solving linear quadratic complementarity problems: https://github.com/nosnoc/LCQPow
Our previous version of code during the experiment development: https://github.com/hwyao/LCQP_planner_core