wip
This commit is contained in:
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.onnx filter=lfs diff=lfs merge=lfs -text
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
This is oscarpilot. It is a mod of frogpilot.
|
This is oscarpilot. It is a mod of frogpilot.
|
||||||
|
|
||||||
|
Install via: smiskol.com/fork/brianhansonxyz/oscarpilot/master or bit.ly/oscarpilot
|
||||||
|
|
||||||
- increased driver monitor timeouts to 30 sec warn / 60 second fatal
|
- increased driver monitor timeouts to 30 sec warn / 60 second fatal
|
||||||
- changed some default settings, notably farmville model default
|
- changed some default settings, notably farmville model default
|
||||||
- disabled lane change assist
|
- disabled lane change assist
|
||||||
|
|||||||
1
push_github
Normal file
1
push_github
Normal file
@@ -0,0 +1 @@
|
|||||||
|
GIT_SSH_COMMAND='ssh -i ~/.ssh/id_rsa_brianhansonxyzgithub -o IdentitiesOnly=yes' git push github oscarpilot
|
||||||
@@ -659,7 +659,7 @@ class Controls:
|
|||||||
self.lateral_allowed |= CS.cruiseState.enabled or (CS.cruiseState.available and self.always_on_lateral_main)
|
self.lateral_allowed |= CS.cruiseState.enabled or (CS.cruiseState.available and self.always_on_lateral_main)
|
||||||
|
|
||||||
self.FPCC.alwaysOnLateral = self.lateral_allowed and driving_gear and signal_check
|
self.FPCC.alwaysOnLateral = self.lateral_allowed and driving_gear and signal_check
|
||||||
if self.FPCC.alwaysOnLateral:/
|
if self.FPCC.alwaysOnLateral:
|
||||||
self.current_alert_types.append(ET.WARNING)
|
self.current_alert_types.append(ET.WARNING)
|
||||||
|
|
||||||
# Check which actuators can be enabled
|
# Check which actuators can be enabled
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user