Skip to content

Commit

Permalink
Remove unused var (#2524)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <ichen@openrobotics.org>
  • Loading branch information
iche033 authored Aug 14, 2024
1 parent c48fa58 commit e2be446
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/systems/thruster/Thruster.cc
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,6 @@ void Thruster::PreUpdate(

gz::sim::Link link(this->dataPtr->linkEntity);


auto pose = worldPose(this->dataPtr->linkEntity, _ecm);

// TODO(arjo129): add logic for custom coordinate frame
// Convert joint axis to the world frame
const auto linkWorldPose = worldPose(this->dataPtr->linkEntity, _ecm);
Expand Down

0 comments on commit e2be446

Please sign in to comment.