![]() |
RobotArmLib 0.0.6
Robot Arm Library [WIP]
|
A struct variable for joints of robot arm ArmAxisValue storage the output of Inverse kinematic. More...
#include <kinematic_chain.h>
Public Attributes | |
| rb::math::MatrixX | axis_value |
| Joints Angle of 8 solutions. | |
| int | fit |
| Use following method to find the fittest solution. | |
| std::array< bool, 8 > | solution_check = {{0}} |
| check if having solution. | |
| std::array< bool, 8 > | singular_check = {{0}} |
| check if in singular point. | |
| std::array< bool, 8 > | limit_check = {{0}} |
| check if over angle limit. | |
A struct variable for joints of robot arm ArmAxisValue storage the output of Inverse kinematic.
| int rb::kin::ArmAxisValue::fit |
Use following method to find the fittest solution.
the index of the fittest solution.