ChosunTruck icon indicating copy to clipboard operation
ChosunTruck copied to clipboard

Euro Truck Simulator 2 autonomous driving solution

Results 12 ChosunTruck issues
Sort by recently updated
recently updated
newest added

Hi, is this still working? if so can i have an example of how to build it and run it? For purposes of learning I want to be able to...

Hy, is this still working ? if yes can i have an example how to build it and run ? i'm not very good with c++ ! Please ? Sorry...

I am getting stumped by this error. Log provided below. `~/ChosunTruck/linux$ make mkdir -p build g++ -c src/main2.cc `pkg-config opencv --cflags --libs` -std=c++11 -lX11 -Wall -fopenmp -O3 -march=native -o build/main2.o...

Resolves https://github.com/bethesirius/ChosunTruck/issues/43 which prevents the linux branch from building with OpenCV 3.0+ See the documentation changes from OpenCV 2.4 to 3.0: https://github.com/bethesirius/ChosunTruck/issues/43#issuecomment-397043206

I have found that using adaptiveThreshold works better for lane detection than the standard threshold being used here: https://github.com/bethesirius/ChosunTruck/blob/889644385ce57f971ec2921f006fbb0a167e6f1e/windows/src/main.cpp#L117 I used the following code to replace that line: `cv::adaptiveThreshold(sobel, contours,...

enhancement

I was strictly following the instrctions provided in wiki. But an error appeared when I tried to build. ![image](https://user-images.githubusercontent.com/12424274/35199569-e4e61a50-fecd-11e7-9ef6-e3a33cf0fa07.png) And the options are set to update packages automatically. ![image](https://user-images.githubusercontent.com/12424274/35199628-93dfe4be-fece-11e7-83c6-6800e2ee0b67.png) please...

Hi I did a Local Windows debugger on the program in VS 2017 it start but I get the error that the zlibd1.dll is missing and that I need to...

Currently our wiki links to the vc12 (VS2013) nuget package for opencv https://github.com/bethesirius/ChosunTruck/wiki/Windows-Installation > Use Nuget Package Manager to grab these two packages: > > https://www.nuget.org/packages/opencvcuda-release/ > https://www.nuget.org/packages/opencvcuda-debug/ However, neither...

Can u make a video of how to install on windows. Thank you

Hi, basically this error is a continuation of error issue #17 posted by @gotope. Previously, I have successfully ran the ChosunTruck on Windows. Now on Ubuntu 16.04, I had the...