-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Gym] Generic locomotion envs - PART I (#194)
* [Viewer] Replace multi args "," delimiter by "|" to allow comma in path. Raise exception is * [Gym] Major rework to add base locomotion learning environments. * [Core] Implement methods to add and remove frames from the robot model. * [Core] Add 'mechanicalReduction' option to the motors. * [Core] Add support of mesh collisions using HPP-FCL. Migration to pinocchio/eigenpy v2.5.0. * [misc] Cleanup cmake config file to implement actual legacy mode for Ubuntu18. Update Ubuntu 18 easy install deps. * [misc] Add official support of Ubuntu 20. * [Core] Add support of body collision with the ground, but do NOT actually compute the forces. Co-authored-by: Alexis Duburcq <alexis.duburcq@wandercraft.eu>
- Loading branch information
Showing
37 changed files
with
1,713 additions
and
374 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
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
Oops, something went wrong.