orca-robotics


INTRODUCTION
Overview
Download and Install
Documentation

REPOSITORY
Interfaces
Drivers
Libraries
Utilities
Software Map

DEVELOPER
Dashboard

PEOPLE
Contributors
Users

SourceForge.net Logo
Project
Download
Mailing lists

 

         

Orca Robotics: Hydro Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
hydronavutil::AccelerationAcceleration of a 2D robot with no side-slip
hydrobros1::AngularAcceleration3d3D angular acceleration
hydrobros1::AngularVelocity3d3D angular velocity
hydropathplan::AStarPathPlanner
hydrointerfaces::CameraAbstract class for a camera source
hydrointerfaces::Camera::Config
hydrointerfaces::Camera::DataData structure returned by read()
hydrointerfaces::CameraFactoryHelper class to instantiate drivers
hydrobros1::CartesianAcceleration2d2D acceleration in Cartesian coordinate system
hydrobros1::CartesianAcceleration3d3D acceleration in Cartesian coordinate system
hydrobros1::CartesianPoint2d2D position in Cartesian coordinate system
hydrobros1::CartesianPoint3d3D position in Cartesian coordinate system
hydrobros1::CartesianVector3d3D vector
hydrobros1::CartesianVelocity2d2D velocity in Cartesian coordinate system
hydrobros1::CartesianVelocity3d3D velocity in Cartesian coordinate system
hydropathplan::Cell2DA light weight 2d cell reference containing a x and y index
hydroutil::ContextDriver's properties, tracer, status etc
hydroqgui::CoordinateFrameManagerManages on which platform the origin of the coordinate frame is located. The special platform "global" puts the origin on no particular platform but colocates it with the map origin instead
hydropathplan::CostEvaluatorA function for setting the cost based on the distance from an obstacle
hydroqguielementutil::Cov2d
hydronavutil::Cov2d2d covariance matrix
hydronavutil::Cov3d3d covariance matrix
hydroutil::CpuStopwatchTimes user-space CPU time
hydropathplan::DefaultCostEvaluatorA reasonable default: all non-obstacle cells have unit cost
hydrobros1::DiscreteSize2dPlanar discrete dimensions
hydrobros1::DiscreteSize3dSpatial discrete dimensions
hydrolfextract::DoorExtractor
hydrolfextract::DoorFeatureExtractor
hydrodll::DynamicallyLoadedLibrary
hydrodll::DynamicLoadExceptionDynamic load exception
hydroiceutil::Event
hydroiceutil::EventJob
hydroiceutil::EventLoop
hydroiceutil::EventQueueThread-safe event queue
hydroiceutil::EventQueueHolderA class which lets outsiders to post events into its own event queue
hydroiceutil::EventReceiverA class which lets outsiders to post events into its own event queue
hydroiceutil::EventScheduler
hydroiceutil::EventScheduler::ConfigEvent schedule configuration structure
usbftdi::Exception
hydroqgui::Exception
wifiutil::ExceptionExceptions for wifi access
hydronavutil::ExceptionException thrown by hydronavutil stuff
hydropathplan::Exception
hydrofeatureobs::FeatureObsThe base-class from which all feature observations derive
hydrobros1::Force2dVector representing a linear force
hydrobros1::Force3dVector representing a linear force
hydrobros1::Frame2dPlanar position
hydrobros1::Frame3dSpatial position
hydronavutil::GaussianA single component of a Gmm
hydroogmap::GenericMap< T >
hydronavutil::GmmA Gaussian Mixture Model (GMM) representing a distribution over 2D robot poses
hydrointerfaces::GpsAbstract class for a GPS system
hydrointerfaces::Gps::ConfigGeneral configuration of a Gps system; empty for now
hydrointerfaces::Gps::DataGps data structure
hydrointerfaces::GpsFactoryHelper class to instantiate drivers
hydroqguielementutil::GuiElement2d
hydroqgui::GuiElementSetStores the set of all GuiElements
hydroutil::HistoryExperimental! Storage of historical information about component's activities
hydrointerfaces::HumanInput2dAbstract interface class for human teleoperation input
hydrointerfaces::HumanInput2d::Command
hydrointerfaces::HumanInput2dFactoryHelper class to instantiate drivers
hydroqguielementutil::IGuiElementAnyone who wants to get painted should derive from this
hydroqgui::IGuiElementFactory
hydroqguielementutil::IHumanManagerFor managing the humans: allows display of messages and access to menus/tool-bars
hydroqguielementutil::IKnowsPlatformPosition2dGUIs need to paint some things centred on a platform's position. Inheriting from this interface means that the GUI element knows where the platform is located
hydroogmap::ILosTracer
hydrointerfaces::ImageAbstract class for a image source
hydrointerfaces::Image::ConfigConfiguration structure
hydrointerfaces::Image::DataData structure returned by read()
hydrointerfaces::ImageFactoryHelper class to instantiate drivers
hydrointerfaces::InsGpsAbstract class for a Ins/Gps system
hydrointerfaces::InsGps::ConfigGeneral configuration of a Ins/Gps system; empty for now
hydrointerfaces::InsGps::GenericDataGeneric data type returned by a read
hydrointerfaces::InsGps::GpsDataGps: global position, plus velocity
hydrointerfaces::InsGps::ImuDataImu: strapdown inertial measurements
hydrointerfaces::InsGps::InsDataIns: global position plus velocity orientatoin
hydrointerfaces::InsGpsFactoryHelper class to instantiate drivers
wifiutil::IoctlDataWireless data structure for ioctl-obtainable data
hydropathplan::IPathPlanner2d
hydrosim2d::IPosePublisherPublishes pose information (eg. to some viewer application)
hydrosim2d::IRangeScanPublisherPublishes range scan information (eg. to some viewer application)
hydroqgui::IStringToColorMapManages a mapping from strings to colours
hydroiceutil::Job
hydroiceutil::JobQueueA queue of jobs to be processed
hydroiceutil::JobQueue::ConfigJob queue configuration structure
hydroiceutil::JobQueueStatusCurrent status of the job queue
hydrointerfaces::LaserFeatureExtractorAbstract class for a laser feature extraction algorithm
hydrointerfaces::LaserFeatureExtractorFactoryHelper class to instantiate drivers
hydrointerfaces::LaserScanner2dAbstract class for a scanning laser
hydrointerfaces::LaserScanner2d::ConfigConfiguration structure
hydrointerfaces::LaserScanner2d::DataData structure returned by read()
hydrointerfaces::LaserScanner2dFactoryHelper class to instantiate drivers
geom2d::Line
hydrolfextract::LineExtractor
hydrofeatureobs::LineFeatureObsAn observation of a single line
hydroiceutil::LocalHistoryWrites component's run history to a local file
hydroiceutil::LocalTracerSofisticated local tracing
hydrobros1::Moment3dMoment of force
hydroqguielementutil::MouseEventManagerManages sharing of mouse events: a global resource
hydrosim2d::NullRangeScanPublisher
hydronavutil::OdometryDifferentiatorFeed in odometry, this will tell you what change each new bit of data represents
hydroogmap::OgLosTracer
hydroogmap::OgRayTracer< CellTracer >
hydrobros1::OrientationE3dOrientation defined by angles
hydroping::Pinger
hydroping::PingException
hydroqgui::PlatformCSFinderClass to work out the coordinate-system of a platform. Applies a bunch of heuristics
hydroqgui::PlatformFocusChangeReceiverAnyone interested in being notified about changes in platform focus should inherit from this
hydroqgui::PlatformFocusManagerManages which platform is in focus to help the user understand which platform he is interacting with. E.g. only the elements on the platform in focus are displayed and receive key presses and mouse events. The special platform "global" means everyone is in focus
geom2d::Point
hydrofeatureobs::PointFeatureObsA range-bearing observation of a single point feature
hydrobros1::PolarAcceleration2d2D acceleration in polar coordinate system
geom2d::PolarPoint
hydrobros1::PolarPoint2d2D position in polar coordinate system
hydrobros1::PolarVelocity2d2D velocity in polar coordinate system
hydronavutil::Pose
hydrofeatureobs::PoseFeatureObsA range-bearing observation of a single pose feature
hydroqguielementutil::PoseHistory
wifiutil::ProcDataWireless data structure for data obtainable from /etc/proc
hydroutil::PropertiesContainer for key-value pairs, useful for storing configuration properties
hydroutil::Properties::ConfigConfiguration structure for Properties
hydrointerfaces::RangeScanNav2dAbstract interface class for local navigation drivers
hydrointerfaces::RangeScanNav2d::CommandMotion command structure
hydrointerfaces::RangeScanNav2dFactoryHelper class to instantiate drivers
hydrosim2d::RangeScannerSimulator
hydroutil::RealTimeStopwatchTimes real time
hydroiceutil::ReceiverIdNotExistExceptionThis exception is raised when something is wrong with the hardware
hydrolfextract::ReflectorExtractor
hydrolfextract::ReflectorFeatureExtractor
hydrointerfaces::Robot2dAbstract interface class for providing access to a generic 2D robotic platform
hydrointerfaces::Robot2d::CommandMotion command structure
hydrointerfaces::Robot2d::DataData structure
hydrointerfaces::Robot2d::ExceptionException thrown by implementations of Robot2d interface
hydrointerfaces::Robot2dFactoryHelper class to instantiate drivers
hydroogmap::SafeLosCellTracer
hydroqguielementutil::ScopedSaver
hydrointerfaces::SegwayRmpAbstract interface class for providing access to Segway's RMP robotic platform
hydrointerfaces::SegwayRmp::CommandMotion command structure
hydrointerfaces::SegwayRmp::DataData structure
hydrointerfaces::SegwayRmp::ExceptionException thrown by implementations of SegwayRmp interface
hydrointerfaces::SegwayRmpFactoryHelper class to instantiate drivers
hydroqguielementutil::detail::ShortcutKey
hydroqguielementutil::ShortcutKeyManagerManages sharing of shortcut keys (a global resource) between GuiElements
hydropathplan::SimpleNavPathPlanner
hydroiceutil::SimpleTracerSimple local tracing
hydrobros1::Size2dPlanar continuous dimensions
hydrobros1::Size3dSpatial continuous dimensions
hydropathplan::SkeletonPathPlanner
hydropathplan::sparseskel::SparseSkelA sparse skeleton
hydropathplan::SparseSkeletonPathPlannerSimilar to SkeletonPathPlanner, but faster
hydroutil::StopwatchBase class for timing something
hydroctext::StyleCombines attribute and colour into one structure
hydrogpsutil::TGeoModelDataGeod model
hydrobros1::Twist2dPlanar velocity
hydrobros1::Twist3dSpatial velocity: ordered couple (V,W) of two vectors
hydropathplan::TypeMap< Type >
hydroogmap::UncheckedLosCellTracer
hydroutil::UncopyableHandy way to avoid unintended copies
hydrobros1::Vector2d2D vector
hydrosim2d::VehicleSimulatorSimulates a vehicle moving in a 2D environment
hydronavutil::VelocityVelocity of a 2D robot with no side-slip
wifiutil::WirelessConfigWireless config data structure
hydroqgui::WorldViewDisplays a set of GuiElements in a geometrically-correct way
hydrobros1::Wrench2dPlanar force
hydrobros1::Wrench3dSpatial force: ordered couple (F,M) of two vectors
hydroqgui::ZoomWidgetA widget with zoom and pan capabilities
 

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


Generated for Orca Robotics by  doxygen 1.4.5