Skip to main content

Posts

Showing posts from 2018

2018 Automated Driving Tests summary

Intro Euroncap publish interesting automated driving tests. This is just a summary of publish videos. More information can be found: https://www.euroncap.com/en/vehicle-safety/safety-campaigns/2018-automated-driving-tests/ Summary Based on publish data i have created next table: Legend: ACC - car was stopped by Adaptive Cruise Control AEB - car was stopped by Auto Emergency Breaking AEB+C - car started to stop by AEB but crashed AEB+D - car started to stop by AEB but stopped by driver W - Warning NR - No response NOTE: '-' means missing data To make it easier for comparison lets add points to each result: ACC = 4, AEB = 3, AEB+C/D = 2, W = 1, NR/- = 0 If we put points to the data we would get next overview:   Spreadsheet can be obtained here . In short Best 3: Tesla, Ford, Hyundai Worst 3: Volvo, Toyota, Audi   

Test automation tutorial with Selenium WebDriver part 4: Continuous Integration

Continuous Integration Setup Git server Install Java if not installed - https://java.com/en/download/ Install Git server Download http://dl.bintray.com/gitblit/releases/gitblit-1.8.0.zip and unpack it  Open new cmd.exe window Go to unpacked folder:     example: cd C:\Users\IEUser\Downloads\gitblit-1.8.0 Run command:     java -jar gitblit.jar --httpPort 80  Now in your browser open ' http://localhost ' you should see running Git server: Create git remote repository Login as admin(username: ' admin ', password: ' admin ') Click ' repositories ' Click ' new repository ' Fill in repository data name: osm-testing Access Policy: Restrict Push (Authenticated... Click ' create ' Now new repository should be created: Now you need to copy repository URL - click on 'URL' and copy line starting with 'http' example: http://admin@localhost/r/osm-testing.git  Push changes to Git server  Open 'Git B

Mobile.de price comparison and discounts

In short, tried to find biggest discounts for cars which costs < 25000 euro, around Berlin, with adaptive cruise control. Here is snapshot of top 20 cars with biggest discount: adac_name adac_price mobile_name mobile_price discount Toyota Verso 1.8 Executive (5-Sitzer) 28570 Toyota Verso 1.8l Executive 5-Sitzer Regensensor, Tempo 20490 8080 Renault Scénic ENERGY dCi 110 Intens EDC 28990 Renault Scenic 1.5 dCi Intens ACC|LED-Sch.|Navi 20999 7991 Toyota C-HR 1.2 T Style Selection 27940 Toyota C-HR 1,2l Style Selection 4x2 Klimaautomatik 2-Z 20490 7450 Nissan Pulsar 1.2 DIG-T Black Edition 25250 Nissan Pulsar Black Edition 1,2 LED Navi Kamera 18"LM 17850 7400 VW Golf Variant 1.4 TSI BMT Highline 26975 Volkswagen Golf VII Variant 1.4 TSI Highline LED,Navi,ACC 19888 7087 Toyota C-HR 1.2 T Lounge 27980 Toyota C-HR 1.2 4x2 Lounge DAB+ Nano E LED 20900 7080 Suzuki Vitara 1.6 Comfort+ ALLGRIP 25590 Suzuki Vitara Comfort+ :SOFORT+ NAVI+ Alcantara+ Par... 18700 6890 Toyot

Best offline car navigation app for Android

Finally found best car navigation app for Android - Magic Earth( https://www.generalmagic.com/magic-earth/ ). Here is a list of features that i need: + offline routing with multiple routes + offline speed cameras + notifications about exceeding speed limits + offline maps + online traffic and rerouting based on traffic Problems: - is the UI/UX(not very intuitive, not perfect, need more time to get used to) - very limited search  Why not Google Maps? - no speed cameras - no notifications about exceeding speed limits - bad positions of POIs Why not HERE WeGo? - Need good GPS(with my Samsung a3 2017 couple times pass by the proper exits - because of GPS jumpingness) - no speed cameras Why not maps.me? - routing without multiple routes - no speed cameras Why not Waze? - needs to be online - no offline maps   P.S. now in search for better app for Android Auto)