mirror of
https://github.com/modelec/modelec-marcel-ROS.git
synced 2026-01-18 16:47:43 +01:00
launch
This commit is contained in:
@@ -300,8 +300,8 @@ namespace Modelec
|
||||
{
|
||||
if (tokens[1] == "START")
|
||||
{
|
||||
bool start = std::stoi(tokens[2]);
|
||||
ResolveStartRequest(start);
|
||||
// bool start = std::stoi(tokens[2]);
|
||||
ResolveStartRequest(true);
|
||||
}
|
||||
else if (tokens[1] == "WAYPOINT")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user