mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Very minor code cleanup
This commit is contained in:
@@ -162,7 +162,6 @@ public:
|
|||||||
base_frame_ = joint_prefix + "base_link";
|
base_frame_ = joint_prefix + "base_link";
|
||||||
tool_frame_ = joint_prefix + "tool0_controller";
|
tool_frame_ = joint_prefix + "tool0_controller";
|
||||||
if (ros::param::get("~base_frame", base_frame_)) {
|
if (ros::param::get("~base_frame", base_frame_)) {
|
||||||
base_frame_ = base_frame_;
|
|
||||||
sprintf(buf, "Base frame set to: %s", base_frame_.c_str());
|
sprintf(buf, "Base frame set to: %s", base_frame_.c_str());
|
||||||
print_debug(buf);
|
print_debug(buf);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user