DonkeyCar for JetRacer ROS Tutorial VII: Autonomous Driving

From Waveshare Wiki
Revision as of 06:19, 8 November 2022 by Eng52 (talk | contribs) (Created page with "==Autonomous Driving== *Open the terminal on the Jetson Nano and enter the following commands to run the program. <pre> jetson@jetson:~$ source ~/env/bin/activate (env) jetson...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Autonomous Driving

  • Open the terminal on the Jetson Nano and enter the following commands to run the program.
jetson@jetson:~$ source ~/env/bin/activate
(env) jetson@jetson:~$ cd mycar/
(env) jetson@jetson:~/mycar$ python manage.py drive --model ~/mycar/models/mypilot.h5
  • Enter http://<jetbot_ip_address>:8887 on the browser to connect the WEB control interface of the car.

Autonomous Driving01.png

  • Put the car on the map, choose Full Auto in Pilot Mode, and the car will autonomously drive along the line.