Mapbox widget (#20751)
* squash mapbox stuff * only hacks for pc * no hack there * only update when needed * get destination from param * no need for user agent * add athena method * change nav path color * layout cleanups * margin top * add build scripts * rename header file * set pitch * fix icon blinking * keep both options * draw on top to fix last blinking * only recomput with gps * fix include * put map in onroadwidget * update mapbox plugin to allow specifying directions url * cycle through views * dynamic resize * only when present * add map_helpers * whitespace * small fixes * let scons decide * update setup files * implicit dependency * fix alerts * Update selfdrive/ui/SConscript * move clearLayout to util.h * only build when map.cc present * move maps to own folder Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com> old-commit-hash: 86aefbe7667f0693402c1883d286ce331e9d6215
This commit is contained in:
@@ -28,6 +28,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
liblzma-dev \
|
||||
libomp-dev \
|
||||
libopencv-dev \
|
||||
libqt5sql5-sqlite \
|
||||
libqt5svg5-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
libsystemd-dev \
|
||||
@@ -40,7 +42,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
python-dev \
|
||||
qml-module-qtquick2 \
|
||||
qt5-default \
|
||||
qtlocation5-dev \
|
||||
qtmultimedia5-dev \
|
||||
qtpositioning5-dev \
|
||||
qtwebengine5-dev \
|
||||
sudo \
|
||||
valgrind \
|
||||
|
||||
@@ -128,6 +128,7 @@ else:
|
||||
libpath = [
|
||||
"#phonelibs/snpe/x86_64-linux-clang",
|
||||
"#phonelibs/libyuv/x64/lib",
|
||||
"#phonelibs/mapbox-gl-native-qt/x86_64",
|
||||
"#cereal",
|
||||
"#selfdrive/common",
|
||||
"/usr/lib",
|
||||
@@ -190,6 +191,7 @@ env = Environment(
|
||||
"#phonelibs/android_system_core/include",
|
||||
"#phonelibs/linux/include",
|
||||
"#phonelibs/snpe/include",
|
||||
"#phonelibs/mapbox-gl-native-qt/include",
|
||||
"#phonelibs/nanovg",
|
||||
"#phonelibs/qrcode",
|
||||
"#phonelibs",
|
||||
@@ -272,7 +274,7 @@ Export('envCython')
|
||||
|
||||
# Qt build environment
|
||||
qt_env = env.Clone()
|
||||
qt_modules = ["Widgets", "Gui", "Core", "Network", "Concurrent", "Multimedia", "Quick", "Qml", "QuickWidgets"]
|
||||
qt_modules = ["Widgets", "Gui", "Core", "Network", "Concurrent", "Multimedia", "Quick", "Qml", "QuickWidgets", "Location", "Positioning"]
|
||||
if arch != "aarch64":
|
||||
qt_modules += ["DBus"]
|
||||
|
||||
|
||||
2
phonelibs/mapbox-gl-native-qt/.gitattributes
vendored
Normal file
2
phonelibs/mapbox-gl-native-qt/.gitattributes
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
x86_64 filter=lfs diff=lfs merge=lfs -text
|
||||
larch64 filter=lfs diff=lfs merge=lfs -text
|
||||
3
phonelibs/mapbox-gl-native-qt/build.sh
Executable file
3
phonelibs/mapbox-gl-native-qt/build.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fedf4467798fe51266ed754f3da7420ebd13c1b67d9c7528743ec323fcea2b77
|
||||
size 191
|
||||
3
phonelibs/mapbox-gl-native-qt/include/QMapbox
Normal file
3
phonelibs/mapbox-gl-native-qt/include/QMapbox
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f967d81c93b1e5495180c1a2c9da9649863744f5815decf613b2286cf334aae
|
||||
size 23
|
||||
3
phonelibs/mapbox-gl-native-qt/include/QMapboxGL
Normal file
3
phonelibs/mapbox-gl-native-qt/include/QMapboxGL
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:220807f0445a1de75f0bc0cb558aeb0f610bc2099b31614c03e54b448cf29ddc
|
||||
size 25
|
||||
3
phonelibs/mapbox-gl-native-qt/include/qmapbox.hpp
Normal file
3
phonelibs/mapbox-gl-native-qt/include/qmapbox.hpp
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:922c5af1a229514ec0bb264226d974c539eea34f0e28e7cb261df16c3964fa35
|
||||
size 4299
|
||||
3
phonelibs/mapbox-gl-native-qt/include/qmapboxgl.hpp
Normal file
3
phonelibs/mapbox-gl-native-qt/include/qmapboxgl.hpp
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec1afdc07127362f66466cfd5cc9125150ab88a4b179d57ce8e80d4653c97080
|
||||
size 8511
|
||||
3
phonelibs/mapbox-gl-native-qt/x86_64/libqmapboxgl.so
Executable file
3
phonelibs/mapbox-gl-native-qt/x86_64/libqmapboxgl.so
Executable file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be9380835de2c7f9e5437d3bcd31d64f7d43e669516e43846bb701c5c31c89b7
|
||||
size 10215888
|
||||
1
phonelibs/qt-plugins/.gitattributes
vendored
Normal file
1
phonelibs/qt-plugins/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
x86_64 filter=lfs diff=lfs merge=lfs -text
|
||||
3
phonelibs/qt-plugins/build_qtlocation.sh
Executable file
3
phonelibs/qt-plugins/build_qtlocation.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8921fc959cd4e4820f0a779b1f51e61d0e40c3bea07b3ef2439ee85181f7de0d
|
||||
size 178
|
||||
3
phonelibs/qt-plugins/x86_64/geoservices/libqtgeoservices_mapbox.so
Executable file
3
phonelibs/qt-plugins/x86_64/geoservices/libqtgeoservices_mapbox.so
Executable file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d00791691ec3d2a3e0ed99c9b65ef5b3df21cdd6c3df3b1274ed5e5ea49bbe8
|
||||
size 12163664
|
||||
BIN
selfdrive/assets/images/triangle.svg
LFS
Normal file
BIN
selfdrive/assets/images/triangle.svg
LFS
Normal file
Binary file not shown.
3
selfdrive/assets/navigation/direction_arrive.png
Normal file
3
selfdrive/assets/navigation/direction_arrive.png
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae17f4c1896c88a6d520f1acdca99ab23d4ce1140a500b64bea3185041f8ecd9
|
||||
size 1246
|
||||
BIN
selfdrive/assets/navigation/direction_arrive_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_arrive_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_arrive_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_arrive_right.png
LFS
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ae17f4c1896c88a6d520f1acdca99ab23d4ce1140a500b64bea3185041f8ecd9
|
||||
size 1246
|
||||
BIN
selfdrive/assets/navigation/direction_close.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_close.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_continue.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_continue.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_continue_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_continue_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_continue_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_continue_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_continue_slight_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_continue_slight_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_continue_slight_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_continue_slight_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_continue_straight.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_continue_straight.png
LFS
Normal file
Binary file not shown.
3
selfdrive/assets/navigation/direction_continue_uturn.png
Normal file
3
selfdrive/assets/navigation/direction_continue_uturn.png
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e02ac2720f12f9373ae2d86d91fffb6203e18aba04b493bd6f41d2953a11cbc9
|
||||
size 1780
|
||||
BIN
selfdrive/assets/navigation/direction_depart.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_depart.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_depart_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_depart_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_depart_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_depart_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_depart_straight.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_depart_straight.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_end_of_road_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_end_of_road_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_end_of_road_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_end_of_road_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_flag.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_flag.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_fork.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_fork.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_fork_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_fork_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_fork_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_fork_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_fork_slight_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_fork_slight_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_fork_slight_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_fork_slight_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_fork_straight.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_fork_straight.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_invalid.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_invalid.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_invalid_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_invalid_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_invalid_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_invalid_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_invalid_slight_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_invalid_slight_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_invalid_slight_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_invalid_slight_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_invalid_straight.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_invalid_straight.png
LFS
Normal file
Binary file not shown.
3
selfdrive/assets/navigation/direction_invalid_uturn.png
Normal file
3
selfdrive/assets/navigation/direction_invalid_uturn.png
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e02ac2720f12f9373ae2d86d91fffb6203e18aba04b493bd6f41d2953a11cbc9
|
||||
size 1780
|
||||
BIN
selfdrive/assets/navigation/direction_merge_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_merge_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_merge_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_merge_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_merge_slight_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_merge_slight_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_merge_slight_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_merge_slight_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_merge_straight.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_merge_straight.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_new_name_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_new_name_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_new_name_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_new_name_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_new_name_sharp_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_new_name_sharp_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_new_name_sharp_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_new_name_sharp_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_new_name_slight_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_new_name_slight_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_new_name_slight_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_new_name_slight_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_new_name_straight.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_new_name_straight.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_notificaiton_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_notificaiton_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_notificaiton_sharp_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_notificaiton_sharp_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_notification_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_notification_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_notification_sharp_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_notification_sharp_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_notification_slight_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_notification_slight_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_notification_slight_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_notification_slight_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_notification_straight.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_notification_straight.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_off_ramp_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_off_ramp_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_off_ramp_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_off_ramp_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_off_ramp_slight_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_off_ramp_slight_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_off_ramp_slight_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_off_ramp_slight_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_on_ramp_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_on_ramp_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_on_ramp_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_on_ramp_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_on_ramp_sharp_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_on_ramp_sharp_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_on_ramp_sharp_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_on_ramp_sharp_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_on_ramp_slight_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_on_ramp_slight_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_on_ramp_slight_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_on_ramp_slight_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_on_ramp_straight.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_on_ramp_straight.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_rotary.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_rotary.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_rotary_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_rotary_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_rotary_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_rotary_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_rotary_sharp_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_rotary_sharp_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_rotary_sharp_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_rotary_sharp_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_rotary_slight_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_rotary_slight_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_rotary_slight_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_rotary_slight_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_rotary_straight.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_rotary_straight.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_roundabout.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_roundabout.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_roundabout_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_roundabout_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_roundabout_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_roundabout_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_roundabout_sharp_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_roundabout_sharp_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_roundabout_sharp_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_roundabout_sharp_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_roundabout_slight_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_roundabout_slight_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_roundabout_slight_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_roundabout_slight_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_roundabout_straight.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_roundabout_straight.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_turn_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_turn_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_turn_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_turn_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_turn_sharp_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_turn_sharp_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_turn_sharp_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_turn_sharp_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_turn_slight_left.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_turn_slight_left.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_turn_slight_right.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_turn_slight_right.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_turn_straight.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_turn_straight.png
LFS
Normal file
Binary file not shown.
BIN
selfdrive/assets/navigation/direction_updown.png
LFS
Normal file
BIN
selfdrive/assets/navigation/direction_updown.png
LFS
Normal file
Binary file not shown.
3
selfdrive/assets/navigation/direction_uturn.png
Normal file
3
selfdrive/assets/navigation/direction_uturn.png
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e02ac2720f12f9373ae2d86d91fffb6203e18aba04b493bd6f41d2953a11cbc9
|
||||
size 1780
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user