eFiniLan / xnxpilot

Openpilot on Jetson Xavier NX
MIT License
131 stars 64 forks source link

fix build error,test on Jetson xavier NX is ok #8

Open YJCITA opened 1 year ago

YJCITA commented 1 year ago
  1. fix SConstruct build error
  2. split /jetson/env_installer.sh to multi scripts: jetson/**.sh, build and run OK (it more easy to analyze why failed)
eFiniLan commented 1 year ago
  1. fix SConstruct build error
  2. split /jetson/env_installer.sh to multi scripts: jetson/**.sh, build and run OK (it more easy to analyze why failed)

@YJCITA wow thanks for the big refactoring, would you mind sharing some videos for your setup? maybe add it to the demo section?

Rick