1 #ifndef KINEMATICS_ROBOTDRIVERHANDLER_HPP 2 #define KINEMATICS_ROBOTDRIVERHANDLER_HPP 5 #include <Kinematics/Matrix.hpp> 36 virtual void stop() = 0;
virtual void stop()=0
Stop the robotarm if it is moving/.
virtual Matrix< double, 5, 1 > get_arm_state() const noexcept=0
Get the current position of the robot arm.
Interface that exposes the interface to the robotarm.
Definition: RobotDriverHandler.hpp:14
virtual void move(const std::vector< Matrix< double, 5, 1 >> &path, double speed)=0
Move the robot arm along a path.