Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
px4_config: use directly radians (#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrivi committed Oct 14, 2019
1 parent 20bd5b9 commit 853c283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions local_planner/resource/px4_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ imu:
frame_id: "fcu"
# need find actual values
linear_acceleration_stdev: 0.0003
angular_velocity_stdev: !degrees 0.02
angular_velocity_stdev: 0.0003490659 // 0.02 degrees
orientation_stdev: 1.0
magnetic_stdev: 0.0

Expand Down Expand Up @@ -154,7 +154,7 @@ mocap:
# px4flow
px4flow:
frame_id: "px4flow"
ranger_fov: !degrees 0.0 # XXX TODO
ranger_fov: 0.118682 # 6.8 degrees at 5 meters, 31 degrees at 1 meter
ranger_min_range: 0.3 # meters
ranger_max_range: 5.0 # meters

Expand Down

0 comments on commit 853c283

Please sign in to comment.