Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 973 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 973 Bytes

Vehicle to interface (V2I) parameters

Overview

This is a package for managing parameters to use v2i_interface easily.

This package has 4 types of parameter set in each directory depending on purposes.

  • product directory
    • This is for connection settings to the broadcasting device.
  • local_test directory
    • This is for test connection settings of the broadcasting device that runs locally.
    • This is used as a criterion for test before v2i_interface is released as OSS.

Parameters in these directories are same. Only their values are different from each directory.

Parameter details

See the parameter description for v2i_interface.

Extensibility of this package

This package is a template as a parameter configuration.

If you want to rewrite the values in this package and use it, fork this repository to create a new one.