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 Project Download Mailing lists
|
Robot2d
|
Controls a 2-D mobile robot.
General Parameters:
Robot2d.Config.Driver
(string)Robot2d.Config.EnableMotion
(bool)Robot2d.Config.Odometry2dPublishInterval
(double) [s]Parameters describing vehicle (see orca::VehicleDescription for details)
Robot2d.Config.VehicleDescription.Control.Type
(string)Robot2d.Config.VehicleDescription.Control.VelocityDifferential.MaxForwardSpeed
(m/s)Robot2d.Config.VehicleDescription.Control.VelocityDifferential.MaxReverseSpeed
(m/s)Robot2d.Config.VehicleDescription.Control.VelocityDifferential.MaxTurnrate
(deg/s)Robot2d.Config.VehicleDescription.Control.VelocityDifferential.MaxLateralAcceleration
(m/s/s)Robot2d.Config.VehicleDescription.Control.VelocityDifferential.MaxForwardAcceleration
(m/s/s)Robot2d.Config.VehicleDescription.Control.VelocityDifferential.MaxReverseAcceleration
(m/s/s)Robot2d.Config.VehicleDescription.Control.VelocityDifferential.MaxRotationalAcceleration
(deg/s/s)Robot2d.Config.VehicleDescription.Geometry.Type
(string)Robot2d.Config.VehicleDescription.Geometry.Cylindrical.Radius
(m)Robot2d.Config.VehicleDescription.Geometry.Cylindrical.Height
(m)Robot2d.Config.VehicleDescription.Geometry.Cylindrical.PlatformToGeometryTransform
(Frame3d) [m, deg]An example configuration file is installed into [ORCA-INSTALL-DIR]/share/orca/cfg/ directory.
The implementation of Platform2d interface can raise orca::DataNotExistException but does NOT raise orca::HardwareFailedException.
Alex Makarenko.
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)