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
0915af33
Unverified
Commit
0915af33
authored
Sep 21, 2020
by
Guilhem Saurel
Committed by
GitHub
Sep 21, 2020
Browse files
Merge pull request #106 from Rascof/patch-1
Fix warnings
parents
e30037f3
1285ce48
Pipeline
#11225
passed with stage
in 22 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
include/tsid/tasks/task-joint-bounds.hpp
View file @
0915af33
...
...
@@ -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
Supports
Markdown
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