We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0f5944 commit 3b4b9c8Copy full SHA for 3b4b9c8
kinematics_interface_kdl/src/kinematics_interface_kdl.cpp
@@ -37,7 +37,7 @@ bool KinematicsInterfaceKDL::initialize(
37
// If the robot_description input argument is empty, try to get the
38
// robot_description from the node's parameters.
39
auto robot_param = rclcpp::Parameter();
40
- if (!parameters_interface->get_parameter(ns + "robot_description", robot_param))
+ if (!parameters_interface->get_parameter("robot_description", robot_param))
41
{
42
RCLCPP_ERROR(LOGGER, "parameter robot_description not set in kinematics_interface_kdl");
43
return false;
0 commit comments