Replies: 1 comment 1 reply
-
gym_jiminy profiling:
Timing in bold could be reduced to zero. Speeding up the whole learning environment by about x2. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Backup visual and collision models in log files for standalone replay/plot and guaranteed persistence
jiminy::Robot
from pinocchio models instead of urdf path and mesh dirs here. Then remove irrelevant log constant here.Use discrete height map for the ground profile instead of symbolic function
HeightField
in hppfcl #489). The discretization step should be an option for the user to play with. Simulation and rendering performance should be benchmark. Then rename inHeightField
for consistency with hpp-fcl.EngineMultiRobot
method at this point, including discretization if symbolic, along with area (min/max x/y) and assertion check to stop the simulation is going out of bounds.Detect contact points instead of hard-coded candidate list
Enable generic collision between bodies
Add advanced transmission support ([core] Add support of motors to joints transmissions #428)
(Optional) Improve efficiency of the contact solver by implementing space computation of
(sDUiJt).T * (sDUiJt)
Beta Was this translation helpful? Give feedback.
All reactions