Skip to content

Commit

Permalink
fix DroneShell: return type is string, not bool
Browse files Browse the repository at this point in the history
  • Loading branch information
bkueng committed Feb 21, 2017
1 parent 4c9fe69 commit 125c3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DroneShell/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ See RecordPose for information about log file format")

// std::string beforeScriptStartCallback(const DroneCommandParameters& params, std::string scriptFilePath)
// {
// return false;
// return "";
// }
// bool afterScriptEndCallback(const DroneCommandParameters& params, std::string scriptFilePath)
// {
Expand Down

0 comments on commit 125c3ea

Please sign in to comment.