From 82a30adaee90a5fa6c451774e7b54657f293bc34 Mon Sep 17 00:00:00 2001 From: Adi Vardi <57910756+adivardi@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:10:57 +0100 Subject: [PATCH] add missing params for loopback_sim (#600) Signed-off-by: Adi Vardi Signed-off-by: Rob Fisher --- .../packages/configuring-loopback-sim.rst | 66 +++++++++++++++---- 1 file changed, 55 insertions(+), 11 deletions(-) diff --git a/configuration/packages/configuring-loopback-sim.rst b/configuration/packages/configuring-loopback-sim.rst index 7742f06a0..ab254a0e9 100644 --- a/configuration/packages/configuring-loopback-sim.rst +++ b/configuration/packages/configuring-loopback-sim.rst @@ -17,9 +17,9 @@ Parameters :update_duration: ============== ============== - Type Default + Type Default -------------- -------------- - double 0.01 + double 0.01 ============== ============== Description @@ -28,9 +28,9 @@ Parameters :base_frame_id: ============== ============== - Type Default + Type Default -------------- -------------- - string "base_link" + string "base_link" ============== ============== Description @@ -39,9 +39,9 @@ Parameters :odom_frame_id: ============== ============== - Type Default + Type Default -------------- -------------- - string "odom" + string "odom" ============== ============== Description @@ -50,9 +50,9 @@ Parameters :map_frame_id: ============== ============== - Type Default + Type Default -------------- -------------- - string "map" + string "map" ============== ============== Description @@ -61,13 +61,57 @@ Parameters :scan_frame_id: ============== ============== - Type Default + Type Default -------------- -------------- - string "base_scan" + string "base_scan" ============== ============== Description - The scan frame to use to publish a scan for collision monitor's happiness + The scan frame to use to publish a scan + +:enable_stamped_cmd_vel: + + ============== ============== + Type Default + -------------- -------------- + string false + ============== ============== + + Description + Whether cmd_vel is stamped or unstamped (i.e. Twist or TwistStamped) + +:scan_publish_dur: + + ============== ============== + Type Default + -------------- -------------- + string 0.1 + ============== ============== + + Description + The duration between publishing scan (in sec) + +:publish_map_odom_tf: + + ============== ============== + Type Default + -------------- -------------- + string true + ============== ============== + + Description + Whether or not to publish tf from ``map_frame_id`` to ``odom_frame_id`` + +:publish_clock: + + ============== ============== + Type Default + -------------- -------------- + string true + ============== ============== + + Description + Whether or not to publish simulated clock to ``/clock`` Example *******