Skip to content

Commit

Permalink
global_position: correct ident
Browse files Browse the repository at this point in the history
  • Loading branch information
TSC21 committed May 27, 2017
1 parent 35b0817 commit e5c6ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavros/src/plugins/global_position.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class GlobalPositionPlugin : public plugin::PluginBase {
// GPS_STATUS: there no corresponding ROS message, and it is not supported by APM
make_handler(&GlobalPositionPlugin::handle_global_position_int),
make_handler(&GlobalPositionPlugin::handle_gps_global_origin),
make_handler(&GlobalPositionPlugin::handle_lpned_system_global_offset)
make_handler(&GlobalPositionPlugin::handle_lpned_system_global_offset)
};
}

Expand Down

0 comments on commit e5c6ef2

Please sign in to comment.