Skip to content

Commit 3b4b9c8

Browse files
Remove ns from robot_description parameter
1 parent a0f5944 commit 3b4b9c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kinematics_interface_kdl/src/kinematics_interface_kdl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bool KinematicsInterfaceKDL::initialize(
3737
// If the robot_description input argument is empty, try to get the
3838
// robot_description from the node's parameters.
3939
auto robot_param = rclcpp::Parameter();
40-
if (!parameters_interface->get_parameter(ns + "robot_description", robot_param))
40+
if (!parameters_interface->get_parameter("robot_description", robot_param))
4141
{
4242
RCLCPP_ERROR(LOGGER, "parameter robot_description not set in kinematics_interface_kdl");
4343
return false;

0 commit comments

Comments
 (0)