1 #ifndef KINEMATICS_INTERPOLATINGEUCLIDEANPLANNER_HPP 2 #define KINEMATICS_INTERPOLATINGEUCLIDEANPLANNER_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
InterpolatingEuclideanPlanner(double step_size)
Create a simple interpolating planner that interpolates from the current state to the target position...
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.
Abstract class that forces.
Definition: InterpolatingEuclideanPlanner.hpp:14
Create a matrix with numerical values.
Definition: Matrix.hpp:22