Difference between revisions of "2021SpringTeam8"
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
== | == Project Overview == | ||
UCSD has access to plenty of robots with autonomous capabilities however, a lot of them are sitting in a lab waiting to be used. Our team aims to implement a ROS package that would allow all of those robots to be of use even when people aren't in the immediate vicinity. To alleviate this issue a room would be setup with a camera such that an individual could log into one of UCSD's robots, deploy their programming package, and when they were done using it our ROS package would launch. Our ROS packaged intends to autonomously navigate itself to a designated location marked with an AprilTag. | |||
==== Functional Requirements ==== | ==== Functional Requirements ==== | ||
* | * Make use of an Ackermann Steering RC car | ||
* A camera with at least 30 FPS | |||
* An RPLIdar for collision prevention | |||
* A SBC for data processing | |||
* A PWM for both the servo and stepper motor | |||
== Hardware == | == Hardware == |
Revision as of 08:40, 8 June 2021
Team Members
Kennan Gonzales (MAE)
McKinley Souder (ECE)
Cade Wohltman (MAE)
Project Overview
UCSD has access to plenty of robots with autonomous capabilities however, a lot of them are sitting in a lab waiting to be used. Our team aims to implement a ROS package that would allow all of those robots to be of use even when people aren't in the immediate vicinity. To alleviate this issue a room would be setup with a camera such that an individual could log into one of UCSD's robots, deploy their programming package, and when they were done using it our ROS package would launch. Our ROS packaged intends to autonomously navigate itself to a designated location marked with an AprilTag.
Functional Requirements
- Make use of an Ackermann Steering RC car
- A camera with at least 30 FPS
- An RPLIdar for collision prevention
- A SBC for data processing
- A PWM for both the servo and stepper motor