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
pinocchio
Commits
c8bf7d93
Verified
Commit
c8bf7d93
authored
Nov 08, 2018
by
Justin Carpentier
Browse files
model: {lower,upper}PositionLimit are simple Vector, not config vector in general
parent
182bb549
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/multibody/model.hpp
View file @
c8bf7d93
...
...
@@ -123,10 +123,10 @@ namespace se3
TangentVectorType
velocityLimit
;
/// \brief Lower joint configuration limit
Config
Vector
Type
lowerPositionLimit
;
Vector
Xs
lowerPositionLimit
;
/// \brief Upper joint configuration limit
Config
Vector
Type
upperPositionLimit
;
Vector
Xs
upperPositionLimit
;
/// \brief Vector of operational frames registered on the model.
FrameVector
frames
;
...
...
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