Skip to content

Commit

Permalink
launch fix #935: use orientation convention from message descr
Browse files Browse the repository at this point in the history
  • Loading branch information
vooon committed Feb 3, 2018
1 parent 30ecc20 commit 4269079
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mavros/launch/px4_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,25 +133,25 @@ distance_sensor:
hrlv_ez4_pub:
id: 0
frame_id: "hrlv_ez4_sonar"
orientation: ROLL_180 # RPY:{180.0, 0.0, 0.0}
orientation: PITCH_270 # RPY:{0.0, 270.0, 0.0} - downward-facing
field_of_view: 0.0 # XXX TODO
send_tf: true
sensor_position: {x: 0.0, y: 0.0, z: -0.1}
lidarlite_pub:
id: 1
frame_id: "lidarlite_laser"
orientation: ROLL_180
orientation: PITCH_270
field_of_view: 0.0 # XXX TODO
send_tf: true
sensor_position: {x: 0.0, y: 0.0, z: -0.1}
sonar_1_sub:
subscriber: true
id: 2
orientation: ROLL_180
orientation: PITCH_270
laser_1_sub:
subscriber: true
id: 3
orientation: ROLL_180
orientation: PITCH_270

# image_pub
image:
Expand Down

0 comments on commit 4269079

Please sign in to comment.