Project-MANAS / xdwa_local_planner

Local Planner for ROS2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xDWA

xDWA is a local planner aimed to build upon the Dynamic Window Approach adding ability to build paths which are better in the long term and can perform several navigation tasks including parking and overtaking.

Publications

  • /cmd_vel (geometry_msgs/Twist)
    Velocity commands for robot
  • /trajectories (nav_msgs/Path)
    Best trajectories after simulation cycle

Subscriptions

  • /move_base_simple/goal (geometry_msgs/PoseStamped)
    Goal for robot (can be given through RViz)
  • /odom (nav_msgs/Odometry)
    Current odometry of robot
  • /map (nav_msgs/OccupancyGrid)
    Costmap for obstacles avoidance

Note: Currently two trajectory scorers are implemented

  1. Costmap Score Function
  2. Goal Distance Score Function

About

Local Planner for ROS2


Languages

Language:C++ 92.4%Language:CMake 5.7%Language:Python 1.9%