You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
University of Manitoba Robotics Team GitHub
The University of Manitoba Robotics Team Official GitHub!
The University of Manitoba Robotics Team (UMRT) is a design team of undergraduate students, primarily from Computer, Electrical, and Mechanical Engineering as well as Computer Science, who design a mars-style rover for the Canadian International Rover Challenge.
The team is divided into 6 sections:
Chassis, which deals with the mechanical design of the rover body.
Communications-Operations, which deals with the communication link between the rover and base station, as well as base station design and operation.
Electrical, which deals with the electrical architecture of the rover and the battery system.
Embedded, which deals with the software running on the rover and drive-by-wire system.
Mission Control, which deals with mission strategy, planning, and simulation.
Robotic Arm, which deals with the design of the robotic arm system used for manipulating the environment.
Repositories
The rover software system is split into many different Git repositories, each responsible for a particular portion of the system.
Generally, each repository is "owned" by one of the above sections.
Fork of ros-infrastructure/ros_buildfarm that has been modified to support running in a Docker container. Was developed as part of an investigation into the CI/CD system, but was abandoned due to poor build performance and inconvenient configuration requirements
Fork of NeuroRoboticTech/openFrameworksArduino for integration into the build system, used by umrt-arm-firmware-lib for communication with the Arduino used for Prairie Pioneer's motor control system