Giter VIP home page Giter VIP logo

usv_navigation's Introduction

usv_navigation

Navigation pkg for USVs and under-actuated mobile robot in plane based on ros navigation stack

  1. Modify the global base planner interface for advanced A* which considers the orientation limitation of under-actuated mobile robot and this navigation stack is available without kinetic model.
  2. In origin navigation stack, the global path planned by global planner is only used as a reference for local planner. However, in this navigation stack, global path should be followed by robot.
  3. USV will avoid obstacle when followed path is blocked by dynamic or unknown obstacle in environment. After the space is free for USV, a new global path will be planned.

Origin Navigation stack

Address: https://github.com/ros-planning/navigation

Simulation

sudo apt-get install ros-kinetic-turtlebot*
git clone branch -b https://github.com/wangzhao9562/usv_navigation.git
git clone https://github.com/wangzhao9562/my_nav_test.git
cd ~/catkin_ws
catkin_make
source ~/catkin_ws/devel/setup.bash
roslaunch my_nav_test turtlebot_world.launch
roslaunch my_nav_test amcl_demo_copy.launch
roslaunch my_nav_test view_navigation.launch

ps: name of catkin space should be replace by your own.

Notice

  1. For using existed simulation tools and third-part libraries, package name is not modifed to satiesfy with the demand of interface(name is still move_base), please don't mix this package with origin navigation stack in one catkin space.
  2. Programe is developed based on origin navigation stack in version of kinetic devel, the recommended system version is ubuntu 16.04LTS. If your ros version is melodic, you should modify the packages relative to turtlebot in launch file, and install turtlebot simulator in responding version.
  3. This navigation stack is in developing, formal branch is only the version tested through simulation.
    Newest: The navigation stack pass the test with pibot vehicle

Frame

Frame of new navigation stack:

Inner infrastructure of local planner:

State transform of move_base node:

Simulation:




usv_navigation's People

Contributors

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