mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Fixed default tcp_link value
This commit is contained in:
@@ -67,7 +67,7 @@ bool parse_args(ProgArgs &args)
|
||||
ros::param::param(PREFIX_ARG, args.prefix, std::string());
|
||||
ros::param::param(BASE_FRAME_ARG, args.base_frame, args.prefix + "base_link");
|
||||
ros::param::param(TOOL_FRAME_ARG, args.tool_frame, args.prefix + "tool0_controller");
|
||||
ros::param::param(TCP_LINK_ARG, args.tcp_link, args.prefix + "ee_link");
|
||||
ros::param::param(TCP_LINK_ARG, args.tcp_link, args.prefix + "tool0");
|
||||
ros::param::param(JOINT_NAMES_PARAM, args.joint_names, DEFAULT_JOINTS);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user