Skip to content

Commit dab6cf7

Browse files
Minor update to display robot_ip parameter without _ (UniversalRobots#521)
1 parent c09807d commit dab6cf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ur_robot_driver/src/hardware_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ bool HardwareInterface::init(ros::NodeHandle& root_nh, ros::NodeHandle& robot_hw
9393
// The robot's IP address.
9494
if (!robot_hw_nh.getParam("robot_ip", robot_ip_))
9595
{
96-
ROS_ERROR_STREAM("Required parameter " << robot_hw_nh.resolveName("robot_ip_") << " not given.");
96+
ROS_ERROR_STREAM("Required parameter " << robot_hw_nh.resolveName("robot_ip") << " not given.");
9797
return false;
9898
}
9999

0 commit comments

Comments
 (0)