Skip to content

Commit

Permalink
Format previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanscherzinger committed Oct 30, 2024
1 parent b809006 commit f572438
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cartesian_controller_base/src/IKSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,8 @@ void IKSolver::synchronizeJointPositions(
}
}

bool IKSolver::init(std::shared_ptr<rclcpp_lifecycle::LifecycleNode> nh,
const KDL::Chain & chain, const KDL::JntArray & upper_pos_limits,
const KDL::JntArray & lower_pos_limits)
bool IKSolver::init(std::shared_ptr<rclcpp_lifecycle::LifecycleNode> nh, const KDL::Chain & chain,
const KDL::JntArray & upper_pos_limits, const KDL::JntArray & lower_pos_limits)
{
// Initialize
m_handle = nh;
Expand Down

0 comments on commit f572438

Please sign in to comment.