Skip to content
Snippets Groups Projects
Commit 442d8bef authored by rua0ra1's avatar rua0ra1 Committed by Guilhem Saurel
Browse files

added the taskacutationeq fun to expose file

parent 75d13cdb
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,7 @@ void exposeTaskJointBounds();
void exposeTaskJointPosVelAccBounds();
void exposeTaskAMEquality();
void exposeTaskTwoFramesEquality();
void exposeTaskActuationEquality();
inline void exposeTasks() {
exposeTaskComEquality();
......@@ -50,6 +51,8 @@ inline void exposeTasks() {
exposeTaskJointPosVelAccBounds();
exposeTaskAMEquality();
exposeTaskTwoFramesEquality();
exposeTaskActuationEquality();
}
} // namespace python
......
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