Skip to content

Duckietown-based code for an autonomously driving agent including sensor data processing pipeline, finite state machine, odometry, computer-vision-based lane following with openCV/PyTorch CNN, and object detection using YOLO.

Notifications You must be signed in to change notification settings

hamnaanaa/DT-autonomous-agent

Repository files navigation

Subsystem Decomposition

Autonomous-Agent-Subsystems

Execution

Notice: The following steps assume familiarity with Duckietown Project. Please refer to the Duckiebot Manual for more details on Hardware/Software requirements to run this agent.

1.Build docker image on duckiebot

Run command

dts devel build -f -H <robot_name>.local

Replace <robot_name> with name of your duckiebot.

2.Start docker container

Run command

dts devel run -H <robot_name>.local

Replace <robot_name> with name of your duckiebot.

About

Duckietown-based code for an autonomously driving agent including sensor data processing pipeline, finite state machine, odometry, computer-vision-based lane following with openCV/PyTorch CNN, and object detection using YOLO.

Resources

Stars

Watchers

Forks

Packages

No packages published