#include <autoware_auto_planning_msgs/msg/trajectory.hpp>
#include <autoware_auto_planning_msgs/msg/trajectory_point.hpp>
#include <autoware_auto_perception_msgs/msg/bounding_box_array.hpp>
#include <autoware_auto_perception_msgs/msg/bounding_box.hpp>
#include <autoware_auto_perception_msgs/msg/predicted_objects.hpp>
#include <autoware_auto_perception_msgs/msg/predicted_object.hpp>
#include <motion_common/config.hpp>
#include <trajectory_smoother/trajectory_smoother.hpp>
#include <common/types.hpp>
#include <algorithm>
#include <vector>
#include <cmath>
#include "object_collision_estimator/visibility_control.hpp"
Go to the source code of this file.