https://github.com/ctu-vras/autonomous-robotics
Lecture notes for Autonomous Robotics course @ Czech Technical University in Prague, Faculty of Electrical Engineering
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.8%) to scientific vocabulary
Keywords
Repository
Lecture notes for Autonomous Robotics course @ Czech Technical University in Prague, Faculty of Electrical Engineering
Basic Info
- Host: GitHub
- Owner: ctu-vras
- License: mit
- Language: Shell
- Default Branch: main
- Homepage: https://ctu-vras.github.io/autonomous-robotics/
- Size: 46.9 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 5
- Open Issues: 1
- Releases: 0
Topics
Metadata Files
README.md
How to Contribute
Introduction
The materials you see are primarily written by the teachers and select students of the ARO course, but you can also contribute! In fact we encourage you to do so! If you notice an error or a typo, please simply open an issue on GitHub. If you have a more complex suggestion or an entirely new section, follow the contribution guidelines.
Why should you contribute? First, it helps you gain a better understanding of the subject. Second, it helps us improve the course. Most importantly, you can earn points for your contribution.
Run the Website Locally
When making more complex changes to the website, you should run the website locally to see the results of your changes. To develop the website locally, follow these steps:
Fork and Clone the Repository
First, fork the repository to your own account by clicking the button at the top of the page.
Then, clone the forked repository by running:
bash
git clone git@github.com:YOUR-USERNAME/autonomous-robotics.git
Navigate to the cloned repository:
bash
cd autonomous-robotics
Building and Previewing the Website
We prepared a Docker container that contains all the dependencies needed to build and run the website.
To run the Docker container use the run.sh script:
bash
bash run.sh
The script will start the container and automatically build the website and start the Jekyll server. You can access the website at localhost:4000, it will not open it automatically.
You do not need to build the docker image, it will be built automatically the first time you run the script.
If you would like for some reason to rebuild the docker image run the run.sh script with the --build or -b flag:
bash
bash run.sh --build
The docker is run in a detached mode, so you can continue working in the same terminal. This means that to stop the Jekyll server and the container, you need to run the kill.sh script.
bash
bash kill.sh
This will stop the Jekyll server and the container.
To run the docker in normal (interactive) mode, you can use the --interactive or -i flag:
bash
bash run.sh --interactive
Making Changes
When you make changes to the website, the website will automatically rebuild and refresh in your browser. You can now make changes to the website and see the results in real-time.
Without Docker
We encourage you to use the Docker image; if you are, however, unable or unwilling to do so, you can run the whole thing natively.
The following dependencies are required to build the website locally:
Assuming you are in the cloned repository directory, run:
bash
bundle install
Then run the following script to start the Jekyll server:
bash
bundle exec jekyll serve -l -o
The website should automatically open in your browser. If not, you can find it at localhost:4000.
Contribution Guidelines
To make the materials consistent and easy to read, follow these guidelines:
- Language: Write only in English.
Table of Contents: Include a table of contents at the top of each page using the following snippet:
```markdown
Header
{: .no_toc }
Table of contents
{: .text-delta }- TOC {:toc} ```
Introduction: Include an introduction at the beginning of each page that describes the purpose of the page. {% raw %}
Images: Use the following snippet for images:
markdown
<div align="center">
<img src="{{ site.baseurl }}/assets/images/IMAGE_NAME.png" width="800">
</div>
- The `<div align="center">` tag centers the image.
- The `{{ site.baseurl }}` is the path to the website directory. Then add the relative path to the image in the `assets/images` folder. Always add images to the `assets/images` folder.
- The `width="800"` is the width of the image. You can adjust it as needed.
- Videos: Use the following snippet for videos:
markdown
<div align="center">
<video src="{{ site.baseurl }}/assets/videos/spirals_relu.mp4" width="640" autoplay loop controls muted></video>
</div>
- The `width="640"` attribute sets the video width. You can adjust it as needed.
- The `{{ site.baseurl }}` is the path to the website directory. Then add the relative path to the video in the `assets/videos` folder. Always add videos to the `assets/videos` folder.
- Callouts: You can use the following callouts:
{: .definition }for definitions{: .slogan }for important information{: .warning }for warnings{: .important }for important information{: .note }for notes
More about callouts here.
- Commit message guidelines: Follow these commit message guidelines when making changes.
{% endraw %}
A good rule of thumb is to look at existing pages and follow the same structure. If you can't find something, refer to the documentation of the Just the Docs template we use.
Owner
- Name: Vision for Robotics and Autonomous Systems
- Login: ctu-vras
- Kind: organization
- Location: Prague
- Website: https://cyber.felk.cvut.cz/vras
- Repositories: 24
- Profile: https://github.com/ctu-vras
Research group at Czech Technical University in Prague (CTU), Faculty of Electrical Engineering, Department of Cybernetics
GitHub Events
Total
- Issue comment event: 1
- Member event: 1
- Push event: 18
- Pull request review event: 4
- Pull request review comment event: 6
- Pull request event: 7
- Fork event: 5
- Create event: 2
Last Year
- Issue comment event: 1
- Member event: 1
- Push event: 18
- Pull request review event: 4
- Pull request review comment event: 6
- Pull request event: 7
- Fork event: 5
- Create event: 2
Dependencies
- actions/checkout v4 composite
- ruby/setup-ruby v1 composite
- actions/checkout v4 composite
- actions/configure-pages v5 composite
- actions/deploy-pages v4 composite
- actions/upload-pages-artifact v3 composite
- ruby/setup-ruby v1 composite
- jekyll ~> 4.4.1
- just-the-docs = 0.10.1
- addressable 2.8.7
- base64 0.2.0
- bigdecimal 3.1.9
- bundler 2.5.9
- colorator 1.1.0
- concurrent-ruby 1.3.5
- csv 3.3.2
- em-websocket 0.5.3
- eventmachine 1.2.7
- ffi 1.17.1
- forwardable-extended 2.6.0
- google-protobuf 4.29.3
- http_parser.rb 0.8.0
- i18n 1.14.7
- jekyll 4.4.1
- jekyll-include-cache 0.2.1
- jekyll-sass-converter 3.0.0
- jekyll-seo-tag 2.8.0
- jekyll-watch 2.2.1
- json 2.9.1
- just-the-docs 0.10.1
- kramdown 2.5.1
- kramdown-parser-gfm 1.1.0
- liquid 4.0.4
- listen 3.9.0
- mercenary 0.4.0
- pathutil 0.16.2
- public_suffix 6.0.1
- rake 13.2.1
- rb-fsevent 0.11.2
- rb-inotify 0.11.1
- rexml 3.4.0
- rouge 4.5.1
- safe_yaml 1.0.5
- sass-embedded 1.83.4
- terminal-table 3.0.2
- unicode-display_width 2.6.0
- webrick 1.9.1