Metadata-Version: 2.1
Name: asvprotobuf
Version: 0.3.11
Summary: ASV API for using protobuf for serialization and deserialization of objects for Inter Process Communication
Home-page: https://github.com/akashp1997/asvprotobuf
Author: Akash Purandare
Author-email: akash.p1997@gmail.com
License: BSD-3-Clause
Description: # SRMASV Protobuf Library
        ------
        [ ![Codeship Status for akashp1997/asv_protobuf](https://app.codeship.com/projects/c809ada0-9fbf-0136-d501-4a148af4eb21/status?branch=master)](https://app.codeship.com/projects/306478)
        This repository contains the SRMASV protobuf library.
        ------
        ## To install just run the following:
        `python setup.py install`
        
        The following module contains the following messages implemented in Google Protobuf:
        
        #### asvprotobuf.std
        -----
        - [x] Header
        - [x] Orientation
        - [x] Vector
        
        #### asvprotobuf.sensor
        -----
        - [x] Imu
        - [x] GPSFix
        - [x] Image
        - [x] LaserScan
        - [x] Raw
        
        #### asvprotobuf.diagnostics
        -----
        - TODO
        
Keywords: asvprotobuf
Platform: UNKNOWN
Description-Content-Type: text/markdown
