Git Product home page Git Product logo

waypoint_manager_ros's Introduction

waypoint_manager_ros

License: MIT

The ROS package for waypoint management

Publish the goal pose of the ID specified as the parameter start as the initial pose of the robot at node startup

Publish the goal pose in order from id "parameter start + 1"

Environment

  • Ubuntu 20.04
  • ROS Noetic

Install and Build

# clone repository
cd /path/to/your/catkin_ws/src
git clone https://github.com/ToshikiNakamura0412/waypoint_manager_ros.git

# build
cd /path/to/your/catkin_ws
rosdep install -riy --from-paths src --rosdistro noetic # Install dependencies
catkin build waypoint_manager_ros

How to use

roslaunch waypoint_manager_ros waypoint_manager.launch

Running the demo

roslaunch waypoint_manager_ros test.launch

update goal pose manually

rqt

Node I/O

Node I/O

Nodes

waypoint_manager

Published Topics

  • /initialpose (geometry_msgs/PoseWithCovarianceStamped)
    • The initial pose of the robot
  • ~<name>/global_goal (geometry_msgs/PoseStamped)
    • The goal pose
  • ~<name>/waypoints (visualization_msgs/MarkerArray)
    • Visualization of waypoints

Subscribed Topics

  • /finish_flag (std_msgs/Bool)
    • The flag to finish the current goal

Service Topics

  • ~<name>/update_goal
    • Update the goal pose

Parameters

  • ~<name>/hz (int, default: 1 [Hz]):
    The rate of main loop
  • ~<name>/frame_id (str, default: map):
    The frame id of topics
  • ~<name>/waypoint_file (str, default: waypoints.yaml):
    The file path of waypoints
  • ~<name>/start (int, default: 0):
    The start id of robot
  • ~<name>/width_ratio (float, default: 1.0):
    The width ratio of edge between waypoints
  • ~<name>/is_visible_text (bool, default: True):
    The flag to visualize text of id
  • ~<name>/is_visible_edge (bool, default: True):
    The flag to visualize edge between waypoints

waypoint_manager_ros's People

Contributors

toshikinakamura0412 avatar

Stargazers

Yuki Wakabayashi 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.