-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Welcome to the SLAM wiki. You can find everything you need to know about our team right here.
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:
-
Setting Up Your Operating System:
How to dual-boot Linux with Windows or Mac OS. -
Installing and Configuring Your ROS Environment:
How to install ROS and configure the ROS environment for development. -
Creating and Building a ROS Package:
How to create a ROS package usingcatkin_create_pkg
and build it usingcatkin_make
. -
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.
Simultaneous Localization and Mapping (SLAM) is a computational problem of constructing or updating a map of an unknown environment while simultaneously keeping track of an agent's location within it. If you are unfamiliar with the SLAM theory, we have some tutorials below:
-
Understanding Probabilistic Robotics:
Basic probability theory and how it is used within robotics.
General ROS and Technical Help
- Creating a rospy package
- Model the Robot
- Odometry - General Information
- Odometry - Configuring with ROS
Creating and Using Our Packages
General ROS and Technical Help
- Creating a rospy package
- Model the Robot
- Odometry - General Information
- Odometry - Configuring with ROS
Creating and Using Our Packages