CMU-TBD / SocNavBench

A Grounded Simulation Testing Framework for Evaluating Social Navigation: https://arxiv.org/abs/2103.00047
MIT License
35 stars 7 forks source link

How to generate the 2-D laser scan from the perspective of the robot at each time step? #2

Closed tcjcxy30 closed 3 years ago

tcjcxy30 commented 3 years ago

Hi: Thank you very much for your work. I need your help with two questions.

  1. I want to know how to generate the laser scan from the perspective of the robot at each time step in the project?
  2. Can you provide the tested data of SFM, ORCA, CADRL in Fig.6 of the paper "SocNavBench"? Thanks again.
ajdroid commented 3 years ago

Thanks for your interest,

  1. We don't support laser scans, but a full RGBD image can be generated which you may be able to sample for a laser scan depending on the spec you want.
  2. What do you mean by tested data here? Are you asking about the trajectories generated by those algorithms?
tcjcxy30 commented 3 years ago

Thanks for your interest,

  1. We don't support laser scans, but a full RGBD image can be generated which you may be able to sample for a laser scan depending on the spec you want.
  2. What do you mean by tested data here? Are you asking about the trajectories generated by those algorithms?

Thanks for your reply.

  1. I will try to do that, thank you.
  2. I want to use these algorithms (SFM, ORCA, CADRL) as benchmarks, just like what you did in your paper "SocNavBench". So can you provide all the test results of these methods?
ajdroid commented 3 years ago

Ah I think I understand, for your q2, if you want the average values for all the metrics for the baseline methods, you should be able to use the values in the tables 2-4. If you want more details than that, such as the distribution of the metrics which we showed in the violin plots, I can also get you that trajectory data but it'll take a few days.