aarxc − Compile scene graphs
aarxc [OPTION] scene-files...
Generate C code from scene graph files files
−h|−?|−−help,
display this help and exit
−o OUTPUT−FILE
write generated code to OUTPUT_FILE
−n SCENE_NAME
name of the scene graph
−U UP_AXIS
up axis of mesh files
−F FORWARD_AXIS
forward axis of mesh files
−R |
reload files |
−g,−−gui
Display scene in a GUI
ROS_PACKAGE_PATH
Location of ROS packages, necessary to load URDF
AARX_MEMORY
Maximum heap memory size (2GB)
AARX_TMPDIR
Directory for temporary and cache files (/tmp/amino−USERNAME)
/tmp/amino−USERNAME
Default directory for temporary and cache files, set via $AARX_TMPDIR
aarxc robot.urdf −o robot.c
Generate robot.c from URDF file robot.urdf
aarxc −−gui robot.urdf
Render robot.urdf in the OpenGL viewer
Written by Neil T. Dantam
Report bugs to <ntd@rice.edu>"
Copyright © 2010−2014, Georgia Tech Research Corporation
Copyright © 2015−2016, Rice University
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 copyright holder 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 HOLDER 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.