Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,17 @@ Parameters
Description:
The name of the coordinate frame where the map is being published at.

:enforce_global_frame_id:

============== =============================
Type Default
-------------- -----------------------------
bool false
============== =============================

Description:
Enforce the use of the global frame ID for all shapes. Any shape with a non-empty frame ID, different than the global frame ID, will lead to failure. This will also disable the creation of the TF listener.

:resolution:

============== =============================
Expand Down Expand Up @@ -288,6 +299,7 @@ Here is an example of configuration YAML for the Vector Object server:
ros__parameters:
map_topic: "vo_map"
global_frame_id: "map"
enforce_global_frame_id: False
resolution: 0.05
default_value: -1
overlay_type: 0
Expand Down
Loading