The Robot Application Programming Interface Delegate Project
|
00001 /* 00002 * Copyright (c) 2009 United States Government as represented by the 00003 * Administrator of the National Aeronautics and Space Administration. 00004 * All Rights Reserved. 00005 */ 00006 00007 #include "Message.idl" 00008 00016 module rapid { 00017 00022 valuetype PositionSample : Message { 00023 00025 public Transform3D pose; 00026 00028 public Vec3f velocity; 00029 00031 public ValueSequence64 values; 00032 }; 00033 }; 00034