Coder Social home page Coder Social logo

shiva-raj-km / smart_navigator Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 81 KB

Opensource Platform for Autonomous Navigation Systems

Home Page: https://drive.google.com/file/d/1zZa1mSA9s3ZCRXIGIbs5qCwgNijDG-2x/view?usp=sharing

CMake 43.06% Python 56.94%
ros-kinetic slam gmapping-slam python localization kinect arduino rosserial-arduino rviz libfreenect openni

smart_navigator's Introduction

Smart_Navigator

An Opensource Platform for Autonomous Navigation systems.

Prerequisites

Install the ROS Kinetic framework for Ubuntu 16.04. Follow this

Setup

cd ~/ros_workspace/src
git clone https://github.com/shiva-raj-km/Smart_Navigator.git

Cut and copy two folders inside Smart_navigator into src folder

cd ..
# Run 
catkin build
# If no errors after running catkin build then the packages are installed and build properly
# Run 
source devel/setup.bash
# To source the terminal

Usage

Mapping

cd ~/ros_workspace
source devel/setup.bash
# Make four terminals source
# Terminal -1
roslaunch navigator_bringup robot_standalone.launch
# Terminal -2
roslaunch navigator_bringup gmapping.launch
# Terminal -3
roslaunch navigator_bringup keyboard_teleop.launch
# Terminal -4
roslaunch navigator_bringup view_navigation.launch
# Using teleoperation run the robot to explore the environment, and map building can be vizuliazed in Rviz. After bulding the map save it using map server.
rosrun map_server map_saver -f ~/<path>

Autonomous Navigation

# Terminal -1
roslaunch navigator_bringup robot_standalone.launch
# Terminal -2
roslaunch navigator_bringup amcl_demo.launch map_file:=~/<path of saved map>
# Terminal -3
roslaunch navigator_bringup move_base.launch
# Terminal -4
roslaunch navigator_bringup view_navigation.launch

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.