maxspahn / gym_envs_urdf

URDF environments for gym
https://maxspahn.github.io/gym_envs_urdf/
GNU General Public License v3.0
43 stars 14 forks source link

Ft moving obstacles mujoco #250

Closed maxspahn closed 5 months ago

maxspahn commented 5 months ago

Changes obstacle and goal adding from pure geom's to bodys with mocap property. That allows to change the position and orientation of obstacles and goals at runtime. Adds environment property t for mujoco env. Fixes scene obstacles by making dynamic spheres type sphere rather than with the prefix analytic or spline. Updates mujoco example to integrate moving obstacles.