Skip to content

Commit

Permalink
DroneControlBase.hpp: Solve typos
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 17, 2017
1 parent 798b93b commit ee776f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AirLib/include/control/DroneControlBase.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class DroneControlBase {
* \return true if completed without preempting else false
*
* This method by itself will block until it finishes the execution OR cancelable_action signals for preempt.
* This method can be called from ROS action server that runs on seperate thread for non-blocking implementation.
* This method can be called from ROS action server that runs on separate thread for non-blocking implementation.
*/
virtual bool moveByAngle(float pitch, float roll, float z, float yaw, float duration
, CancelableActionBase& cancelable_action);
Expand Down

0 comments on commit ee776f3

Please sign in to comment.