maxspahn / gym_envs_urdf

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

Bicycle model not updated according to observation structure update #126

Closed maxspahn closed 2 years ago

maxspahn commented 2 years ago

When the observation space and observations were updated to comply with the format ['robot_{i}']['joint_state'][..], the bicycle model was not updated accordingly, see code below.

This is the reason why the corresponding tests are skipped since #125 . This must be fixed before the next release.

https://github.com/maxspahn/gym_envs_urdf/blob/4c86b28b33f7e742f3fdc3219369f517166bcd00/urdfenvs/urdf_common/bicycle_model.py#L86-L110