fixed sending goal command

This commit is contained in:
matlabbe
2015-08-04 14:16:29 -04:00
parent e7e55cf904
commit 235ff77337
4 changed files with 12 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ public:
kCmdResume,
kCmdGoal, // params: [string] label or [int] location ID
kCmdCancelGoal,
kCmdLabel // params: [string] label or [int] location ID
kCmdLabel // params: [string] label, [int] location ID
};
public:
RtabmapEventCmd(Cmd cmd, const ParametersMap & parameters = ParametersMap()) :