1FFSET_POSE(1) Fawkes Manual FFSET_POSE(1)
2
3
4
6 ffset_pose - Set initial pose for self-localization
7
9 ffset_pose [-r host[:port]] [-i ID] [-t SEC] — <x y theta|x y z qx qy qz qw>
10
12 This tool is used to instruct a self-localization component
13 implementing a LocalizationInterface to set an initial pose. Thus, it
14 allows to localize a robot in a given map.
15
16 The position is either given as a 2D pose as <x y theta> where (x,y) is
17 a position on the X/Y ground plane of the reference frame. Theta is the
18 orientation around the Z axis in radians. When given as a 3D pose, the
19 arguments are a full position (x,y,z) in the reference frame and a
20 quaternion in order (qx,qy,qz,qw) representing the orientation.
21
23 ffset_pose -r localhost:1910 -t 2.0 — 0.0 0.0 0.0
24 Set 2D pose at frame origin looking in X axis direction.
25
26 ffset_pose -r localhost:1910 -t 2.0 — 4.4 0.3 0.0 0.0 0.0 0.7 0.7
27 Set full 3D position on local Fawkes and try for 2 seconds.
28
30 fawkes(8)
31
33 Written by Tim Niemueller <niemueller@kbsg.rwth-aachen.de>
34
36 Documentation by Tim Niemueller <niemueller@kbsg.rwth-aachen.de>
37
39 Part of the Fawkes Robot Software Framework. Project website is at
40 http://www.fawkesrobotics.org
41
42
43
44Fawkes 1.3.0 04/28/2020 FFSET_POSE(1)