We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
build/bin
The text was updated successfully, but these errors were encountered:
You cannot yet use Marker-detection application from Docker. It's still under development.
Sorry, something went wrong.
daleonpz
No branches or pull requests
Hi All,
I created the docker image and built the images following instrutions in readme (i.e.,
) , 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.
The text was updated successfully, but these errors were encountered: