IllinoisRoboticsInSpace / IRIS-2022

Illinois Robotics in Space 2021-2022 Season
https://iris.ae.illinois.edu/
3 stars 2 forks source link

IRIS-2022

Getting Started

  1. Create a colcon workspace
    • if you're colcon workspace folder does not exist: mkdir -p ~/colcon_ws/src
    • Make sure the ~/colcon_ws/src subfolder exists
  2. Clone this Repo
    • Clone this repo into the ~/colcon_ws/src subfolder
  3. Install the required dependencies with rosdep
    • cd ~/colcon_ws
    • rosdep install -i --from-path src --rosdistro galactic -y
  4. Build the desired package
    • colcon build --packages-select <Package folder name>
  5. Source the setup script so ros2 can find the packages in this workspace
    • source ~/colcon_ws/install/setup.bash

Teleop Package Usage

Simulation Package Usage