Skip to content

eve-autonomy/proj_launch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Launch: Additional nodes for the "cargo transportation" project

Overview

This package manages in-vehicle nodes especially for state management, HMI control, delivery reservation, and Vehicle to Infrastructure (V2I) connection.

Node Graph

node graph
Note: This package manages the red colored nodes.

List of managing repositories

Environment variables

Name Description
OPR_MODE_V2I Select one of the operation modes to the v2i connection /v2i_interface from the followings;
product, local_test
This parameter works as operation_mode.
OPR_MODE_DELY_RSV Select one of the operation modes to the delivery reserve application /go_interface from the followings;
product, server_test, local_test, not_use
This parameter works as operation_mode.
ACCESS_TOKEN_DELY_RSV Specify an access token of the reserve application /go_interface. This setting is reflected in the value of access_token in go_interface.
AD_SOUND_LANGUAGE Select a sound language in ad_sound_manager. This parameter is same to directory name of the node and works as lang in ad_sound_manager.

Launch arguments

Name Description
use_overridable_vehicle If autonomous driving vehicle has a function of override, set this parameter as TRUE. Otherwise set as FALSE.
operation_mode_v2i_infra Select the operation mode of the V2I interface from the followings;
product, local_test
This parameter works as operation_mode.
operation_mode_delivery_reservation Command line of the launcher for overriding OPR_MODE_DELY_RSV1.
access_token_delivery_reservation Command line of the launcher for overriding ACCESS_TOKEN_DELY_RSV1.
ad_sound_language Command line of the launcher for overriding AD_SOUND_LANGUAGE1.

Footnotes

  1. When an arbitrary value is set, these environment variables are ignored. 2 3