Skip to content

Commit

Permalink
Change method implementation to use Eigen::Matrix<double, Eigen::Dyna…
Browse files Browse the repository at this point in the history
…mic, 1> instead of Matrixd
  • Loading branch information
francescodonofrio committed Nov 15, 2024
1 parent eb33383 commit 64085ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinematics_interface_kdl/src/kinematics_interface_kdl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ bool KinematicsInterfaceKDL::calculate_jacobian(
}

bool KinematicsInterfaceKDL::calculate_jacobian_inverse(
const Eigen::VectorXd & joint_pos, const std::string & link_name,
const Eigen::Matrix<double, Eigen::Dynamic, 1> & joint_pos, const std::string & link_name,
Eigen::Matrix<double, Eigen::Dynamic, 6> & jacobian_inverse)
{
// verify inputs
Expand Down

0 comments on commit 64085ec

Please sign in to comment.