Skip to content

Commit d094696

Browse files
Ridgeback r100 step model (#463)
* Added a STEP model and component for the Ridgeback R100's Integration page. * Reduced heading indenture throughout the page, to render the CSS autonumbering correctly.
1 parent 0afddfb commit d094696

File tree

3 files changed

+30
-8
lines changed

3 files changed

+30
-8
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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/035066-GEO_1.STEP"}/>
7+
8+
This simplified 3D model of the Ridgeback R100 includes details like the internal
9+
battery, circuit board where you can connect to the robot's electrical
10+
provisions, chassis, wheels, and removable livery panels.
11+
12+
<center>
13+
<figure>
14+
<img
15+
src="/img/robot_images/ridgeback_images/ridgeback_r100_simplified_step_1.png"
16+
width="400"
17+
/>
18+
</figure>
19+
</center>
20+
</div>

docs_robots/indoor_robots/ridgeback/integration_ridgeback.mdx

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ toc_max_heading_level: 4
88

99
import ComponentIntroductionRidgeback from "/components/introduction_ridgeback.mdx";
1010
import ComponentCommonSoftwareIntegration from "/components/common_software_integration.mdx";
11+
import ComponentStepModel from "/components/ridgeback_r100/ridgeback_r100_step_model.mdx";
1112
import Support from "/components/support.mdx";
1213

1314
<ComponentIntroductionRidgeback />
@@ -17,20 +18,21 @@ supply, and software integration. This guide aims to equip you with respect to t
1718

1819
---
1920

20-
### Mechanical Mounting
21+
## Mechanical Mounting
22+
<ComponentStepModel />
2123

2224
When determining mechanical mounting, you can use the Standard mounting pattern on the Ridgeback.
2325
At this time, the "PACS&trade;" mounting system is not available for Ridgeback.
2426

25-
#### Mechanical, Standard {#ridgeback-payload-mechanical-integration}
27+
### Mechanical, Standard {#ridgeback-payload-mechanical-integration}
2628

2729
The payload integration plate can be used to mount external payloads on top of the Ridgeback. The plate
2830
is made of aluminum, which allows Ridgeback to support payloads up to 100 kg (220 lbs). Ridgeback's
2931
batteries are positioned low in the chassis and slightly rearward of center of the robot to balance the
3032
weight distribution when mounting front-facing manipulator payloads. To minimize the possibility of tipping
3133
over, payload structures should always be mounted as close to center as possible.
3234

33-
##### Payload Mounting Holes
35+
#### Payload Mounting Holes
3436

3537
Located at the front-end of the mounting plate are two 5/8"-11 screw holes for mounting Baxter, UR5/UR510 manipulator
3638
arms, or any other payload structure. These holes are indicated in the figure below. If you purchased the Baxter
@@ -59,11 +61,11 @@ to custom modifications.
5961

6062
:::
6163

62-
### Electrical Integration {#ridgeback-payload-electrical-integration}
64+
## Electrical Integration {#ridgeback-payload-electrical-integration}
6365

6466
Except for bus-powered USB cameras, most payloads have separate leads for power and data.
6567

66-
#### Data Connections
68+
### Data Connections
6769

6870
The two larger holes on the left and right side of the payload integration plate allow you to pass
6971
electrical wires and cables from the mounted payloads into the User Bay. Electrical wires should always
@@ -73,7 +75,7 @@ Ridgeback's internal computer options support USB3 and Ethernet connectivity.
7375

7476
An Ethernet switch or PoE power injector can be added to the User Bay as required.
7577

76-
#### Connector Summary {#ridgeback-connector-summary}
78+
### Connector Summary {#ridgeback-connector-summary}
7779

7880
Several user power connectors are accessible in the User Bay for powering user payloads.
7981
These are summarized in the following table and described in more detail in the following sections.
@@ -101,7 +103,7 @@ illustration for the connector and fuse locations.
101103
</figure>
102104
</center>
103105

104-
#### User Power Connections
106+
### User Power Connections
105107

106108
Similar to the data connections, power leads may be brought through the two larger holes on the left and
107109
right side of the payload integration plate, and connected to the power ports in the User Bay.
@@ -135,7 +137,7 @@ For continued protection against risk of fire, always replace fuses only with th
135137

136138
:::
137139

138-
#### Optional External Motion Stop {#ridgeback-external-motion-stop}
140+
### Optional External Motion Stop {#ridgeback-external-motion-stop}
139141

140142
In addition to the built-in Motion Stop button, an external motion-stop latching button/switch can be added that has similar functionality.
141143
Electrically, the external motion-stop latching button/switch can be connected to the 4-pin MCU connector labelled `E-STOP BREAKOUT` using
81.6 KB
Loading

0 commit comments

Comments
 (0)