Code Monkey home page Code Monkey logo

ros_waypoint_follower's Introduction

waypoint_follower

This package provides waypoint following in ROS. Sends target waypoints to move_base and displays the waypoints in RVIZ.

1. Nodes

1.1 waypoint_follower2_node

1.1.1 Subscribed Topics

set_waypoints (waypoint_follower_msgs/WaypointArray)

Clears the waypoint list, then sets this as new waypoints.

1.1.2 Published Topics

jackal_velocity_controller/cmd_vel (geometry_msgs/Twist)

The command velocity to be sent to the robot.

waypoint_paths (nav_msgs/Path)

The incomplete waypoints.

1.1.3 Parameters

~baselink_frame (string, default: "base_link")

The base_link frame of the robot. This is only used if include_robot_path is true.

~odom_frame (string, default: "odom")

The odom frame of the robot.

~map_frame (string, default: "map")

The map frame of the robot.

~launch_frame (string, default: odom_frame)

The frame of waypoints specified in the launch file.

~include_start_pose ('bool, default: true`)

Whether to include the current position of the robot as part of the waypoint path.

~waypoints (array, default: [])

Sets waypoints. In the form position(x, y, z) followed by orientation (x, y, z, w).

~waypoint_order (array, default: [1,2,...])

The order to complete waypoints given by the parameter waypoints.

~gps_waypoints (array, default: [])

Sets waypoints. In the form position(lat, long). Requires the UTM transform provided by robot_localization's navsat_transform_node.

~gps_waypoint_order (array, default: [1,2,...])

The order to complete waypoints given by the parameter gps_waypoints.

~lin_vel (double, default: 0.5)

The linear velocity of the robot.

~ang_vel (double, default: 0.5)

The maximum angular velocity of the robot.

~dist_req (double, default: 1)

The distance in metres required for waypoint to be deemed completed.

~start_delay (double, default: 0)

The time in seconds to wait before moving.

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.