GeneratePolynomialTrajectory

This is a ROS action definition.

Source

# Trajectory_generator action definition

# Request
builtin_interfaces/Time stamp      # Request timestamp
as2_msgs/YawMode yaw               # Yaw goal mode
as2_msgs/PoseStampedWithID[] path  # List of poses with ID in path, with each frame id and time stamp
float32 max_speed                  # Maximum speed desired in path (m/s)

---
# Result
bool trajectory_generator_success  # False if failed to follow the generated trajectory

---
# Feedback
string next_waypoint_id            # Next waypoint id in path to follow
uint16 remaining_waypoints         # Number of remaining waypoints to follow