Skip to content

Commit

Permalink
Merge pull request AutonomyLab#25 from garyservin/android
Browse files Browse the repository at this point in the history
Bring fix from hydro-devel-fixed
  • Loading branch information
manzato committed Sep 16, 2014
2 parents 13ba115 + 0b1b0fb commit 92251e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ardrone_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ void ARDroneDriver::publish_navdata(navdata_unpacked_t &navdata_raw, const ros::
height_msg.header.stamp = navdata_receive_time;
height_msg.header.frame_id = droneFrameBase;

//height_msg.point.z = 1 - pow(legacynavdata_msg.pressure/zero_pressure, 0.190263096) / 0.0000225577;
height_msg.point.z = 1 - pow(legacynavdata_msg.pressure/zero_pressure, 0.190263096) / 0.0000225577;

pressure_pub.publish(height_msg);

Expand Down

0 comments on commit 92251e0

Please sign in to comment.