Code Monkey home page Code Monkey logo

vgraph_nav's Introduction

vgraph_nav ROS-noetic Industrial CI

ROS package for a simple navigation system utilizing the Visibility Graph algorithm.
It is compatible with occupancy grid maps generated by popular 2D SLAM such as Cartographer, slam_toolbox, and slam_gmapping

Setup โš™

$ cd {ROS_WORKSPACE}/src
$ git clone -b noetic-devel https://github.com/Alpaca-zip/vgraph_nav.git
$ wstool merge vgraph_nav/.rosinstall
$ wstool update
$ python3 -m pip install -r vgraph_nav/requirements.txt
$ rosdep install -r -y -i --from-paths .
$ catkin build

Run ๐Ÿš€

Example of navigation using TurtleBot3.

$ roslaunch vgraph_nav turtlebot3_vgraph_navigation.launch

1. 2D Pose Estimate

Before starting navigation, you can define the starting point of the robot.
This is achieved using the 2D Pose Estimate button on the RViz.

More info : e-Manual

2. 2D Nav Goal

After setting the initial pose, the next step is to specify the target position using 2D Nav Goal.

More info : e-Manual

NOTE: The first time after launch, optimization using the Visibility Graph algorithm takes few minutes.

vgraph_planner_node ๐Ÿค–

Params

  • ~map_file: Path to the configuration file (yaml) for the occupancy grid map.
  • ~test_folder: A debug folder primarily used for debugging the Visibility Graph algorithm.
  • ~epsilon_factor: Adjust the corner detection accuracy of the occupancy grid map. Higher values reduce the number of corners.
  • ~robot_radius: Specifies the radius of the robot. This is mainly used for obstacle detection.
  • ~odom_topic: The name of the odometry topic.
  • ~scan_topic: The name of the LaserScan topic.
  • ~vel_linear: Linear velocity.
  • ~vel_theta: Maximum angular velocity.
  • ~angle_tolerance: During navigation, the robot will attempt to align its direction with the goal if the angle difference exceeds this tolerance.
  • ~goal_tolerance: Distance to a waypoint at which it is considered reached.
  • ~verbose: If True, the results of the optimization are displayed.

Topics

vgraph_nav's People

Contributors

alpaca-zip avatar

Stargazers

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