Skip to content

Developer Setup

Bhargav Chandaka edited this page Oct 25, 2021 · 16 revisions

Developer Setup for IRIS

Installing Linux

  • Option 1(simplest): Use Virtualbox or VMWare
  • Option 2(tricky): Dual boot into Ubuntu

Installing required software

Environment Setup

  • ~/.bashrc Updates so you don't have to source setup files each time
    • Adding setup script for apt-installed ROS packages:
      echo 'source /opt/ros/galactic/setup.bash' >> ~/.bashrc
    • Adding setup script for custom ROS packages in your colcon workspace:
      echo 'source ~/colcon_ws/install/setup.bash' >> ~/.bashrc
Clone this wiki locally