Skip to content

Commit

Permalink
Change comment misspelling in ual.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arturotorresg committed Aug 1, 2017
1 parent e57068e commit 1812b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uav_abstraction_layer/include/uav_abstraction_layer/ual.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class UAL {
/// Latest pose estimation of the robot
Pose pose() const { return backend_->pose(); }

/// Latest pose estimation of the robot
/// Latest velocity estimation of the robot
Velocity velocity() const { return backend_->velocity(); }

/// Latest transform estimation of the robot
Expand Down

0 comments on commit 1812b86

Please sign in to comment.