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
Stack Of Tasks
tsid
Commits
1285ce48
Unverified
Commit
1285ce48
authored
Sep 21, 2020
by
Thomas PEYRUCAIN
Committed by
GitHub
Sep 21, 2020
Browse files
Update task-joint-bounds.hpp
Fix warnings
parent
e30037f3
Pipeline
#11223
passed with stage
in 16 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/tsid/tasks/task-joint-bounds.hpp
View file @
1285ce48
...
...
@@ -60,13 +60,13 @@ namespace tsid
// void mask(const Vector & mask);
protected:
double
m_dt
;
int
m_na
,
m_nv
;
Vector
m_v_lb
,
m_v_ub
;
Vector
m_a_lb
,
m_a_ub
;
Vector
m_ddq_max_due_to_vel
,
m_ddq_min_due_to_vel
;
// Vector m_mask;
ConstraintBound
m_constraint
;
double
m_dt
;
int
m_nv
,
m_na
;
};
}
...
...
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