-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new Documentation for Contributing New Blocks (#256)
* Update website home page * Update documentation page to give more relevant info * Update top nav-bar * Add developer names * Add skeleton of basic tutorial * Add new getting_started example * Fix typo * Update HomePage to reflect new getting started page * Updates for getting started * Add basic info about contributing new blocks * Rename files and add sample request * Add Vacuum Cleaner Exercise * Add index page to link to solved exercises * Add subheading * Change Follow Road to Exercises * Improve style of tutorials page
- Loading branch information
1 parent
c32f4d0
commit 7c44305
Showing
12 changed files
with
568 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: Custom Blocks | ||
layout: posts | ||
permalink: /custom_contribute/ | ||
|
||
collection: posts | ||
|
||
classes: narrow | ||
|
||
sidebar: | ||
nav: "docs" | ||
--- | ||
|
||
Thanks for taking the time to contribute blocks to Visual Circuit's Library. | ||
To create a block and add it, simply follow the steps given below: | ||
|
||
## Creating the block | ||
Create the block in Visual Circuit and test it in your custom environment | ||
|
||
## Save As | ||
![Save As]({{ "assets/images/custom_contribute/save_as.png" | absolute_url }}) | ||
|
||
## Add as Block | ||
![Add Block]({{ "assets/images/custom_contribute/add_block.png" | absolute_url }}) | ||
|
||
![Sample Block]({{ "assets/images/custom_contribute/sample_block.png" | absolute_url }}) | ||
|
||
## Example of Added Block Display | ||
![Block Added]({{ "assets/images/custom_contribute/block_added.png" | absolute_url }}) | ||
|
||
|
||
## Contributing upstream | ||
Create a Pull Request on the VisualCircuit-resources repo. The Pull Request must include: | ||
- Content of the blocks as a .vc3 file, | ||
- An explantion of its utility | ||
- A short video of its working | ||
- Expected input and output | ||
|
||
![Sample Request]({{ "assets/images/custom_contribute/sample_request.png" | absolute_url }}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: Exercises | ||
layout: posts | ||
permalink: /exercises/ | ||
|
||
collection: posts | ||
|
||
classes: narrow | ||
|
||
sidebar: | ||
nav: "docs" | ||
--- | ||
|
||
A list of sample exercises of Robotics Academy solved using VisualCircuit are: | ||
|
||
### Tutorials | ||
|
||
1. [Follow Road](/follow_road/) | ||
2. [Vacuum Cleaner with FSM](/vacuum_cleaner) | ||
|
||
### YouTube Links: | ||
|
||
1. [Labyrinth Escape](https://www.youtube.com/watch?v=Xs3iAPYRtVQ&list=PLGlX46StCA-SKzpnScwDv4D8_zeVadaOY&index=12) | ||
2. [Visual Lander](https://www.youtube.com/watch?v=J1JhnNOKe1o&list=PLGlX46StCA-SKzpnScwDv4D8_zeVadaOY&index=13) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.