Shuijing725 / CrowdNav_DSRNN

[ICRA 2021] Decentralized Structural-RNN for Robot Crowd Navigation with Deep Reinforcement Learning
https://sites.google.com/illinois.edu/crowdnav-dsrnn/home
MIT License
95 stars 23 forks source link

How to run in real world? #18

Closed CAI23sbP closed 1 year ago

CAI23sbP commented 1 year ago

Hi, i read your paper and code. It was very interesting to me.

I have some question about running in real world. In your paper, you used a camera for localization ( omit other camera). But in your code ,there is just human position(px,py). How to connect localization and velocity control(v,w)?

Could am i looking forward to your answer. Thank you!

Shuijing725 commented 1 year ago

See #13

Shuijing725 commented 1 year ago

The sim2real tutorial is released here: https://github.com/Shuijing725/CrowdNav_Sim2Real_Turtlebot

CAI23sbP commented 1 year ago

Thank you!! @Shuijing725