GibsonEnv
GibsonEnv copied to clipboard
Do we plan to support lidar in Gibson?
We are investigating the possibility to use Gibson to replace Gazebo to simulate robotics. But seems there is no lidar support in Gibson. Do we have a plan to support lidar in Gibson? Or am I missed the lidar agent implementation?
@susu3621 It is implemented in a newer version of Gibson that is not released yet. Stay tuned :)
Great! Waiting for it.
Hi, is this version of Gibson on any of the other branches or on a fork?
@botforge you can find it here: https://github.com/StanfordVL/GibsonEnvV2
The code to support scan is in these lines: https://github.com/fxia22/gibsonv2/blob/master/gibson2/envs/locomotor_env.py#L266-L302
@fxia22 I think the second repository is private under your account. However, GibsonEnvV2 is not, is the code to support the latter here? https://github.com/StanfordVL/GibsonEnvV2/blob/d880d9b3de87a9867dabed2a2f2321fe47456aa4/gibson2/envs/locomotor_env.py#L266
@botforge yes, that's what I mean.