-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
README clean up and integration of Kinematic limits from Robot Model (#…
…49) * adds urdf as a param * adds a small introduction on the readme * [FT] Sets up pos/vel bounds in KTOPT This commit adds upper/lower position/velocity bounds. Reads them from the robot model VariableBound API and sets them up as Drake PositionBund and VelocityBound constraints. Adds some additional docs on readme * pre-commits * addresses review comments * pre-commit stuff * adds acceleration and place holder jerk constraint * initialises bounds with dofs by reserving memory - * [FIX] fixes incorrect integration of inactive kinematic limits
- Loading branch information
Showing
3 changed files
with
113 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters