Skip to content

Commit

Permalink
Update laser.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
josephduchesne authored Jan 26, 2023
1 parent 60e4b52 commit 713a8fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/included_plugins/laser.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ messages.
# required, w.r.t to the coordinate system, scan from min angle to max angle
# at steps of specified increments
# Scan direction defaults to counter-clockwise but clockwise rotations can be
# simulated by providing a decrementing angle configuration.
# e.g. min: 2, max: -2, increment: -0.1 (clockwise)
angle: {min: -2.356194490192345, max: 2.356194490192345, increment: 0.004363323129985824}
# optional, default to inf (as fast as possible), rate to publish laser scan messages
Expand Down

0 comments on commit 713a8fe

Please sign in to comment.