GithubHelp home page GithubHelp logo

zhenya-lei / astar-path-planner-for-2d-grid-map-in-ros Goto Github PK

View Code? Open in Web Editor NEW

This project forked from goldqiu/astar-path-planner-for-2d-grid-map-in-ros

0.0 0.0 0.0 4.56 MB

A*-Path-Planner-for-2D-grid-map-in-ROS

Shell 2.47% C++ 20.15% Python 6.11% C 3.17% Makefile 57.34% CMake 10.76%

astar-path-planner-for-2d-grid-map-in-ros's Introduction

Astar-Path-Planner-for-2D-grid-map-in-ROS

A*-Path-Planner-for-2D-grid-map-in-ROS

ROS: nav_msgs::OccupancyGrid 格式 二维栅格地图的A星全局规划算法和实现

数据集

Astar-Path-Planner-for-2D-grid-map-in-ROS\data\data_2022-09-06-17-21-48.bag

运行

roslaunch  grid_path_searcher demo.launch
rosbag play data_2022-09-06-17-21-48.bag

效果

PIC1

输入输出

launch文件

<launch>

  <node pkg="grid_path_searcher" type="demo_node" name="demo_node" output="screen" required = "true">
      <remap from="~waypoints"       to="/waypoint_generator/waypoints"/>
      <param name="mapTopic" type="string" value="/grid_map_global" />

  </node>

  <node pkg="waypoint_generator" name="waypoint_generator" type="waypoint_generator" output="screen">
      <remap from="~goal" to="/goal"/>
      <param name="waypoint_type" value="manual-lonely-waypoint"/>    
  </node>

  <node name="rvizvisualisation" pkg="rviz" type="rviz" output="log" args="-d $(find grid_path_searcher)/launch/rviz_config/demo_wx.rviz" />

</launch>

输入:

mapTopic:" /grid_map_global" (二维占据栅格话题)

输出:

nav_msgs::Path:"/global_path" (全局路径点)

astar-path-planner-for-2d-grid-map-in-ros's People

Contributors

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