Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use relative paths for images #345

Merged
merged 1 commit into from
Aug 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Formatting

### General

Contributors should configure their editor to use Unix line endings (`LF`).

If you’re on a Windows machine and your editor is not correctly using Unix line endings,
Expand All @@ -10,3 +12,7 @@ On a Windows machine, set it to true — this converts LF endings into CRLF

$ git config core.autocrlf true


### Markdown

Image paths should be relative so they display correctly in a local preview.
20 changes: 10 additions & 10 deletions examples/README_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The body is the housing of all the electronics for the rover. It is the attachment points for the rocker-bogie systems, as well as the differential pivot system.

<img src="/images/body/Body_title.png" width="50%">
<img src="../images/body/Body_title.png" width="50%">

## 1. Features
* Gives passthrough connections for USB ports on Raspberry Pi
Expand Down Expand Up @@ -45,11 +45,11 @@ The body is the housing of all the electronics for the rover. It is the attachme

| Item | Ref | Qty | Image |
| :--- | :-- | :-- | :---: |
| 9"x12" Aluminum Plate | S35 | 1 | <img src="/images/components/structural/S35.png" width="50%"> |
| 9"x12" Aluminum Plate | S35 | 1 | <img src="../images/components/structural/S35.png" width="50%"> |

First we need to drill a hole in one of the 9x12 Aluminum plates **S35** because we will need a hole of just over 0.5 in diameter for the differential pivot mount. There is already a small hole drilled in the location we want to use, but it needs to be widened substantially. Start with the drill #23 and drill the hole shown by Figure 1. Repeat this with drill sizes stepping up until you get to a drill of 0.5 in.

| <img src="/images/body/9x12_Plate_cut.png" height="350"> <img src="/images/body/9x12_Plate_cut2.png" height="350"> |
| <img src="../images/body/9x12_Plate_cut.png" height="350"> <img src="../images/body/9x12_Plate_cut2.png" height="350"> |
|:-:|
| Figure 1: Drilling the Aluminum Plate |

Expand All @@ -63,16 +63,16 @@ Some more text

| Item | Ref | Qty | Image | Item | Ref | Qty | Image |
| :--- | :-- | :-- | :---: | :--- | :-- | :-- | :---: |
| Dual Side mount A | S17 | 4 | <img src="/images/components/structural/S17.png" width="250"> | #6-32x1/4" Button Head Screw | B1 | 16 | <img src="/images/components/screws/B1.png" width="100"> |
| 4.5"x12" Aluminum Plate | S37 | 2 | <img src="/images/components/structural/S37.png" width="250"> | #6-32x3/8" Button Head Screw | B2 | 4 | <img src="/images/components/screws/B2.png" width="100"> |
| 1" PVC Clamp | S24 | 1 | <img src="/images/components/structural/S24.png" width="250"> | Allen Key Set | | | <img src="/images/components/tools/D2.png" width="200"> |
| 9"x12" Aluminum Plate | S35A | 1 | <img src="/images/components/structural/S35.png" width="250"> | 5/16" Wrench | | | <img src="/images/components/tools/D1.png" width="200"> |
| Dual Side mount A | S17 | 4 | <img src="../images/components/structural/S17.png" width="250"> | #6-32x1/4" Button Head Screw | B1 | 16 | <img src="../images/components/screws/B1.png" width="100"> |
| 4.5"x12" Aluminum Plate | S37 | 2 | <img src="../images/components/structural/S37.png" width="250"> | #6-32x3/8" Button Head Screw | B2 | 4 | <img src="../images/components/screws/B2.png" width="100"> |
| 1" PVC Clamp | S24 | 1 | <img src="../images/components/structural/S24.png" width="250"> | Allen Key Set | | | <img src="../images/components/tools/D2.png" width="200"> |
| 9"x12" Aluminum Plate | S35A | 1 | <img src="../images/components/structural/S35.png" width="250"> | 5/16" Wrench | | | <img src="../images/components/tools/D1.png" width="200"> |

#### 4.1.1 Top panel

Take the modified 9x12 Aluminum plate **S35A** and attach the four Dual side mount A **S1** using screws **B1** at the locations shown below. Take care to match the orientation shown.

| <img src="/images/body/body_1.png" height="250"> <img src="/images/body/body_2.png" height="150">|
| <img src="../images/body/body_1.png" height="250"> <img src="../images/body/body_2.png" height="150">|
|:-:|
| Figure 2: Attaching side mounts to top panel |

Expand All @@ -81,7 +81,7 @@ Take the modified 9x12 Aluminum plate **S35A** and attach the four Dual side mou

Attach the 4.5x12 plates **S37** to the dual side mounts using screws **B1**

| <img src="/images/body/body_3.png" height="250"> <img src="/images/body/body_4.png" height="250">|
| <img src="../images/body/body_3.png" height="250"> <img src="../images/body/body_4.png" height="250">|
|:-:|
| Figure 3: Attach the side panels |

Expand All @@ -90,6 +90,6 @@ Attach the 4.5x12 plates **S37** to the dual side mounts using screws **B1**

Attach the 1-inch PVC bore clamping hub **S24** to the top plate of the body using screws **B1** Use the location shown in Figure 4.

| <img src="/images/body/body_pvc_1.png" height="250"> <img src="/images/body/body_pvc_1.png" height="250">|
| <img src="../images/body/body_pvc_1.png" height="250"> <img src="../images/body/body_pvc_1.png" height="250">|
|:-:|
| Figure 4: Attach the PVC clamp to top plate |
6 changes: 3 additions & 3 deletions mechanical/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Mechanical Subsystem
The mechanical subsystem makes up the physical rover without any of its brains or electronics installed. Building the mechanical body of the rover is the first step to creating the rover, as outlined in the project's main [roadmap](/images/roadmap.png).
The mechanical subsystem makes up the physical rover without any of its brains or electronics installed. Building the mechanical body of the rover is the first step to creating the rover, as outlined in the project's main [roadmap](../images/roadmap.png).

<img src="/images/rover.png" width="70%">
<img src="../images/rover.png" width="70%">

# Disclaimer
**By downloading, cloning, or otherwise using the contents of this repository, you agree to the terms specified in the attached [DISCLAIMER.txt file](/DISCLAIMER.txt).**
Expand All @@ -23,4 +23,4 @@ Note that some subassemblies also include files that can be used to laser cut or

The image below shows our suggested progression through the mechanical build process for this project. All individual subassemblies are meant to be completely parallelizable, so each individual subassembly could be built on its own at the same time. Once all the subassemblies are finished, there is one mechanical integration process where each of the subassemblies is integrated together to create the final rover body. Note that the mechanical integration instructions are meant only for the base assemblies that were originally released with the project, and may differ when using other modules/subassemblies that were not originally included in the base assembly.

<img src="/images/mechanical_integration/mech_roadmap.png" width="100%">
<img src="../images/mechanical_integration/mech_roadmap.png" width="100%">
2 changes: 1 addition & 1 deletion mechanical/corner_steering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The Corner Steering system gives attachment points for corner motors that we use to steer the rover.
As a rough estimate, these components will take around 5 hours to build and assemble.

<img src="/images/corner_steering/CornerSt_Final.png" width="60%">
<img src="../../images/corner_steering/CornerSt_Final.png" width="60%">

## 1. Features

Expand Down
54 changes: 27 additions & 27 deletions mechanical/differential_pivot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The Differential Pivot helps to offload forces from one side of the rover to the

## Picture

![Differential Pivot](/images/differential_pivot/Differential_Pivot.png)
![Differential Pivot](../../images/differential_pivot/Differential_Pivot.png)

## 1. Features

Expand Down Expand Up @@ -39,16 +39,16 @@ The Differential Pivot helps to offload forces from one side of the rover to the

| Item | Ref | Qty | Image |
| :--- | :-- | :-- | :---: |
| 0.5" x 3' Aluminum Tube | S16 | 1 | <img src="/images/components/structural/S16.png" width="25%">|
| 0.5" x 4" Aluminum Tube | S18 | 4 | <img src="/images/components/structural/S18.png" width="25%"> |
| Metal Hacksaw or Bandsaw | D4 | 1 | <img src="/images/components/tools/D4.png" width="25%"> |
| Vice clamp or C clamps | D5 | 1 | <img src="/images/components/tools/D5.png" width="25%">|
| 0.5" x 3' Aluminum Tube | S16 | 1 | <img src="../../images/components/structural/S16.png" width="25%">|
| 0.5" x 4" Aluminum Tube | S18 | 4 | <img src="../../images/components/structural/S18.png" width="25%"> |
| Metal Hacksaw or Bandsaw | D4 | 1 | <img src="../../images/components/tools/D4.png" width="25%"> |
| Vice clamp or C clamps | D5 | 1 | <img src="../../images/components/tools/D5.png" width="25%">|

1. Take the 3 foot piece of 0.5 inch aluminum rod **S16** and cut it into one 15 inch piece and one 13.5 inch piece. These will now be referred to as the parts **S16A** and **S16B** respectively. In addition, take two of the 4 inch aluminum rods **S18** and cut them down to 3 inches in length as well.

<br/><br/>

| <img src="/images/differential_pivot/15inch_cut.png" width="60%"> | <img src="/images/differential_pivot/3inch_cut.png" width="100%">|
| <img src="../../images/differential_pivot/15inch_cut.png" width="60%"> | <img src="../../images/differential_pivot/3inch_cut.png" width="100%">|
|:-:|:-:|
| Figure 1| Figure 2 |

Expand All @@ -58,12 +58,12 @@ The Differential Pivot helps to offload forces from one side of the rover to the
Parts/Tools Necessary
| Item | Ref | Qty | Image |
| :--- | :-- | :-- | :---: |
| 0.5" x 13.5" Aluminum Tube (Modified) | S16B | 1 |<img src="/images/components/structural/S16.png" width="25%">|
| 0.5" x 3" Aluminum Tube (Modified) | S18A | 2 | <img src="/images/components/structural/S16.png" width="25%">|
| Hand Drill or drill press | D3 | 1 |<img src="/images/components/tools/D3.png" width="25%"> |
| Drill bit #23 | D6 | 1 | <img src="/images/components/tools/D6.png" width="25%"> |
| Center punch or start drill bit | D7 | 1 | <img src="/images/components/tools/D7.png" width="25%"> |
| Vice or V-clamp | D8 | 1 |<img src="/images/components/tools/D8.png" width="25%"> |
| 0.5" x 13.5" Aluminum Tube (Modified) | S16B | 1 |<img src="../../images/components/structural/S16.png" width="25%">|
| 0.5" x 3" Aluminum Tube (Modified) | S18A | 2 | <img src="../../images/components/structural/S16.png" width="25%">|
| Hand Drill or drill press | D3 | 1 |<img src="../../images/components/tools/D3.png" width="25%"> |
| Drill bit #23 | D6 | 1 | <img src="../../images/components/tools/D6.png" width="25%"> |
| Center punch or start drill bit | D7 | 1 | <img src="../../images/components/tools/D7.png" width="25%"> |
| Vice or V-clamp | D8 | 1 |<img src="../../images/components/tools/D8.png" width="25%"> |


The turnbuckles must be attached to the differential pivot and rocker-bogie arm. We will accomplish this by drilling holes in the aluminum beam S16B and attaching two 5-hole aluminum bars on each side.
Expand All @@ -74,7 +74,7 @@ The Differential Pivot helps to offload forces from one side of the rover to the

<br/><br/>

| <img src="/images/differential_pivot/Differential_Pivot_Cut.png" width="100%"> |
| <img src="../../images/differential_pivot/Differential_Pivot_Cut.png" width="100%"> |
| :--: |
| Figure 3 |

Expand All @@ -86,7 +86,7 @@ The Differential Pivot helps to offload forces from one side of the rover to the

<br/><br/>

| <img src="/images/differential_pivot/Differential_Align.png" width="100%"> |
| <img src="../../images/differential_pivot/Differential_Align.png" width="100%"> |
| :--: |
| Figure 4 |

Expand All @@ -97,7 +97,7 @@ The Differential Pivot helps to offload forces from one side of the rover to the

<br/><br/>

| <img src="/images/differential_pivot/Differential_Standoff_Cut.png" width="100%"> |
| <img src="../../images/differential_pivot/Differential_Standoff_Cut.png" width="100%"> |
| :--: |
| Figure 5 |

Expand All @@ -108,22 +108,22 @@ The Differential Pivot helps to offload forces from one side of the rover to the

| Item | Ref | Qty | Image | Item | Ref | Qty | Image|
| :--- | :-- | :-- | :---: | :--- | :-- | :-- | :--: |
| Single Pattern Bracket | S8 | 1 | <img src="/images/components/structural/S16.png" width="30%"> | #6-32x1.25" Button Head Screw | B7 | 8 |<img src="/images/components/screws/B7.png" width="100%"> |
| 0.5" Circular Clamping Hub | S13 | 1 | <img src="/images/components/structural/S13.png" width="30%">| #4-40x1.25" Button Head Screw | B9 | 4 | <img src="/images/components/screws/B9.png" width="100%"> |
| 0.5" x 13.5" Aluminum Tube (Modified) | S16B | 1 |<img src="/images/components/structural/S16B.png" width="30%">| #6-32 Hex nut | B11 | 8 | <img src="/images/components/screws/B11.png" width="100%"> |
| 0.5" x 3" Aluminum Tube (Modified) | S18B | 2 | <img src="/images/components/structural/S18B.png" width="30%">| #4-40 Hex nut | B12 | 4 | <img src="/images/components/screws/B12.png" width="100%"> |
| 0.5" Bottom Bore Clamp | S20 | 2 | <img src="/images/components/structural/S20.png" width="15%">| #4-40 Washer | W2 | 24 | <img src="/images/components/washers/W2.png" width="100%"> |
| 5 Hole Aluminum Beam | S21 | 8 | <img src="/images/components/structural/S21.png" width="15%">| Wrench Set | D1 | 1 | <img src="/images/components/tools/D1.png" width="100%"> |
| RC Turnbuckle | S32 | 2 |<img src="/images/components/structural/S32.png" width="15%">| Allen Key Set | D2 | 1 | <img src="/images/components/tools/D2.png" width="100%"> |
| #6-32x1/4" Button Head Screw | B1 | 8 | <img src="/images/components/screws/B1.png" width="30%"> | | | | |
| Single Pattern Bracket | S8 | 1 | <img src="../../images/components/structural/S16.png" width="30%"> | #6-32x1.25" Button Head Screw | B7 | 8 |<img src="../../images/components/screws/B7.png" width="100%"> |
| 0.5" Circular Clamping Hub | S13 | 1 | <img src="../../images/components/structural/S13.png" width="30%">| #4-40x1.25" Button Head Screw | B9 | 4 | <img src="../../images/components/screws/B9.png" width="100%"> |
| 0.5" x 13.5" Aluminum Tube (Modified) | S16B | 1 |<img src="../../images/components/structural/S16B.png" width="30%">| #6-32 Hex nut | B11 | 8 | <img src="../../images/components/screws/B11.png" width="100%"> |
| 0.5" x 3" Aluminum Tube (Modified) | S18B | 2 | <img src="../../images/components/structural/S18B.png" width="30%">| #4-40 Hex nut | B12 | 4 | <img src="../../images/components/screws/B12.png" width="100%"> |
| 0.5" Bottom Bore Clamp | S20 | 2 | <img src="../../images/components/structural/S20.png" width="15%">| #4-40 Washer | W2 | 24 | <img src="../../images/components/washers/W2.png" width="100%"> |
| 5 Hole Aluminum Beam | S21 | 8 | <img src="../../images/components/structural/S21.png" width="15%">| Wrench Set | D1 | 1 | <img src="../../images/components/tools/D1.png" width="100%"> |
| RC Turnbuckle | S32 | 2 |<img src="../../images/components/structural/S32.png" width="15%">| Allen Key Set | D2 | 1 | <img src="../../images/components/tools/D2.png" width="100%"> |
| #6-32x1/4" Button Head Screw | B1 | 8 | <img src="../../images/components/screws/B1.png" width="30%"> | | | | |

### 4.1 Build the Differential pivot block
### 4.1.1 Build clamping hub assembly
Attach the the bottom bore clamping hubs **S20** to the single pattern bracket **S8** using screws **B1**. Then mount the 0.5” clamping hub **S13** to the bottom of this assembly using **B1** screws.

<br/><br/>

| <img src="/images/differential_pivot/Diff_Step_1.png" width="100%"> | <img src="/images/differential_pivot/Diff_Step_2.png" width="70%">|
| <img src="../../images/differential_pivot/Diff_Step_1.png" width="100%"> | <img src="../../images/differential_pivot/Diff_Step_2.png" width="70%">|
|:-:|:-:|
| Figure 6| Figure 7 |

Expand All @@ -136,7 +136,7 @@ The Differential Pivot helps to offload forces from one side of the rover to the

<br/><br/>

| <img src="/images/differential_pivot/Diff_Step_3.png" width="80%"> | <img src="/images/differential_pivot/Diff_Step_4.png" width="100%">|
| <img src="../../images/differential_pivot/Diff_Step_3.png" width="80%"> | <img src="../../images/differential_pivot/Diff_Step_4.png" width="100%">|
|:-:|:-:|
| Figure 8 | Figure 9 |

Expand All @@ -147,7 +147,7 @@ The Differential Pivot helps to offload forces from one side of the rover to the

<br/><br/>

| <img src="/images/differential_pivot/Diff_Step_5.png" width="100%">| <img src="/images/differential_pivot/Diff_Step_6.png" width="90%">|
| <img src="../../images/differential_pivot/Diff_Step_5.png" width="100%">| <img src="../../images/differential_pivot/Diff_Step_6.png" width="90%">|
|:-:|:-:|
| Figure 8 | Figure 9 |

Expand All @@ -158,7 +158,7 @@ The Differential Pivot helps to offload forces from one side of the rover to the

<br/><br/>

| <img src="/images/differential_pivot/Diff_Step_7.png" width="100%"> |
| <img src="../../images/differential_pivot/Diff_Step_7.png" width="100%"> |
| :--: |
| Figure 10 |

Expand Down
Loading