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[sensors]: Adds occupancy sensor. #209

Closed maxspahn closed 1 year ago

maxspahn commented 1 year ago

Creates parent class GridSensor for SDF and occupancy sensor as most functions overlap.

Addresses #133