Variables
make_libraries Namespace Reference

Variables

string __usage__
list path = sys.argv[1]
dictionary ROS_TO_EMBEDDED_TYPES
tuple rospack = rospkg.RosPack()
tuple rosserial_arduino_dir = rospack.get_path(THIS_PACKAGE)
string THIS_PACKAGE = "rosserial_embeddedlinux"
 Software License Agreement (BSD License)

Variable Documentation

Initial value:
00001 """
00002 make_libraries.py generates the rosserial library files.  It
00003 requires the location of your project folder.
00004 
00005 rosrun rosserial_embeddedlinux make_libraries.py <output_path>
00006 """

Definition at line 38 of file make_libraries.py.

list make_libraries::path = sys.argv[1]

Definition at line 78 of file make_libraries.py.

Initial value:
00001 {
00002     'bool'    :   ('bool',              1, PrimitiveDataType, []),
00003     'byte'    :   ('int8_t',            1, PrimitiveDataType, []),
00004     'int8'    :   ('int8_t',            1, PrimitiveDataType, []),
00005     'char'    :   ('uint8_t',           1, PrimitiveDataType, []),
00006     'uint8'   :   ('uint8_t',           1, PrimitiveDataType, []),
00007     'int16'   :   ('int16_t',           2, PrimitiveDataType, []),
00008     'uint16'  :   ('uint16_t',          2, PrimitiveDataType, []),
00009     'int32'   :   ('int32_t',           4, PrimitiveDataType, []),
00010     'uint32'  :   ('uint32_t',          4, PrimitiveDataType, []),
00011     'int64'   :   ('int64_t',           8, PrimitiveDataType, []),
00012     'uint64'  :   ('uint64_t',          4, PrimitiveDataType, []),
00013     'float32' :   ('float',             4, PrimitiveDataType, []),
00014     'float64' :   ('double',            8, PrimitiveDataType, []),
00015     'time'    :   ('ros::Time',         8, TimeDataType, ['ros/time']),
00016     'duration':   ('ros::Duration',     8, TimeDataType, ['ros/duration']),
00017     'string'  :   ('char*',             0, StringDataType, []),
00018     'Header'  :   ('std_msgs::Header',  0, MessageDataType, ['std_msgs/Header'])
00019 }

Definition at line 52 of file make_libraries.py.

tuple make_libraries::rospack = rospkg.RosPack()

Definition at line 83 of file make_libraries.py.

Definition at line 86 of file make_libraries.py.

string make_libraries::THIS_PACKAGE = "rosserial_embeddedlinux"

Software License Agreement (BSD License)

Copyright (c) 2013, Willow Garage, Inc. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Willow Garage, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Definition at line 36 of file make_libraries.py.



rosserial_embeddedlinux
Author(s): Paul Bouchier
autogenerated on Thu Jun 6 2019 19:56:29