SoftPanda

From Tinkla: Tinkering with Tesla
Revision as of 18:29, 23 May 2019 by BogGyver (talk | contribs) (Created page with " === Which source code branch is needed? === You will have to be on one of the branches in my [https://github.com/BogGyver/openpilot repo] that is based on OpenPilot 0.5.9 or...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Which source code branch is needed?

You will have to be on one of the branches in my repo that is based on OpenPilot 0.5.9 or above.


Changes to OpenPilot Configuration File

The following options must be set to true in the OpenPilot Configuration File for the IC/CID integration to work:

use_tesla_gps = True
use_tesla_map_data = True
has_tesla_ic_integration = True
# below is optional changes speedo from flying car to old non-ap gauge when EON is not connected; not implemented yet
use_analog_when_no_eon = True

Download softPanda Executable

Dwnload the softPanda Executable and place it in /var/root/run

Download Language Strings File

Find and download the QtCar_xx.qm specific to your language (for example English is en) on both IC and CID and place it in /var/root/lang on both systems.