Skip to content

OSSDC/LaneFollowingSensor

This branch is up to date with lgsvl/LaneFollowingSensor:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c8b3375 · May 10, 2021

History

17 Commits
May 5, 2020
May 5, 2020
May 10, 2021
Apr 24, 2020
Apr 24, 2020
Apr 24, 2020
Feb 3, 2021
May 5, 2020
Mar 23, 2021
Jan 29, 2021

Repository files navigation

Lane Following Sensor

This repository contains the code and assets for a custom Sensor Plugin - Lane Following Sensor.

To use this Sensor Plugin:

  1. clone the Sensor Plugin repo into Assets/External/Sensors as Assets/External/Sensors/LaneFollowingSensor inside of your Simulator Unity Project

  2. build the Sensor Plugin for use with the Simulator, navigate to the Simulator -> Build Sensors Unity Editor menu item. Clicking on it will build every custom sensor in the Assets/External/Sensors directory and will output built Sensor Plugin bundles to the AssetBundles/Sensors folder

  3. on simulation startup, the Simulator will load all custom Sensor Plugin bundles in AssetBundles/Sensors directory and will be a valid sensor in a vehicle's configuration JSON

  4. add json configuration (see below) to vehicle of your choosing and launch simulation

Lane Following Sensor will subscribe to predicted steering commands from the model and publish EGO vehicle commands for data collection for training

Parameters

Topic: A topic name to subscribe for predicted steering commands

Example sensor config JSON:

{
    "type": "Lane Following",
    "name": "Lane Following Sensor",
    "params": {
        "Topic": "/lanefollowing/steering_cmd",
    }
}

Copyright and License

Copyright (c) 2020 LG Electronics, Inc.

This software contains code licensed as described in LICENSE.

About

No description, website, or topics provided.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%