forked from DLR-TS/adore_scenarios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo_vehicle_cfg02.launch
31 lines (31 loc) · 1.79 KB
/
demo_vehicle_cfg02.launch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!--********************************************************************************
* Copyright (C) 2017-2020 German Aerospace Center (DLR).
* Eclipse ADORe, Automated Driving Open Research https://eclipse.org/adore
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Daniel Heß - initial API and implementation
*
* A demo CAV configuration with lane-following/navigation behavior.
********************************************************************************-->
<launch>
<include ns="PARAMS" file="$(dirname)/adore_params_vehicle_independent.launch"/>
<include ns="PARAMS" file="$(dirname)/adore_params_vehicle_fascare.launch"/>
<param name="PARAMS/navigation/active_plotting_global" value="false" type="bool" />
<node name="vmodel" pkg="adore_if_ros" type="adore_vehiclemodel_node"/>
<node name="smodel" pkg="adore_if_ros" type="adore_objectdetectionmodel_node"/>
<node name="lmap" pkg="adore_if_ros" type="adore_mapprovider_node" output="screen"/>
<node name="tracker" pkg="adore_if_ros" type="adore_feedbackcontroller_node"/>
<node name="planner" pkg="adore_if_ros" type="adore_lfbehavior_node" output="screen"/>
<node name="lnav" pkg="adore_if_ros" type="adore_navigation_node"/>
<node name="lvprovider" pkg="adore_if_ros" type="adore_lvprovider_node"/>
<node name="predictor" pkg="adore_if_ros" type="adore_prediction_provider" output="screen"/>
<node name="predictionFilter" pkg="adore_if_ros" type="adore_prediction_filter" output="screen">
<remap from="ENV/Prediction/expected" to="ENV/Prediction/worstcase"/>
</node>
</launch>