|
|
#include <RobotAPI/libraries/RobotAPIComponentPlugins/RobotStateComponentPlugin.h>
Public Member Functions | |
| SimpleDiffIK::Result | calculateRobotDiffIK (const Eigen::Matrix4f &targetPose, const SimpleDiffIK::Parameters ¶ms={}) const |
| SimpleDiffIK::Reachability | calculateRobotReachability (const std::vector< Eigen::Matrix4f > &targets, const Eigen::VectorXf &initialJV, const SimpleDiffIK::Parameters ¶ms={}) const |
Public Attributes | |
| VirtualRobot::RobotNodePtr | node |
| VirtualRobot::RobotNodeSetPtr | rns |
| VirtualRobot::RobotPtr | robot |
Definition at line 134 of file RobotStateComponentPlugin.h.
| SimpleDiffIK::Result calculateRobotDiffIK | ( | const Eigen::Matrix4f & | targetPose, |
| const SimpleDiffIK::Parameters & | params = {} |
||
| ) | const |
Definition at line 315 of file RobotStateComponentPlugin.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| SimpleDiffIK::Reachability calculateRobotReachability | ( | const std::vector< Eigen::Matrix4f > & | targets, |
| const Eigen::VectorXf & | initialJV, | ||
| const SimpleDiffIK::Parameters & | params = {} |
||
| ) | const |
Definition at line 325 of file RobotStateComponentPlugin.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| VirtualRobot::RobotNodePtr node |
Definition at line 138 of file RobotStateComponentPlugin.h.
| VirtualRobot::RobotNodeSetPtr rns |
Definition at line 137 of file RobotStateComponentPlugin.h.
| VirtualRobot::RobotPtr robot |
Definition at line 136 of file RobotStateComponentPlugin.h.