Skip to content

Basic color detector to be used in the Duckietown platform (DB-beta)

Notifications You must be signed in to change notification settings

alvarobelmontebaeza/duckietown_color_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

duckietown_color_detector

Simple Python script that uses the camera image captured by the duckiebot camera, splits it in N_SPLITS (environment variable that must be set by the user) and then obtains the most present color in each fragment of the image from among the most typical colors in duckietown (blue, black, yellow, white, red).

USAGE: docker -H DUCKIENAME.local -e N_SPLITS= run -it --privileged colordetector

About

Basic color detector to be used in the Duckietown platform (DB-beta)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published