Skip to content

Commit 59eb73b

Browse files
Husky a200 step model (#454)
* Added component and images for Husky A200's model. The STEP model is saved to an AWS S3 bucket, and attached as a link. * Added the new STEP model component into the Husky A200's Integration page. * Added millimetre units to the Husky A200 figure's caption.
1 parent 56b937a commit 59eb73b

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
import ComponentButtonStepDownload from "/components/button_download_step.tsx";
2+
3+
### STEP Model {#step-model}
4+
5+
<div>
6+
<ComponentButtonStepDownload filePath={"https://cpr-documentation-large-files.s3.us-east-2.amazonaws.com/034991-GEO_1.STEP"}/>
7+
8+
This simplified 3D model of the Husky A200 includes details like the internal
9+
battery, circuit board where you can connect to the robot's electrical
10+
provisions, chassis, wheels, and different top attachment structures.
11+
12+
<center>
13+
<figure>
14+
<img
15+
src="/img/robot_images/husky_images/husky_a200_simplified_step_1.png"
16+
width="400"
17+
/>
18+
<img
19+
src="/img/robot_images/husky_images/husky_a200_simplified_step_2.png"
20+
width="400"
21+
/>
22+
<figcaption>
23+
The standard 20 mm X 20 mm aluminum extrusions configuration, and PACS&trade; configuration are shown.
24+
</figcaption>
25+
</figure>
26+
</center>
27+
</div>

docs_robots/outdoor_robots/husky/a200/integration_husky/integration_husky.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ toc_max_heading_level: 4
77

88
import ComponentIntroductionHusky from "/components/introduction_husky.mdx";
99
import ComponentCommonSoftwareIntegration from "/components/common_software_integration.mdx";
10+
import ComponentStepModel from "/components/husky_a200/husky_a200_step_model.mdx";
1011
import ComponentTableHuskyOne from "/components/table_husky_1.mdx";
1112
import Support from "/components/support.mdx";
1213

@@ -16,11 +17,7 @@ To attach custom hardware to Husky, you will have to take care of mechanical mou
1617
supply, and software integration. This guide aims to equip you with respect to these challenges.
1718

1819
## Mechanical Mounting
19-
20-
When determining mechanical mounting, you have two options, both of which are described below.
21-
22-
- the "Standard" aluminum extrusion interface
23-
- the "PACS&trade;" mounting system and associated kits
20+
<ComponentStepModel />
2421

2522
### Mechanical, Standard
2623

168 KB
Loading
145 KB
Loading

0 commit comments

Comments
 (0)