HLR
0.0.1
|
Abstract class that forces. More...
#include <Planner.hpp>
Public Member Functions | |
virtual const std::optional< std::vector< Matrix< double, 5, 1 > > > | get_path (const Matrix< double, 5, 1 > ¤t_state, const Matrix< double, 3, 1 > &target_pos) const =0 |
Calculate a path between a start position and the target position. More... | |
Abstract class that forces.
|
pure virtual |
Calculate a path between a start position and the target position.
current_state | The current state each joint of the robot arm has. |
target_pos | The target position that has to be reached. |
Implemented in HLR::Kinematics::InterpolatingAnglePlanner.