Go to the documentation of this file.
19 #ifndef TRAJECTORY_SPOOFER__TRAJECTORY_SPOOFER_HPP_
20 #define TRAJECTORY_SPOOFER__TRAJECTORY_SPOOFER_HPP_
24 #include <autoware_auto_msgs/msg/complex32.hpp>
25 #include <autoware_auto_msgs/msg/trajectory.hpp>
26 #include <autoware_auto_msgs/msg/trajectory_point.hpp>
27 #include <autoware_auto_msgs/msg/vehicle_kinematic_state.hpp>
28 #include <builtin_interfaces/msg/duration.hpp>
30 #include <rclcpp/duration.hpp>
31 #include <rclcpp/rclcpp.hpp>
76 void set_target_speed(
float32_t target_speed);
80 int32_t num_of_points,
86 int32_t num_of_points,
92 int32_t num_of_points,
95 CurveType mode = CurveType::RIGHT_TURN,
101 #endif // TRAJECTORY_SPOOFER__TRAJECTORY_SPOOFER_HPP_
autoware_auto_msgs::msg::VehicleKinematicState VehicleKinematicState
Definition: trajectory_spoofer.hpp:44
constexpr float32_t TAU
tau = 2 pi
Definition: types.hpp:44
This file includes common type definition.
Definition: trajectory_spoofer.hpp:52
autoware_auto_msgs::msg::Complex32 Complex32
Definition: trajectory_spoofer.hpp:40
bool bool8_t
Definition: types.hpp:33
This file defines the lanelet2_map_provider_node class.
Definition: quick_sort.hpp:24
builtin_interfaces::msg::Duration DurationMsg
Definition: trajectory_spoofer.hpp:41
float float32_t
Definition: types.hpp:36
Definition: trajectory_spoofer.launch.py:1
double float64_t
Definition: types.hpp:37
autoware_auto_msgs::msg::Trajectory Trajectory
Definition: trajectory_spoofer.hpp:42
autoware_auto_msgs::msg::TrajectoryPoint TrajectoryPoint
Definition: trajectory_spoofer.hpp:43