Skip to content

Commit

Permalink
Move TODO to #2
Browse files Browse the repository at this point in the history
Same rationale as the preceding commit.
  • Loading branch information
stephane-caron committed Apr 19, 2024
1 parent e4de6f3 commit cdd0194
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vulp/spine/Spine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ void Spine::cycle_actuation() {
} else if (state_machine_.state() == State::kAct) {
Dictionary& action = working_dict_("action");
actuation_.write_position_commands(action);
// TODO(scaron): don't re-send actuation
// See https://github.com/upkie/vulp/issues/2
// spdlog::info("[Spine] ok");
} else {
// spdlog::warn("[Spine] re-sending previous commands");
}
} catch (const std::exception& e) {
spdlog::error("[Spine] Caught an exception: {}", e.what());
Expand Down

0 comments on commit cdd0194

Please sign in to comment.