Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pierre Fernbach
tsid
Commits
e4eda244
Commit
e4eda244
authored
Dec 01, 2017
by
andreadelprete
Browse files
[task-se3-equality] Add method to get frame-id
parent
2eefe10d
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/tsid/tasks/task-se3-equality.hpp
View file @
e4eda244
...
...
@@ -74,6 +74,8 @@ namespace tsid
void
Kp
(
ConstRefVector
Kp
);
void
Kd
(
ConstRefVector
Kp
);
Index
frame_id
()
const
;
protected:
std
::
string
m_frame_name
;
...
...
src/tasks/task-se3-equality.cpp
View file @
e4eda244
...
...
@@ -129,6 +129,11 @@ namespace tsid
return
m_constraint
.
matrix
()
*
dv
+
m_drift
.
toVector
();
}
Index
TaskSE3Equality
::
frame_id
()
const
{
return
m_frame_id
;
}
const
ConstraintBase
&
TaskSE3Equality
::
getConstraint
()
const
{
return
m_constraint
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment