app4mc-rover / rover-app

roverapp Software (C/C++) for APP4MC Rover project
https://app4mc-rover.github.io/rover-docs
Eclipse Public License 1.0
7 stars 6 forks source link

Marker detection application #19

Open rainbowdn opened 4 years ago

rainbowdn commented 4 years ago

Hi All,

I created the docker image and built the images following instrutions in readme (i.e.,

$ cd rover-app/
$ docker build -t IMAGE_TAG . 
$ docker run -v $(pwd):/usr/src/myapp -w /usr/src/myapp IMAGE_TAG ./make_roverapp.sh

) , now i wonder how can I execute the marker detection application from build/bin? How does [1] relates to this build/bin/MarkerChaser? [1]https://app4mc-rover.github.io/rover-docs/content/installation.html#marker-detection Thanks for your help.

daleonpz commented 4 years ago

You cannot yet use Marker-detection application from Docker. It's still under development.