Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoignonec committed Nov 12, 2024
1 parent 43cedfa commit 06c28ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ft_tools/src/ft_calibration_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ bool FtCalibrationNode::init_kinematics_monitoring()
{
RCLCPP_ERROR(LOGGER, "parameter robot_description not set");
return false;
}
auto robot_description = robot_param.as_string();

// Load the differential IK plugin
Expand Down
1 change: 1 addition & 0 deletions ft_tools/src/ft_estimation_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ bool FtEstimationNode::init_kinematics_monitoring()
{
RCLCPP_ERROR(LOGGER, "parameter robot_description not set");
return false;
}
auto robot_description = robot_param.as_string();

// Load the differential IK plugin
Expand Down

0 comments on commit 06c28ba

Please sign in to comment.