Europilot: A toolkit for Euro Truck Simulator to develop self-driving algorithms
1–10 of 41 posts
Re: Europilot: A toolkit for Euro Truck Simulator to develop self-driving algorithms
#2Re: Europilot: A toolkit for Euro Truck Simulator to develop self-driving algorithms
#3I was looking into similar solutions to capture CAN bus events for telematics usecase.
Re: Europilot: A toolkit for Euro Truck Simulator to develop self-driving algorithms
#4Re: Europilot: A toolkit for Euro Truck Simulator to develop self-driving algorithms
#5Re: Europilot: A toolkit for Euro Truck Simulator to develop self-driving algorithms
#6Can't this be easily generalized to any game?
Re: Europilot: A toolkit for Euro Truck Simulator to develop self-driving algorithms
#7Re: Europilot: A toolkit for Euro Truck Simulator to develop self-driving algorithms
#8I'm glad I saw this link, I was looking into building a solution based on parts of the ChosunTruck codebase[1], but Europilot seems more flexible since it's built as a "bridge" rather than a fully fledged self-driving solution. [1] https://github.com/bethesirius/ChosunTruck
Another related thing that I wanted to check out is this: https://github.com/Microsoft/AirSim although that only gives you the sim and you have to do the machine learning part completely yourself.
Re: Europilot: A toolkit for Euro Truck Simulator to develop self-driving algorithms
#9Does this publish CAN bus events ? I was looking into similar solutions to capture CAN bus events for telematics usecase.
Re: Europilot: A toolkit for Euro Truck Simulator to develop self-driving algorithms
#10An obvious disadvantage is that you don't have LIDAR inputs. I guess it would be rather difficult to hack ETS such that it generates them.