-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into content/new_manuals
- Loading branch information
Showing
39 changed files
with
338 additions
and
89 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,53 @@ | ||
--- | ||
title: Leo Rover Docs | ||
sidebar_label: Leo Rover | ||
sidebar_position: 1 | ||
keywords: | ||
- leo | ||
- rover | ||
- robot | ||
- docs | ||
- documentation | ||
- info | ||
description: >- | ||
Welcome to Leo Rover Docs. Here you'll find all the information needed to | ||
assemble your Rover, modify its settings and kickstart your robot development. | ||
image: /img/robots/leo/leo-on-box.webp | ||
--- | ||
|
||
import FlexTable from '@site/src/components/FlexTable'; | ||
import FlexTableItem from '@site/src/components/FlexTableItem'; | ||
|
||
import DocCardList from '@theme/DocCardList'; | ||
|
||
# Welcome to Leo Rover Docs | ||
|
||
Here you'll find all the information needed to assemble your Rover, modify its | ||
settings and kickstart your robot development. | ||
|
||
<ImageZoom | ||
loading="eager" | ||
src="/img/robots/leo/leo-on-box.webp" | ||
width={2000} | ||
height={1333} | ||
alt="Leo Rover with one wheel on the white box" | ||
figStyle={{ width: 500 }} | ||
/> | ||
|
||
<FlexTable style={{ alignContent: 'center', justifyContent: 'space-evenly', alignItems: 'center', paddingBottom: 50 }}> | ||
<FlexTableItem | ||
style={{ | ||
width: '60%' | ||
}}> | ||
|
||
</FlexTableItem> | ||
<FlexTableItem | ||
style={{ | ||
textAlign: 'center', | ||
width: '40%' | ||
}}> | ||
|
||
</FlexTableItem> | ||
</FlexTable> | ||
|
||
<DocCardList /> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"label": "Advanced guides", | ||
"position": 8, | ||
"collapsible": true, | ||
"collapsed": true, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} | ||
"label": "Advanced guides", | ||
"position": 8, | ||
"collapsible": true, | ||
"collapsed": true, | ||
"link": { | ||
"type": "generated-index", | ||
"title": "Advanced guides for Leo Rover", | ||
"slug": "leo-rover/advanced-guides" | ||
} | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"label": "Archive", | ||
"position": 99, | ||
"collapsible": true, | ||
"collapsed": true, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} | ||
"label": "Archives", | ||
"position": 99, | ||
"collapsible": true, | ||
"collapsed": true, | ||
"link": { | ||
"type": "generated-index", | ||
"title": "Leo Rover archives", | ||
"slug": "leo-rover/archive" | ||
} | ||
} |
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,95 @@ | ||
--- | ||
title: Turtle Rover docs | ||
sidebar_label: Turtle Rover | ||
sidebar_position: 1 | ||
description: >- | ||
Having a Turtle Rover? Access support and documentation here. Contact us for | ||
support. | ||
--- | ||
|
||
import FlexTable from '@site/src/components/FlexTable'; | ||
import FlexTableItem from '@site/src/components/FlexTableItem'; | ||
import LeoRover from '/docs/leo-rover/_leo-rover-product.mdx'; | ||
|
||
:::warning | ||
|
||
Turtle Rover has not been available for purchase since 2019. Its documentation | ||
has not been updated for four years and is no longer available publicly. | ||
|
||
If you still have a Turtle Rover and need support, please contact us directly | ||
at: | ||
|
||
<LinkButton | ||
icon="📧" | ||
url="mailto:[email protected]" | ||
title="[email protected]" | ||
/> | ||
|
||
::: | ||
|
||
:::tip | ||
|
||
If you are interested in a robot similar to Turtle Rover, consider checking our | ||
current product - Leo Rover. | ||
|
||
<LeoRover /> | ||
|
||
::: | ||
|
||
## Turtle Rover original description | ||
|
||
<FlexTable style={{ alignContent: 'center', justifyContent: 'space-evenly', alignItems: 'center'}}> | ||
<FlexTableItem | ||
style={{ | ||
width: '40%' | ||
}}> | ||
<ImageZoom | ||
loading="eager" | ||
src="/img/robots/turtle/turtle-rover.webp" | ||
alt="Photo of Turtle Rover" | ||
width={800} | ||
height={534} | ||
/> | ||
</FlexTableItem> | ||
<FlexTableItem | ||
style={{ | ||
width: '50%' | ||
}}> | ||
|
||
Turtle Rover is open-source and built on RaspberryPi. You can put up to 10 kg of | ||
equipment on top and it's waterproof. With open USB, I2C and Ethernet | ||
connections you can use any of-the-shelf components to provide new | ||
functionalities. | ||
|
||
</FlexTableItem> | ||
</FlexTable> | ||
|
||
<FlexTable style={{ alignContent: 'center', justifyContent: 'space-evenly', alignItems: 'center'}}> | ||
<FlexTableItem | ||
style={{ | ||
width: '50%' | ||
}}> | ||
|
||
Don't reinvent the wheel every time you want to build a robot, focus on the | ||
add-ons and the functionalities that really matter. Turtle Rover is a stable | ||
platform you can deploy outdoor as it's waterproof and built tough enough for | ||
extreme environment. | ||
|
||
[Learn the code on GitHub](https://github.com/turtleRover) | ||
|
||
</FlexTableItem> | ||
<FlexTableItem | ||
style={{ | ||
width: '40%' | ||
}}> | ||
|
||
<ImageZoom | ||
loading="eager" | ||
src="/img/robots/turtle/turtle-dimensions.webp" | ||
alt="Dimensions of Turtle Rover with robotic arm" | ||
width={680} | ||
height={559} | ||
/> | ||
|
||
</FlexTableItem> | ||
</FlexTable> |
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"label": "Rover Documentation", | ||
"position": 2, | ||
"collapsible": true, | ||
"collapsed": false, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} | ||
"label": "Documentation", | ||
"position": 2, | ||
"collapsible": true, | ||
"collapsed": false, | ||
"link": { | ||
"type": "generated-index", | ||
"title": "Leo Rover documentation", | ||
"slug": "/leo-rover/documentation" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
{ | ||
"label": "Guides", | ||
"position": 7, | ||
"collapsible": true, | ||
"collapsed": true, | ||
"link": { | ||
"type": "generated-index" | ||
} | ||
} | ||
"label": "Guides", | ||
"position": 7, | ||
"collapsible": true, | ||
"collapsed": true, | ||
"link": { | ||
"type": "generated-index", | ||
"title": "Basic guides for Leo Rover", | ||
"slug": "leo-rover/guides" | ||
} | ||
} |
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
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
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
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
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
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
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
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
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
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.