55f8cb62d4 
								
							
								 
							
						 
						
							
							
								
								ignore  
							
							... 
							
							
 
							
							old-commit-hash: 45dea449c5 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								987fbe23a3 
								
							
								 
							
						 
						
							
							
								
								make sure release script removes old dotfiles  
							
							... 
							
							
 
							
							old-commit-hash: c4ed49f082 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								1454570e11 
								
							
								 
							
						 
						
							
							
								
								more fixes  
							
							... 
							
							
 
							
							old-commit-hash: 1a1f1182d7 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d6b7005d64 
								
							
								 
							
						 
						
							
							
								
								WIP: Live localizer ( #1074 )  
							
							... 
							
							
 
							
							* cleanup
* Proper exception handling
* Also check sensor number
old-commit-hash: 31794a3d10 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								23fd4b1158 
								
							
								 
							
						 
						
							
							
								
								Push container to dockerhub ( #1075 )  
							
							... 
							
							
 
							
							* push container to dockerhub
* Fix stage name
* Only run on master
* Don't push on PR
* Only run on commaai/openpilot
old-commit-hash: 5388878dac 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d61e1e287c 
								
							
								 
							
						 
						
							
							
								
								Also keep 10% free so 64gb/128gb EON will still engage when full  
							
							... 
							
							
 
							
							old-commit-hash: de6d73599b 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b26d45ce04 
								
							
								 
							
						 
						
							
							
								
								remove old locationd stuff  
							
							... 
							
							
 
							
							old-commit-hash: 64a2d0c3e9 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								2d69a5a335 
								
							
								 
							
						 
						
							
							
								
								fix imports  
							
							... 
							
							
 
							
							old-commit-hash: 59728ebca6 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								c648937cba 
								
							
								 
							
						 
						
							
							
								
								fix not focusing when all readings broken ( #1072 )  
							
							... 
							
							
 
							
							old-commit-hash: 08042ab649 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								9b1ba6011f 
								
							
								 
							
						 
						
							
							
								
								get ready for live localizer  
							
							... 
							
							
 
							
							old-commit-hash: dcb14dd830 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								e423493a9f 
								
							
								 
							
						 
						
							
							
								
								Create /data/pythonpath in release script  
							
							... 
							
							
 
							
							old-commit-hash: 4f05efb6bc 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d193813036 
								
							
								 
							
						 
						
							
							
								
								Proper set -e in devel script + fix repo url  
							
							... 
							
							
 
							
							old-commit-hash: 0f2b1ea5f5 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								3f374eac2c 
								
							
								 
							
						 
						
							
							
								
								Harcoding folder name is fine  
							
							... 
							
							
 
							
							old-commit-hash: 6737ea2860 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								2563cb10e1 
								
							
								 
							
						 
						
							
							
								
								Update release scripts  
							
							... 
							
							
 
							
							old-commit-hash: b645b1f278 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								0533095476 
								
							
								 
							
						 
						
							
							
								
								TARGET_IDS not used since 0.5 ( #1071 )  
							
							... 
							
							
 
							
							The function to send these values has been removed long ago and no other function is using them.
So it is time to remove them.
old-commit-hash: 85f7064ca6 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								690942af4c 
								
							
								 
							
						 
						
							
							
								
								remove unused stuff from external  
							
							... 
							
							
 
							
							old-commit-hash: b541f59094 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								15a9b3b96c 
								
							
								 
							
						 
						
							
							
								
								GM: Resume Required Alert should be triggered off of ECM state ( #1045 )  
							
							... 
							
							
 
							
							* Resume Required Alert should be triggered off of ECM state
On GM cars the ECM goes into cruise state 4 (standstill) and in order
for the ECM to accept cruise inputs, the resume button must be pressed
to drive it to state 1 (active).
Previously rather than testing for if the ECM was in state 4, the wheel
speed sensors were checked that the vehicle was going less than 0.5 m/s.
In some cases this could cause the resume required alert to be displayed
before the car actually came to a stop as far as the ECM was concerned.
If the alert is triggered before state 4 and OP demands acceleration,
its possible for OP to acelerate while the Resume Required Alert is
displayed created a very confusing UX.
* After more review, the problem was actually with the 'if at_full_stop' check was inside an else statement preventing entering the stopped mode if braking is 0
old-commit-hash: 4b12aca941 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								1eabf2764c 
								
							
								 
							
						 
						
							
							
								
								German Prius FP ( #1064 )  
							
							... 
							
							
 
							
							old-commit-hash: e6a5a3c277 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								9d76270304 
								
							
								 
							
						 
						
							
							
								
								live kalman  
							
							... 
							
							
 
							
							old-commit-hash: 4212b7f91c 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								bacf306186 
								
							
								 
							
						 
						
							
							
								
								fix not resetting on interaction ( #1061 )  
							
							... 
							
							
 
							
							old-commit-hash: 8321cf283a 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								0976cd1825 
								
							
								 
							
						 
						
							
							
								
								Focusss ( #1059 )  
							
							... 
							
							
 
							
							old-commit-hash: 2b97ff70b5 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								c7dfd582c3 
								
							
								 
							
						 
						
							
							
								
								exclude dcamera files from ci routes  
							
							... 
							
							
 
							
							old-commit-hash: dabe9d71ab 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5a8a2b2859 
								
							
								 
							
						 
						
							
							
								
								Remove unused path offset learner  
							
							... 
							
							
 
							
							old-commit-hash: 59bd58c940 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								009fb04b5e 
								
							
								 
							
						 
						
							
							
								
								Cancel lane change on blinker off  
							
							... 
							
							
 
							
							old-commit-hash: 105b95ffd7 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5011fcce5c 
								
							
								 
							
						 
						
							
							
								
								Add extra engine FW for Corolla LE  
							
							... 
							
							
 
							
							old-commit-hash: fdabd57e7e 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								2bde267e84 
								
							
								 
							
						 
						
							
							
								
								Fix fw_versions.py --scan  
							
							... 
							
							
 
							
							old-commit-hash: 719e0572e1 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								559d3e4f50 
								
							
								 
							
						 
						
							
							
								
								use services.h in loggerd ( #1056 )  
							
							... 
							
							
 
							
							* loggerd: use services.h
* don't need yaml-cpp anymore
* forgot that
old-commit-hash: 0ad5715255 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								e3cb9b937c 
								
							
								 
							
						 
						
							
							
								
								test car models: fix random hanging ( #1055 )  
							
							... 
							
							
 
							
							* debug print
* unlogger doesn't need fcamera.hevc
* only need the rlog
* tiemout for log downloading
* try again after timeout
old-commit-hash: 30dffb486a 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								2e8e73de2f 
								
							
								 
							
						 
						
							
							
								
								bump fix  
							
							... 
							
							
 
							
							old-commit-hash: 0728e57578 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5472f284ba 
								
							
								 
							
						 
						
							
							
								
								bump laika  
							
							... 
							
							
 
							
							old-commit-hash: c2d5deeccc 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								193ee1ac01 
								
							
								 
							
						 
						
							
							
								
								Added hw status to ublox test scripts and ubloxGnss packet ( #1054 )  
							
							... 
							
							
 
							
							* Added hw status to ublox test scripts and ubloxGnss packet
* Added extra config to boardd
* Implemented new ublox message handler in ubloxd
* Fixed debug text
* Added some explanation and cereal bump
old-commit-hash: d0c1f9a864 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								95aeae9a9d 
								
							
								 
							
						 
						
							
							
								
								remove lambda  
							
							... 
							
							
 
							
							old-commit-hash: 920572442b 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								54dfddd245 
								
							
								 
							
						 
						
							
							
								
								Cleanup simulator and add usage instructions ( #1050 )  
							
							... 
							
							
 
							
							* cleanup simulator files
* minor updates
* update readme
* keras runner builds
* hmm, still doesn't work
* keras runner works
* should work with python3 keras mod
* touchups
old-commit-hash: c50c718293 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								33a589ba66 
								
							
								 
							
						 
						
							
							
								
								comments  
							
							... 
							
							
 
							
							old-commit-hash: 6b1506740e 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b30b89b110 
								
							
								 
							
						 
						
							
							
								
								better comments  
							
							... 
							
							
 
							
							old-commit-hash: f50e016c12 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								1b62688713 
								
							
								 
							
						 
						
							
							
								
								reverse geocoder  
							
							... 
							
							
 
							
							old-commit-hash: bc725b98c9 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								d954961f2c 
								
							
								 
							
						 
						
							
							
								
								add zmq to rpath on x64  
							
							... 
							
							
 
							
							old-commit-hash: 9c5e035838 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5ecddfbe0a 
								
							
								 
							
						 
						
							
							
								
								add tf model  
							
							... 
							
							
 
							
							old-commit-hash: 6d5cde3412 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								3f552be671 
								
							
								 
							
						 
						
							
							
								
								bump opendbc: add Lexus NX300H  
							
							... 
							
							
 
							
							old-commit-hash: 07264699b7 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								87b6bf527a 
								
							
								 
							
						 
						
							
							
								
								specify commaai in submodules url ( #1049 )  
							
							... 
							
							
 
							
							old-commit-hash: 37a73d5c94 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								8bffe55d95 
								
							
								 
							
						 
						
							
							
								
								Update APKs  
							
							... 
							
							
 
							
							old-commit-hash: 79c149f42d 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								7829508bf4 
								
							
								 
							
						 
						
							
							
								
								Replace 'EON' in offroad alerts  
							
							... 
							
							
 
							
							old-commit-hash: 47f4396d7d 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								5341e96a9d 
								
							
								 
							
						 
						
							
							
								
								get_network_type: Sort, correct cell network lookup and fix for pc  
							
							... 
							
							
 
							
							old-commit-hash: e8959e6b1a 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								9013795434 
								
							
								 
							
						 
						
							
							
								
								Fix dirty files reporting  
							
							... 
							
							
 
							
							old-commit-hash: c770f54103 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								2ea3171306 
								
							
								 
							
						 
						
							
							
								
								Removed old signed firmware during release build  
							
							... 
							
							
 
							
							old-commit-hash: a98000849e 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								7ffcea6361 
								
							
								 
							
						 
						
							
							
								
								Cleanup files_common for phone release  
							
							... 
							
							
 
							
							old-commit-hash: e32e754a74 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								403121bc2f 
								
							
								 
							
						 
						
							
							
								
								Use full name for docker caching  
							
							... 
							
							
 
							
							old-commit-hash: 118198605f 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								39d2e34bee 
								
							
								 
							
						 
						
							
							
								
								Only add the file list to the release  
							
							... 
							
							
 
							
							old-commit-hash: 0fb9971728 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								0980219af5 
								
							
								 
							
						 
						
							
							
								
								Noqa on release build script  
							
							... 
							
							
 
							
							old-commit-hash: 2fe75cb7d0 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								9a94e20fbb 
								
							
								 
							
						 
						
							
							
								
								fix releases.md typo  
							
							... 
							
							
 
							
							old-commit-hash: 6797910ab0 
							
						 
						
							6 years ago