Skip to content

Commit 1b1c12f

Browse files
fix code style violation
1 parent b200dc8 commit 1b1c12f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gz_ros2_control/src/gz_system.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,9 +568,9 @@ hardware_interface::return_type GazeboSimSystem::read(
568568
}
569569
// Calculate the scalar effort along the joint axis
570570
this->dataPtr->joints_[i].joint_effort = force_or_torque.dot(
571-
gz::physics::Vector3d{this->dataPtr->joints_[i].joint_axis.Xyz()[0],
572-
this->dataPtr->joints_[i].joint_axis.Xyz()[1],
573-
this->dataPtr->joints_[i].joint_axis.Xyz()[2]});
571+
gz::physics::Vector3d{this->dataPtr->joints_[i].joint_axis.Xyz()[0],
572+
this->dataPtr->joints_[i].joint_axis.Xyz()[1],
573+
this->dataPtr->joints_[i].joint_axis.Xyz()[2]});
574574
}
575575

576576
for (unsigned int i = 0; i < this->dataPtr->imus_.size(); ++i) {

0 commit comments

Comments
 (0)