Giter VIP home page Giter VIP logo

gnss_d300_driver_dora's Introduction

GNSS_D300_driver_dora

run driver:

sudo chmod 777 /dev/ttyUSB*

dora up

A terminal run: RUST_LOG=debug dora start gnssD300_nmea_driver_dora.yaml --attach --hot-reload

Another terminal run: dora logs ******


完成了对应ros2的NavSatFix、QuaternionStamped、TwistStamped速度部分的消息发布。

1.nmea_getSentence_driver_dora:打开串口,读取数据进行校验,校验无误后发送到nmea_publishSentence_driver_dora。 在nmea_getSentence_driver_dora.py中默认下值,连接串口后根据情况更改: serial_port = '/dev/ttyUSB1' serial_baud = 115200

2.nmea_publishSentence_driver_dora完成对输入进行NMEA句子格式的判断并解析,解析无误,以序列化后的类send_out到nmea_subscribeSentence_driver_dora。

3.nmea_subscribeSentence_driver_dora对消息类型进行判别,并输出解析后的数据。


gnss_d300_driver_dora's People

Contributors

cyanglll avatar

Watchers

 avatar

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.