RoboJackets / urc-software

Primary codebase for the RoboNav team's URC rover.
https://robojackets.org/teams/robonav/
MIT License
9 stars 2 forks source link
cpp17 nav2 opencv robotics ros2-humble urc

urc-software CI Status Badge

Welcome to the RoboJackets/RoboNav software repo for the University Rover Challenge (URC)! This document will give you a brief description of the repo's layout and an overview of the repo.

Software Lead

Directory Structure

Installation Instructions

Essential
You will need to be using Ubuntu 22.04 to run ROS2. This can be accomplished with any of the following methods:

Specific Features

Helpful Resources

Team-Related Links

External Documentation and Background Reading

Common Issues

NanoPB Not Building

Fix (will only build after the last time):

colcon build --symlink-install ; chmod +x build/urc_nanopb/nanopb/generator/protoc-gen-nanopb
colcon build --symlink-install ; chmod +x build/urc_nanopb/nanopb/generator/nanopb_generator.py
colcon build --symlink-install