20 #pragma clang diagnostic push
21 #pragma clang diagnostic ignored "-Wimplicit-conversion"
28 #pragma clang diagnostic pop
Joint state of a robot.
Definition: joint_state.hpp:17
Vector7d velocity() const
The velocity component of the state.
Definition: joint_state.hpp:51
JointState(const JointState &)=default
JointState(Vector7d position)
Construct a joint state with the given joint positions and zero velocities.
Definition: joint_state.hpp:27
JointState(Vector7d position, Vector7d velocity)
Definition: joint_state.hpp:34
Vector7d position() const
The position component of the state.
Definition: joint_state.hpp:44
Definition: gripper.cpp:3
Eigen::Vector< double, 7 > Vector7d
Definition: types.hpp:9