1 #ifndef KINEMATICS_INTERPOLATINGANGLEPLANNER_HPP     2 #define KINEMATICS_INTERPOLATINGANGLEPLANNER_HPP     5 #include <Kinematics/Matrix.hpp>    25     const std::optional<std::vector<Matrix<double, 5, 1>>> 
get_path(
 Abstract class that forces. 
Definition: Planner.hpp:15
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 override
Calculate a path between a start position and the target position. 
InterpolatingAnglePlanner(double step_size)
Create a simple interpolating planner that simply interpolates the angles form the current_state to t...
Abstract class that forces. 
Definition: InterpolatingAnglePlanner.hpp:14
Create a matrix with numerical values. 
Definition: Matrix.hpp:22