MUSHR for racing #52
Replies: 2 comments 1 reply
-
Hi Abhishek, The DL implementation is merely a way for new MuSHR enthusiasts to dabble into the use of DL for autonomous driving. While the model can be trained in simulation, the framework itself is not connected to ROS and thus will not work directly on the physical car. If you wish to implement the DL system on the real MuSHR car, you can use the DL implementation framework as inspiration. Further, I would advise using real-world data for training purposes, as the sim to real transfer of the DL framework has not been verified by us. As for your second question, yes, the MuSHR DL sim is a modified version of the donkey sim. The major modifications are:
Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi, here's the code for the simulator (you will need unity to modify this) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I know we have a tutorial for implementing DL using a modified version of a donkey simulator. I want to do the same thing but on the car and use it in upcoming races.
Beta Was this translation helpful? Give feedback.
All reactions