Skip to content
Chandra Gummaluru edited this page Feb 1, 2020 · 33 revisions

Welcome to the SLAM wiki. You can find everything you need to know about our team right here.

Getting Started with ROS

Our robot code is developed using the Robot Operating System (ROS). if you are unfamiliar with ROS and/or require help setting it up, we have some tutorials below:

  1. Setting Up Your Operating System:
    How to dual-boot Linux with Windows or Mac OS.

  2. Installing and Configuring Your ROS Environment:
    How to install ROS and configure the ROS environment for development.

  3. Creating and Building a ROS Package:
    How to create a ROS package using catkin_create_pkg and build it using catkin_make.

  4. Understanding ROS Architecture:
    How the ROS architecture works.

Once you have set up your system with ROS, you can begin to learn more about SLAM.

Getting Started with SLAM

(to add)

Additional Resources

General ROS and Technical Help

Creating and Using Our Packages