All joint limits. More...
#include <pinocchio/parsers/mjcf/mjcf-graph.hpp>
Public Member Functions | |
| RangeJoint (double v) | |
| template<int Nq, int Nv> | |
| RangeJoint | concatenate (const RangeJoint &range) const |
| Concatenate 2 rangeJoint. More... | |
| template<int Nq, int Nv> | |
| RangeJoint | setDimension () const |
| Set dimension to the limits to match the joint nq and nv. More... | |
All joint limits.
Definition at line 116 of file mjcf-graph.hpp.
| RangeJoint concatenate | ( | const RangeJoint & | range | ) | const |
Concatenate 2 rangeJoint.
| Nq | old_range, joint configuration |
| Nv | old_range, joint velocity |
| range | to concatenate with |
| RangeJoint setDimension | ( | ) | const |
Set dimension to the limits to match the joint nq and nv.
| Nq | joint configuration |
| Nv | joint velocity |