76 moveit::core::RobotStateConstPtr
getState()
const;
109 moveit::core::RobotStatePtr state_;
#define MOVEIT_CLASS_FORWARD(C)
Representation of a robot's state. This includes position, velocity, acceleration and effort.
Maintain a RobotState in a multithreaded environment.
moveit::core::RobotStateConstPtr getState() const
get read-only access to the state.
virtual ~LockedRobotState()
void modifyState(const ModifyStateFunction &modify)
std::function< void(moveit::core::RobotState *)> ModifyStateFunction
virtual void robotStateChanged()
void setState(const moveit::core::RobotState &state)
Set the state to the new value.