INTRODUCTION
Overview
Download and Install
Quick Start
Documentation
Publications

NONFRAMEWORK CODE
Driver Interfaces
Drivers
Libraries
Utilities

FRAMEWORK CODE
Interfaces
Components
Libraries
Utilities

Full Software Listings

DEVELOPER
Tutorials
Examples
Dev Guide
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

hydrolibs/hydronavutil/vehicledescription.h

00001 #ifndef HYDRONAVUTIL_VEHICLEDESCRIPTION_H
00002 #define HYDRONAVUTIL_VEHICLEDESCRIPTION_H
00003 
00004 #include <hydrobros1/types.h>
00005 
00006 namespace hydronavutil {
00007 
00008 struct DiffDriveControlDescription {
00009     double maxForwardSpeed;
00010     double maxReverseSpeed; // (this is a positive number)
00011     double maxTurnrate;
00012     double maxLateralAcceleration;
00013     double maxForwardAcceleration;
00014     double maxReverseAcceleration;
00015     double maxRotationalAcceleration;
00016 };
00017 
00018 struct CylindricalGeometryDescription {
00019     double              radius;
00020     double              height;
00021     hydrobros1::Frame3d platformToGeometryTransform;
00022 };
00023 
00024 }
00025 
00026 #endif
 

Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)


Generated for Orca Robotics by  doxygen 1.4.5