-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No Autonomous output #4
Comments
For our particular implementation, we did not use the IMU at all. Test driving the car with controller input, then just driving straight autonomously, finally try using the inference from the networks to drive. Where do you fail here? |
Hi, thanks for your reply! So, I can drive it around (mine is the jetsonhacks version of the car). I changed the joy_teleop file value to 0 (autonomous), and other than manual driving it never enters autonomous. The jetson-inference package is empty on your repository, but I git cloned (https://github.com/dusty-nv/jetson-inference) this into it. Is this correct. One final question. Must the racecar_ws be put into the racecar-ws package on your repository (which is currently empty), or is calling upon it as an external workspace viable? Thanks! |
Ah, I see what you mean. Use the inference.py from networks folder. I'll try that now. Thanks! |
Would I have to change the following to:
? |
Ignore the typo: inference.py |
Everything except one thing works, or at least seems to, yet the vehicle will not enter autonomous mode.
The only error code I am getting is regarding my IMU: Node can not open etc.
Would this be the cause, or should I be looking elsewhere?
I'd really appreciate help on this.
Cheers!
The text was updated successfully, but these errors were encountered: