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

Add LiDAR visualization w. example #154

Closed casparvv closed 1 year ago

casparvv commented 1 year ago

Adds LiDAR detection visualization and an example for the point robot. Also fixes a calculation error in the LiDAR processing.

maxspahn commented 1 year ago

@casparvv Do you want me to fix it?

maxspahn commented 1 year ago

@casparvv Thank you very much for this needed visualization of the lidar sensor.

I changed the location of your visualization function and slightly improved the code style.