mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-08-06 00:35:44 +08:00
Merge branch 'devel' of https://github.com/commaai/openpilot into devel-lexus-ish-ave30r
This commit is contained in:
@@ -126,7 +126,7 @@ In Progress Cars
|
||||
- Only remaining Toyota cars with no port yet are the Avalon and the Sienna.
|
||||
- All Hyundai with SmartSense.
|
||||
- All Kia with SCC and LKAS.
|
||||
- All Chrysler, Jeep, Fiat with Adaprive Cruise Control and LaneSense.
|
||||
- All Chrysler, Jeep, Fiat with Adaptive Cruise Control and LaneSense.
|
||||
|
||||
How can I add support for my car?
|
||||
------
|
||||
@@ -161,6 +161,8 @@ Directory structure
|
||||
├── locationd # Soon to be home of precise location
|
||||
├── logcatd # Android logcat as a service
|
||||
├── loggerd # Logger and uploader of car data
|
||||
├── mapd # Fetches map data and computes next global path
|
||||
├── orbd # Computes ORB features from frames
|
||||
├── proclogd # Logs information from proc
|
||||
├── sensord # IMU / GPS interface code
|
||||
├── test # Car simulator running code through virtual maneuvers
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
libc++_shared.so filter=lfs diff=lfs merge=lfs -text
|
||||
libsnpe_adsp.so filter=lfs diff=lfs merge=lfs -text
|
||||
libsnpe_dsp_domains.so filter=lfs diff=lfs merge=lfs -text
|
||||
libsnpe_dsp_domains_system.so filter=lfs diff=lfs merge=lfs -text
|
||||
libsnpe_dsp_domains_v2.so filter=lfs diff=lfs merge=lfs -text
|
||||
libSNPE_G.so filter=lfs diff=lfs merge=lfs -text
|
||||
libSNPE.so filter=lfs diff=lfs merge=lfs -text
|
||||
libsymphony-cpu.so filter=lfs diff=lfs merge=lfs -text
|
||||
libsymphonypower.so filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2df46d2204a3883ba2d3f4481d5d813982033a267ee69f239d146434ac0543a8
|
||||
size 5227664
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1901c3f88ae18db1c10ee327c0060974a7b2e3b84b98bb4ddec2ffa89290da81
|
||||
size 4179504
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e689b38c7e47b309a04b8850e93d68545eb7813498680e68a9ea20bae47efb89
|
||||
size 6624168
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa79ec0b7f1d286b642a29468e93db82e343d2c62f0aae2594390c31a0a01548
|
||||
size 17720
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb3a6baf73d5977e4a30cf60429f4feb765b9bd8d3efebd29ff82ba73ff34201
|
||||
size 17640
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47d0916a6b322330620be184c36bae7681678287408c96360d70d40f90d6b41e
|
||||
size 17640
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c64301531edbb3471b70df6dc31901a5de9d907649db4948577d0cfc9b4016bd
|
||||
size 17648
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40990fbd09c217301cb5a89c20e401e1dcb9a86b99a7d9436cf2c995ad15952e
|
||||
size 518000
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf93a6e8ab2a1df4ab3fcac92b277489be8258682b7e15884b55f2b21bfacb29
|
||||
size 54960
|
||||
@@ -55,7 +55,7 @@ def create_lkas_hud(gear, lkas_active, hud_alert, car_fingerprint):
|
||||
# LKAS_HUD (678) Controls what lane-keeping icon is displayed.
|
||||
|
||||
if hud_alert == VisualAlert.steerRequired:
|
||||
msg = msg = '0000000300000000'.decode('hex')
|
||||
msg = '0000000300000000'.decode('hex')
|
||||
return make_can_msg(0x2a6, msg)
|
||||
|
||||
# TODO: use can packer
|
||||
|
||||
@@ -81,6 +81,8 @@ class CarInterface(object):
|
||||
|
||||
if candidate == CAR.JEEP_CHEROKEE:
|
||||
ret.wheelbase = 2.91 # in meters
|
||||
ret.steerRatio = 12.7
|
||||
ret.steerActuatorDelay = 0.2 # in seconds
|
||||
|
||||
ret.centerToFront = ret.wheelbase * 0.44
|
||||
|
||||
|
||||
Reference in New Issue
Block a user