Git Product home page Git Product logo

slam_project's Introduction

"ME495 Sensing, Navigation, and Machine Learning" Author : Vishwajeet Karmarkar

This repository houses code for a SLAM class at Northwestern Univerisity, January 2020.

├── Homework2_Answers.md
├── nuslam
├── nuturtle_description
├── nuturtle_gazebo
├── nuturtle_robot
├── README.md
├── rigid2d
├── SLAM_RESULTS.md
└── tsim

The structure is shown above.

  1. rigid2d: A c++ library for modelling a diff drive robot and kinematics. Also houses helper functions.
  2. nuturtle_description: Urdf files, launch files for starting Rviz visualisation
  3. nuturtle_robot: Robot control code
  4. nuturtle_gazebo: Xacro files along with sensor plugins for Gazebo simulation
  5. tsim : Waypoint follower for turtlebot
  6. nuslam: Slam code

To run:

mkdir src 
cd src 
git clone https://github.com/vishwajeet-NU/slam_project.git
catkin_make

To launch slam

You can launch it in debug mode and normal mode
In debug mode gazebo model state is used to populate sensor messages
so that slam can be tested without worrying about data association

to launch only landmark detector::

roslaunch nuslam landmarks.launch robot:=-1 

It looks as follows

image

Robot argument is dependent on choice of platform
this launch file also starts a keyboard teleop system which can be used to
navigate the bot

to launch slam

roslaunch nuslam slam.launch robot:=-1 debug:=True 

debug argument can be changed as needed

slam_project's People

Contributors

vshkar avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.