-
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:
-
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 Nodes, Topics, and Messages:
How nodes use messages to communicate with each other through topics. -
Writing a Publisher and Subscriber:
How to write a publisher and subscriber.
Once you have set up your system with ROS, you can begin to learn more about SLAM.
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