1 #ifndef KINEMATICS_INTERPOLATINGANGLEPLANNER_HPP 2 #define KINEMATICS_INTERPOLATINGANGLEPLANNER_HPP 5 #include <Kinematics/Matrix.hpp> 62 const std::optional<std::vector<Matrix<double, 5, 1>>>
get_path(
InterpolatingAnglePlanner & operator=(const InterpolatingAnglePlanner &p)=delete
Copy assignment operator, deleted.
Abstract class that forces.
Definition: Planner.hpp:17
Abstract class that forces.
Definition: InterpolatingAnglePlanner.hpp:16
~InterpolatingAnglePlanner() override=default
Pure virtual destructor.
InterpolatingAnglePlanner(const InterpolatingAnglePlanner &p)=delete
Copy constructor, deleted.
Create a matrix with numerical values.
Definition: Matrix.hpp:22
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.