Public Member Functions | Private Attributes | List of all members
BFL::MobileRobot Class Reference

This is a class simulating a mobile robot. More...

#include <mobile_robot.h>

Public Member Functions

MatrixWrapper::ColumnVector GetState ()
 
MatrixWrapper::ColumnVector Measure ()
 
 MobileRobot ()
 
void Move (MatrixWrapper::ColumnVector inputs)
 
 ~MobileRobot ()
 

Private Attributes

LinearAnalyticMeasurementModelGaussianUncertainty_meas_model
 
LinearAnalyticConditionalGaussian_meas_pdf
 
Gaussian_measurement_Uncertainty
 
MatrixWrapper::ColumnVector _state
 
AnalyticSystemModelGaussianUncertainty_sys_model
 
NonLinearAnalyticConditionalGaussianMobile_sys_pdf
 
Gaussian_system_Uncertainty
 

Detailed Description

This is a class simulating a mobile robot.

The state of the mobile robot is represented with a ColumnVector of three elements: the x and y position and the orientation. The inputs of the robot are the linear velocity and the angular velocity. The mobile robot is equipped with a ultrasonic sensor returning the distance to a wall. The initial position of the mobile robot is read from mobile_robot_wall_cts.h During construction time the measurement model and system model are constructed and their properties are read from mobile_robot_wall_cts.h

Definition at line 47 of file mobile_robot.h.

Constructor & Destructor Documentation

BFL::MobileRobot::MobileRobot ( )

Definition at line 26 of file mobile_robot.cpp.

BFL::MobileRobot::~MobileRobot ( )

Definition at line 77 of file mobile_robot.cpp.

Member Function Documentation

ColumnVector BFL::MobileRobot::GetState ( )

Definition at line 102 of file mobile_robot.cpp.

ColumnVector BFL::MobileRobot::Measure ( )

Definition at line 95 of file mobile_robot.cpp.

void BFL::MobileRobot::Move ( MatrixWrapper::ColumnVector  inputs)

Definition at line 88 of file mobile_robot.cpp.

Member Data Documentation

LinearAnalyticMeasurementModelGaussianUncertainty* BFL::MobileRobot::_meas_model
private

Definition at line 64 of file mobile_robot.h.

LinearAnalyticConditionalGaussian* BFL::MobileRobot::_meas_pdf
private

Definition at line 63 of file mobile_robot.h.

Gaussian* BFL::MobileRobot::_measurement_Uncertainty
private

Definition at line 62 of file mobile_robot.h.

MatrixWrapper::ColumnVector BFL::MobileRobot::_state
private

Definition at line 65 of file mobile_robot.h.

AnalyticSystemModelGaussianUncertainty* BFL::MobileRobot::_sys_model
private

Definition at line 61 of file mobile_robot.h.

NonLinearAnalyticConditionalGaussianMobile* BFL::MobileRobot::_sys_pdf
private

Definition at line 60 of file mobile_robot.h.

Gaussian* BFL::MobileRobot::_system_Uncertainty
private

Definition at line 59 of file mobile_robot.h.


The documentation for this class was generated from the following files:


bfl
Author(s): Klaas Gadeyne, Wim Meeussen, Tinne Delaet and many others. See web page for a full contributor list. ROS package maintained by Wim Meeussen.
autogenerated on Mon Jun 10 2019 12:48:01