-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Luz Martinez
committed
Jul 27, 2017
1 parent
b966fbe
commit 2ebde42
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
# delta_x (double, default: 0.0) | ||
# The x offset between the origin of the simulator coordinate frame and the map coordinate frame published by fake_localization. | ||
delta_x: 0 | ||
|
||
# delta_y (double, default: 0.0) | ||
# The y offset between the origin of the simulator coordinate frame and the map coordinate frame published by fake_localization. | ||
delta_y: 0 | ||
|
||
# delta_yaw (double, default: 0.0) | ||
# The yaw offset between the origin of the simulator coordinate frame and the map coordinate frame published by fake_localization. | ||
delta_yaw: 0 | ||
|
||
# global_frame_id (string, default: /map) | ||
# The frame in which to publish the global_frame_id→odom_frame_id transform over tf. New in 1.1.3 | ||
global_frame_id: "/map" | ||
|
||
# odom_frame_id (string, default: "odom") | ||
# The name of the odometric frame of the robot. | ||
odom_frame_id: "/odom" | ||
|
||
# base_frame_id (string, default: base_link) | ||
# The base frame of the robot. New in 1.1.3 | ||
base_frame_id: "/base_footprint" |