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
|
Bicycle
|
Controls a bicycle with both steering and drive in the front wheel.
This component loads an implementation of a hardware interface of type hydrointerfaces::Bicycle, and makes it accesible through two Orca interfaces: DriveBicycle and Odometry2d. You can also load your own implementation as long as the shared library is in the path. See Hydro documentation for the list of available drivers.
General Parameters:
Bicycle.Config.Driver
(string)Bicycle.Config.EnableMotion
(bool)Bicycle.Config.Odometry2dPublishInterval
(double) [s]Parameters describing vehicle (see orca::VehicleDescription for details)
Bicycle.Config.VehicleDescription.Control.Type
(string)Bicycle.Config.VehicleDescription.Control.VelocityBicycle.Wheelbase
(m)Bicycle.Config.VehicleDescription.Control.VelocityBicycle.MaxForwardSpeed
(m/s)Bicycle.Config.VehicleDescription.Control.VelocityBicycle.MaxReverseSpeed
(m/s)Bicycle.Config.VehicleDescription.Control.VelocityBicycle.MaxSteerAngle
(deg)Bicycle.Config.VehicleDescription.Control.VelocityBicycle.MaxSteerAngleAtMaxSpeed
(deg)Bicycle.Config.VehicleDescription.Control.VelocityBicycle.MaxForwardAcceleration
(m/s/s)Bicycle.Config.VehicleDescription.Control.VelocityBicycle.MaxReverseAcceleration
(m/s/s)Bicycle.Config.VehicleDescription.Control.VelocityBicycle.MaxSteerAngleAngleRate
(deg/s)Bicycle.Config.VehicleDescription.Geometry.Type
(string)Bicycle.Config.VehicleDescription.Geometry.Cuboid.Size
(Size3d)Bicycle.Config.VehicleDescription.Geometry.Cuboid.PlatformToGeometryTransform
(Frame3d) [m, deg]Bicycle.Config.VehicleDescription.Geometry.Cylindrical.Height
(m)Bicycle.Config.VehicleDescription.Geometry.Cylindrical.PlatformToGeometryTransform
(Frame3d) [m, deg]An example configuration file is installed into [ORCA-INSTALL-DIR]/share/orca/cfg/ directory.
Alex Makarenko, Mikel Astiz
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)