Position model
[Model]

The position model simulates a mobile robot base. It can drive in one of two modes; either differential, i.e. able to control its speed and turn rate by driving left and roght wheels like a Pioneer robot, or omnidirectional, i.e. able to control each of its three axes independently.

API: Stg::StgModelPosition

Worldfile properties

Summary and default values
position
(
  # position properties
  drive ""
  localization ""
  localization_origin [ <defaults to model's start pose> ]

  # odometry error model parameters, 
  # only used if localization is set to "odom"
  odom_error [0.03 0.03 0.05]

  # model properties
)

Note
Since Stage-1.6.5 the odom property has been removed. Stage will generate a warning if odom is defined in your worldfile. See localization_origin instead.
Details


Generated on Wed Jul 30 11:36:06 2008 for Stage by  doxygen 1.4.7