Autoware.Auto
lonely_world_prediction.hpp
Go to the documentation of this file.
1 // Copyright 2021 The Autoware Foundation
2 //
3 // Licensed under the Apache License, Version 2.0 (the "License");
4 // you may not use this file except in compliance with the License.
5 // You may obtain a copy of the License at
6 //
7 //    http://www.apache.org/licenses/LICENSE-2.0
8 //
9 // Unless required by applicable law or agreed to in writing, software
10 // distributed under the License is distributed on an "AS IS" BASIS,
11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 // See the License for the specific language governing permissions and
13 // limitations under the License.
14 //
15 // Co-developed by Tier IV, Inc. and Apex.AI, Inc.
16 
20 
21 #ifndef LONELY_WORLD_PREDICTION__LONELY_WORLD_PREDICTION_HPP_
22 #define LONELY_WORLD_PREDICTION__LONELY_WORLD_PREDICTION_HPP_
23 
26 
27 #include "autoware_auto_perception_msgs/msg/predicted_objects.hpp"
28 #include "autoware_auto_perception_msgs/msg/tracked_objects.hpp"
29 
30 namespace autoware
31 {
32 namespace prediction
33 {
46 void LONELY_WORLD_PREDICTION_PUBLIC predict_stationary(
47  autoware_auto_perception_msgs::msg::PredictedObject & predicted_object,
48  const autoware::prediction::Parameters & parameters);
49 
56 void LONELY_WORLD_PREDICTION_PUBLIC predict_stationary(
57  autoware_auto_perception_msgs::msg::PredictedObjects & predicted_objects,
58  const autoware::prediction::Parameters & parameters);
59 
60 } // namespace prediction
61 } // namespace autoware
62 
63 #endif // LONELY_WORLD_PREDICTION__LONELY_WORLD_PREDICTION_HPP_
parameters.hpp
Define configuration parameters.
autoware::prediction::Parameters
Definition: parameters.hpp:32
visibility_control.hpp
autoware
This file defines the lanelet2_map_provider_node class.
Definition: quick_sort.hpp:24
autoware::prediction::predict_stationary
void LONELY_WORLD_PREDICTION_PUBLIC predict_stationary(autoware_auto_perception_msgs::msg::PredictedObject &predicted_object, const autoware::prediction::Parameters &parameters)
Predict object to remain stationary.
Definition: lonely_world_prediction.cpp:27