RobotArmLib 0.0.6
Robot Arm Library [WIP]
Loading...
Searching...
No Matches
Public Attributes | List of all members
rb::kin::ArmAxisValue Struct Reference

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.
 

Detailed Description

A struct variable for joints of robot arm ArmAxisValue storage the output of Inverse kinematic.

Member Data Documentation

◆ fit

int rb::kin::ArmAxisValue::fit

Use following method to find the fittest solution.

the index of the fittest solution.


The documentation for this struct was generated from the following file: