diff --git a/src/ur_ros_wrapper.cpp b/src/ur_ros_wrapper.cpp index 7c41d60..cee1988 100644 --- a/src/ur_ros_wrapper.cpp +++ b/src/ur_ros_wrapper.cpp @@ -162,7 +162,6 @@ public: base_frame_ = joint_prefix + "base_link"; tool_frame_ = joint_prefix + "tool0_controller"; if (ros::param::get("~base_frame", base_frame_)) { - base_frame_ = base_frame_; sprintf(buf, "Base frame set to: %s", base_frame_.c_str()); print_debug(buf); }