Skip to content

Rules for the hardware challenges for RoboCup 2021

License

Notifications You must be signed in to change notification settings

RoboCup-SSL/ssl-hardware-challenge-rules

Repository files navigation

ssl-hardware-challenge-rules

This is the AsciiDoc source for the hardware challenge rules for RoboCup 2021.

Build

The rules are automatically built on updates to the master branch and published to Github Pages. There is also a PDF-version.

Using AsciiDoctor natively

Install AsciiDoctor on your system (https://asciidoctor.org/). Afterwards, build HTML5 version with

# Build the HTML5 version
asciidoctor -a data-uri --trace rules.adoc
# Build the PDF version
asciidoctor-pdf rules.adoc

Using docker image

If you have Docker installed, you can use the official AsciiDoctor image:

# Pull image once
docker pull asciidoctor/docker-asciidoctor
# Build the HTML5 version
docker run -v $PWD:/documents/ asciidoctor/docker-asciidoctor asciidoctor -a data-uri --trace rules.adoc
# Build the PDF version
docker run -v $PWD:/documents/ asciidoctor/docker-asciidoctor asciidoctor-pdf rules.adoc

About

Rules for the hardware challenges for RoboCup 2021

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published