Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing params for loopback_sim #600

Merged
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
66 changes: 55 additions & 11 deletions configuration/packages/configuring-loopback-sim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Parameters
:update_duration:

============== ==============
Type Default
Type Default
-------------- --------------
double 0.01
double 0.01
============== ==============

Description
Expand All @@ -28,9 +28,9 @@ Parameters
:base_frame_id:

============== ==============
Type Default
Type Default
-------------- --------------
string "base_link"
string "base_link"
============== ==============

Description
Expand All @@ -39,9 +39,9 @@ Parameters
:odom_frame_id:

============== ==============
Type Default
Type Default
-------------- --------------
string "odom"
string "odom"
============== ==============

Description
Expand All @@ -50,9 +50,9 @@ Parameters
:map_frame_id:

============== ==============
Type Default
Type Default
-------------- --------------
string "map"
string "map"
============== ==============

Description
Expand All @@ -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
*******
Expand Down
Loading