This page is a repository of useful how-tos as a supplement for additional information.
Radar tracks can now be enabled manually on applicable cars through SSH thanks to @greghogan and @pd0wm.
Some Hyundai radars can be reconfigured to output (debug) radar points on bus 1. Reconfiguration is done over UDS by reading/writing to 0x0142 using the Read/Write Data By Identifier endpoints (0x22 & 0x2E). This script checks your radar firmware version against a list of known firmware versions. If you want to try on a new radar, make sure to note the default config value in case it is different from the other radars and you need to revert the changes. After changing the config the car should not show any faults when openpilot is not running. These config changes are persistent across car reboots. You need to run this script again to go back to the default values.
USE AT YOUR OWN RISK! Stock system safety features, like AEB and FCW, might be affected by these changes.
How radar points can be used along with vision:
- Current OP long policy is identify with vision first, if vision sees a vehicle match it to a radar point. If vision sees nothing you get a false negative and no lead car detection. (Source: Hubblesphere#7894 from comma.ai community Discord)
(EXPERIMENTAL, as of January 1st, 2022)
(Only applicable to some Hyundai, Kia, and Genesis cars, as of January 1st, 2022)
(Base on version 0.8.12 devel
)
USE AT YOUR OWN RISK! Stock system safety features, like AEB and FCW, might be affected by these changes.
- Ensure the car is at the
OFF
ignition position. - Connect your compatible comma device (EON, C2, C3) to the car. comma device power should be ON.
- Use a laptop or applicable device to connect to your comma device via SSH. (Tips: Instructions to SSH in HERE)
- In the SSH terminal after successfully connected to your comma device, execute the following commands:
pkill -f openpilot
python /data/openpilot/selfdrive/debug/hyundai_enable_radar_points.py
- Follow the instructions in the script:
Power on the vehicle keeping the engine off (press start button twice) then type OK to continue
.- If successful, the following message should appear:
[DONE]. Restart your vehicle and ensure there are no faults
. - If the script did not run successfully, reach out to the community in Sunnyhaibin's Openpilot Discord Server or
#hyundai-kia-genesis channel
on commaai community Discord Server for assistance.
- If successful, the following message should appear:
- Reboot your comma device:
- C3:
sudo reboot
- C2 or EON:
reboot
- C3:
- Once your comma device is rebooted, start your car with engine on (with or without comma device connected). Ensure that there are no faults from the car. If there are faults, reach out to the community in Sunnyhaibin's Openpilot Discord Server or
#hyundai-kia-genesis channel
on commaai community Discord Server for assistance. - Go for a quick drive and drive behind a lead car with varied follow distance. Then, come back and allow the drive to upload its
rlogs
in comma Connect. - With all
rlogs
uploaded, open the drive in Cabana from comma Connect. Load DBC ->hyundai_kia_mando_front_radar.dbc
, then searchRADAR_TRACK_50x
(x
could be anything), open any of them, and look atLONG_DIST
. - If the radar tracks data is relevant with the lead car you drove behind, you are done! Your car now have radar tracks enabled.
(EXPERIMENTAL, as of January 9th, 2022)
(Base on version 0.8.12 devel
)
USE AT YOUR OWN RISK! Stock system safety features, like AEB and FCW, might be affected by these changes.
- Connect your compatible comma device (EON, C2, C3) to the car. comma device power should be ON.
- (Note: If doing this in the car, ensure the car is at the
OFF
ignition position.)
- (Note: If doing this in the car, ensure the car is at the
- Use a laptop or applicable device to connect to your comma device via SSH. (Tips: Instructions to SSH in HERE)
- In the SSH terminal after successfully connected to your comma device, execute the following commands:
echo -n "1" > /data/params/d/DisableRadar_Allow
- Note: It will automatically create the file
DisableRadar_Allow
under/data/params/d
after executing the command.
- Note: It will automatically create the file
- Reboot your comma device:
- C3:
sudo reboot
- C2 or EON:
reboot
- C3:
- Once your comma device is rebooted, a new toggle should appear:
.
└── Settings
└── Toggles
└── ***openpilot Longitudinal Control***
- Set the toggle
openpilot Longitudinal Control
toON
. (Note: If this step is done while the car is at theON
ignition position, turn off the car to take the change in effect.) - Start the car. Drive and check for the following:
- Is there a chevron (triangle) appear behind a lead car?
- Are you able to engage openpilot with no fault?
- (Optional, PROCEED WITH EXTREME CAUTION AND BE READY TO MANUALLY TAKE OVER AT ALL TIMES) With the car engaged with openpilot and cruising at or below
35 MPH
or56 KM/H
in good road conditions, is your car able to detect and slow down / stop behind a stopped car?
- If you answered
YES
to all the above questions in Step 6, you have successfully enabled openpilot Longitudinal Control.
❗Note❗: Some Hyundai/Kia/Genesis car models may not see the chevron behind a lead car after enabling openpilot Longitudinal Control
. This could cause by the affected car models being listed in the LEGACY_SAFETY_MODE_CAR
blacklist in selfdrive/car/hyundai/values.py
and openpilot Longitudinal Control may not have been tested/confirmed by comma or the community.
- If you would like to test whether openpilot Longitudinal Control would work for your car model, ensure that your car model is removed from the blacklist in the following statement in
selfdrive/car/hyundai/values.py
:
## As of January 9th, 2022 ##
LEGACY_SAFETY_MODE_CAR = set([CAR.HYUNDAI_GENESIS, CAR.IONIQ_EV_2020, CAR.IONIQ_EV_LTD, CAR.IONIQ_PHEV, CAR.IONIQ, CAR.KONA_EV, CAR.KIA_SORENTO, CAR.SONATA_LF, CAR.KIA_NIRO_EV, CAR.KIA_OPTIMA, CAR.VELOSTER, CAR.KIA_STINGER, CAR.GENESIS_G70, CAR.GENESIS_G80, CAR.KIA_CEED, CAR.ELANTRA, CAR.IONIQ_HEV_2022])
- Create a free mapbox account. Account will ask for a credit card for verification. You will not be charged for the free tier.
- On the Dashboard, you will see a section called Access Tokens. Click
Create a Token
. Name it whatever you like. Set the scopes to allow everything for both Public and Secret. Copy both of these keys. YOU WON'T BE ABLE TO ACCESS THE SECRET KEY AFTER THIS WINDOW. - On your C3, go to
SP - Visuals
and toggleEnable Mapbox Navigation*
. Accept the reboot. - Once rebooted, connect your C3 to a network with internet access and find the C3’s IP address.
- In a browser, navigate to that IP with port 8082 (i.e 192.168.1.69:8082). You should be greeted with the Comma logo and a public key input field.
- Paste your Public token (pk.xx), click enter, paste your Secret key (sk.xx), click enter. You can now search for places. This page will be available at your devices’s IP address/port 8082 to search for destinations.
- To set Home and Work addresses, search for a place, select Home/Work from the dropdown and click Navigate. For non-Home/Work destinations, select Recent Places.
At this time, it is not possible to search directly on the C3.
TIPS:
- If your C3 is showing a black screen that says “Map Loading”, performing a reboot via the UI should fix it.
- If your phone can create a Hotspot, you are able to connect the C3 to your phone hotspot and use your phone browser to search for places.
- In the Navigation panel on the C3, you can select Home, Work, and from a list of Recent Places you have navigated to without needing a browser (assuming the C3 is connected to the internet.)
IMPORTANT NOTE: Your C3 will require an active internet connection to download map data, generate driving directions, and ETA. Once map data and directions are downloaded, it is possible to use it offline, however nothing will update (such as new driving direction after a missed turn, updated ETA, map data further into your drive etc.)
NAVIGATION NOTE: At this time, mapbox does not support alphanumeric addresses (i.e W123N1234 Main St). There is currently no known workaround for this.