autoware_trajectory_kinematics_rviz_plugin#
RViz2 panel plugin that plots kinematic quantities along planned paths and compares multiple trajectories on one Qt Charts graph.
Features#
- Subscribe to one or more topics publishing:
autoware_planning_msgs/msg/Trajectory, orautoware_internal_planning_msgs/msg/ScoredCandidateTrajectories
- Choose X (time from start or arc length) and Y (velocity, acceleration, curvature, lateral acceleration).
- Checkbox which series to plot; optional fixed X/Y axis ranges; hover tooltip with crosshair.
- Panel layout and topic list are stored in the RViz config (
save/load).
Usage#
- Build the workspace with this package in the overlay (standard
colcon build). - Start RViz2, Add Panel → select
autoware_trajectory_kinematics_rviz_plugin/TrajectoryKinematicsPanel. - Choose message kind, add topics (dropdown or “Other topic”), tick trajectories to plot, set axes.
ROS interfaces#
- Subscribes (user-configured): topics you add, as
TrajectoryorScoredCandidateTrajectoriesdepending on the kind selector. - Does not publish topics.