Code Monkey home page Code Monkey logo

convert's Introduction

场景解析算法

这是啥?

一个场景解析算法,将场景描述语言(JSON格式)文件和OpenDRIVE地图文件(xodr格式)

这有啥?

代码文件 src/main/java

  • json: ADSML文本的解析

    • tree:行为树对应的Java类
    • importer:JSON文本读取、解析并转化为Java对象
    • exporter:解析后数据写入
  • xodr:OpenDRIVE地图的解析

    • map:路网结构对应的Java类
    • importer:地图读取、解析并转化为Java对象
    • exporter:解析后数据写入
  • Convert:主类,项目启动口

资源文件 src/main/resources

  • examples:ADSML案例(JSON格式)
  • maps:地图案例(xodr格式)
  • models:生成的Uppaal SMC模型(XML格式)
  • uppaal:Uppaal中已经定义好的数据结构、函数和变量等

这咋干?

模型转换算法

**

JSON --> Java Object--> XML

关键

待补充

地图解析算法

**

JSON --> Java Object--> XML

关键

待补充

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.