add handling of velocity

This commit is contained in:
Sem van der Hoeven
2023-05-29 12:02:18 +02:00
parent 641dd746c4
commit bb8182baa0
3 changed files with 31 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ public:
*
* @param message the message indicating the cause of the failsafe
*/
void enable_failsafe(std::string message)
void enable_failsafe(std::u16string message)
{
this->failsafe_enabled = true;
this->failsafe_request->message = message;