Main Page
Namespaces
Classes
Files
File List
src
novatel_span_driver
mapping.py
Go to the documentation of this file.
1
#! /usr/bin/env python
2
# -*- coding: utf-8 -*-
3
4
# Software License Agreement (BSD)
5
#
6
# file @mapping.py
7
# authors Mike Purvis <mpurvis@clearpathrobotics.com>
8
# NovAtel <novatel.com/support>
9
# copyright Copyright (c) 2012, Clearpath Robotics, Inc., All rights reserved.
10
# Copyright (c) 2014, NovAtel Inc., All rights reserved.
11
#
12
# Redistribution and use in source and binary forms, with or without modification, are permitted provided that
13
# the following conditions are met:
14
# * Redistributions of source code must retain the above copyright notice, this list of conditions and the
15
# following disclaimer.
16
# * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
17
# following disclaimer in the documentation and/or other materials provided with the distribution.
18
# * Neither the name of Clearpath Robotics nor the names of its contributors may be used to endorse or promote
19
# products derived from this software without specific prior written permission.
20
#
21
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WAR-
22
# RANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23
# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, IN-
24
# DIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
25
# OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
26
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
29
from
novatel_msgs.msg
import
*
30
31
msgs = {
32
0: (
"ack"
, Ack),
33
42: (
"bestpos"
, BESTPOS),
34
264: (
"inscov"
, INSCOV),
35
812: (
"corrimudata"
, CORRIMUDATA),
36
1465: (
"inspvax"
, INSPVAX)
37
}
msg
novatel_span_driver
Author(s): NovAtel Support
autogenerated on Wed Apr 3 2019 02:52:53