temporary storage 7/9/2026 20:41

This commit is contained in:
2026-07-10 09:45:07 +07:00
parent 17088a227d
commit 89add78c7f
2 changed files with 4 additions and 2 deletions

View File

@@ -177,6 +177,7 @@ for(const auto& behavior : creators_)
goal.angle = 1.57079632679;
const recovery_core::RecoveryResult started = behavior->start(goal);
expect(started.status == recovery_core::RecoveryStatus::kRunning,
"rotate must be running right after start");