robot_env_evaluator 1.0.1
|
The robot_env_evaluator
module is a C++ library designed to evaluate the geometric and kinematic properties of on robot and its environment.
It provides functionalities to compute the:
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. Or you can see it here: robot_env_evaluator API Documentation
The documentation can be generated with Doxygen with the following command after installing Doxygen.
We use pinocchio library as our basic library: ttps://github.com/stack-of-tasks/pinocchio
We use coal library as our basic library for collision detection: https://github.com/coal-library/coal