mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Merge branch 'master' of https://github.com/OSURoboticsClub/Rover_2017_2018
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
electrical/schematics/circuitmaker/rs485_transceiver.SchDoc
Normal file
BIN
electrical/schematics/circuitmaker/rs485_transceiver.SchDoc
Normal file
Binary file not shown.
@@ -11,7 +11,6 @@ Next download the sheets you will need for your project, at the bare minimum you
|
|||||||
* mcu
|
* mcu
|
||||||
* reverse protection
|
* reverse protection
|
||||||
* rs485_tranceiver
|
* rs485_tranceiver
|
||||||
* rs485_termination
|
|
||||||
* 5v_power
|
* 5v_power
|
||||||
* 3v3_power
|
* 3v3_power
|
||||||
|
|
||||||
|
|||||||
8
mechanical/drawings.md
Normal file
8
mechanical/drawings.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# Part Drawing Checklist
|
||||||
|
----
|
||||||
|
|
||||||
|
1. Units
|
||||||
|
2. Tolerances / fits
|
||||||
|
3. No clutter (uneccisary dimensions)
|
||||||
|
4. Everything needed (hole callouts)
|
||||||
|
5. Material assigned
|
||||||
BIN
mechanical/part_drawings/mr1718-arm-base-cup_bearing.PDF
Normal file
BIN
mechanical/part_drawings/mr1718-arm-base-cup_bearing.PDF
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
mechanical/part_drawings/mr1718-arm-base-mounting_output.PDF
Normal file
BIN
mechanical/part_drawings/mr1718-arm-base-mounting_output.PDF
Normal file
Binary file not shown.
BIN
mechanical/part_drawings/mr1718-arm-base-output_shaft.PDF
Normal file
BIN
mechanical/part_drawings/mr1718-arm-base-output_shaft.PDF
Normal file
Binary file not shown.
BIN
mechanical/part_drawings/mr1718-arm-base-rotor_shaft-inner.PDF
Normal file
BIN
mechanical/part_drawings/mr1718-arm-base-rotor_shaft-inner.PDF
Normal file
Binary file not shown.
Binary file not shown.
@@ -19,7 +19,7 @@
|
|||||||
<!-- ### Start 2D Cameras ### -->
|
<!-- ### Start 2D Cameras ### -->
|
||||||
<group ns="cameras">
|
<group ns="cameras">
|
||||||
<!-- Start Undercarriage Camera -->
|
<!-- Start Undercarriage Camera -->
|
||||||
<node name="camera_undercarriage" pkg="rover_camera" type="rover_camera" launch-prefix="taskset -c 1" respawn="true" output="screen">
|
<node name="undercarriage" pkg="rover_camera" type="rover_camera" launch-prefix="taskset -c 1" respawn="true" output="screen">
|
||||||
<param name="device_path" value="/dev/rover/camera_undercarriage"/>
|
<param name="device_path" value="/dev/rover/camera_undercarriage"/>
|
||||||
</node>
|
</node>
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
</node>
|
</node>
|
||||||
|
|
||||||
<!-- Start Gimbal Camera -->
|
<!-- Start Gimbal Camera -->
|
||||||
<node name="gimbal" pkg="rover_camera" type="rover_camera" launch-prefix="taskset -c 3" respawn="true" output="screen" >
|
<node name="chassis" pkg="rover_camera" type="rover_camera" launch-prefix="taskset -c 3" respawn="true" output="screen" >
|
||||||
<param name="device_path" value="/dev/rover/camera_gimbal" />
|
<param name="device_path" value="/dev/rover/camera_gimbal" />
|
||||||
</node>
|
</node>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Sample NMEA parameter configuration
|
# Sample NMEA parameter configuration
|
||||||
device: /dev/ttyUSB4
|
device: /dev/rover/ttyGPS
|
||||||
|
|
||||||
uart1:
|
uart1:
|
||||||
baudrate: 9600 # C94-M8P specific
|
baudrate: 9600 # C94-M8P specific
|
||||||
|
|||||||
Reference in New Issue
Block a user