Skip to content
This repository has been archived by the owner on Aug 9, 2024. It is now read-only.

Commit

Permalink
Clean up Bullet debug instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Nov 8, 2023
1 parent 91f7ab9 commit 05b1a1e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions vulp/actuation/BulletInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -192,10 +192,6 @@ void BulletInterface::send_commands(const moteus::Data& data) {
? moteus::Mode::kPosition
: command.mode;

spdlog::info(
"[BulletInterface::send_commands] command mode for servo {} is {}, "
"velocity is {}",
servo_id, command.mode, command.position.velocity);
if (command.mode == moteus::Mode::kStopped) {
motor_args.m_controlMode = CONTROL_MODE_VELOCITY;
motor_args.m_maxTorqueValue = 100.; // [N m]
Expand Down

0 comments on commit 05b1a1e

Please sign in to comment.