Skip to content
Snippets Groups Projects
Commit 928cb76d authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

[Handle] Add a setter for the local pose of handle in joint frame.

parent 25827a70
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,11 @@ class HPP_MANIPULATION_DLLAPI Handle {
/// Get local position in joint frame
const Transform3f& localPosition() const { return localPosition_; }
/// Set local position in joint frame
void localPosition(const Transform3f& localPosition) {
localPosition_ = localPosition;
}
/// Set constraint mask
void mask(const std::vector<bool>& mask);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment