Git Product home page Git Product logo

idincern-husky's Introduction

I.DINCER.N.
ISTANBUL TECHNICAL UNIVERSITY

-------------------------------------------------------------

AUTONOMOUS ROBOT NAVIGATION USING ROS 
Clearpath Husky A200 robot navigation with Gazebo and RViz simulations using different SLAM and Path Planning algorithms. 360 degrees laser scan with two SICK LMS511 LIDARs.

------------------------------------------------------------- 
SIMULATION WORLD LAUNCH

$ roslaunch husky_gazebo husky_koridor3.launch

------------------------------------------------------------- 
RVIZ INTERFACE LAUNCH

$ roslaunch husky_viz view_robot.launch

------------------------------------------------------------- 
MANUAL DRIVE with PS3 JOYSTICK

$ roslaunch husky_control ps3_teleop.launch

-------------------------------------------------------------
AMCL 

Global Planners:
	A*
	Dijkstra
Local Planners:
	DWA
	TEB
	
$ roslaunch husky_navigation amcl_astar_dwa.launch 
---or---
$ roslaunch husky_navigation amcl_astar_teb.launch
---or---
$ roslaunch husky_navigation amcl_dijkstra_dwa.launch 
---or---
$ roslaunch husky_navigation amcl_dijkstra_teb.launch

-------------------------------------------------------------

GMAPPING SLAM with Path Planning Algorithms

Youtube Video: https://www.youtube.com/watch?v=Q_ITD5nnFks&t=51s

Global Planners:
	A*
	Dijkstra
Local Planners:
	DWA
	TEB

$ roslaunch husky_navigation gmapping_astar_dwa.launch
---or---
$ roslaunch husky_navigation gmapping_astar_teb.launch
---or---
$ roslaunch husky_navigation gmapping_dijkstra_dwa.launch
---or---
$ roslaunch husky_navigation gmapping_dijkstra_teb.launch

To save the generated map, you can run the map_saver utility:

    $ rosrun map_server map_saver -f <filename>

-------------------------------------------------------------

HECTOR SLAM with Path Planning Algorithms

Youtube Video: https://www.youtube.com/watch?v=HFuBhpLCG8g&t=29s

Global Planners:
	A*
	Dijkstra
Local Planners:
	DWA
	TEB

$ roslaunch husky_navigation hector_slam_astar_dwa.launch
---or---
$ roslaunch husky_navigation hector_slam_astar_teb.launch
---or---
$ roslaunch husky_navigation hector_slam_dijkstra_dwa.launch
---or---
$ roslaunch husky_navigation hector_slam_dijkstra_teb.launch

To save the generated map, you can run the map_saver utility:

    $ rosrun map_server map_saver -f <filename>

-------------------------------------------------------------

PATH PLANNING without MAP

Global Planners:
	A*
	Dijkstra
Local Planners:
	DWA
	TEB

$ roslaunch husky_navigation move_base_mapless_astar_dwa.launch
---or---
$ roslaunch husky_navigation move_base_mapless_astar_teb.launch
---or---
$ roslaunch husky_navigation move_base_mapless_dijkstra_dwa.launch
---or---
$ roslaunch husky_navigation move_base_mapless_dijkstra_teb.launch

---------------------------------------------------------------------------------------------------


idincern-husky's People

Contributors

idincern 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.