Skip to content

Commit 5822dd5

Browse files
author
Felix Exner
committed
Updated documentation
1 parent 5a4bcec commit 5822dd5

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

ur_robot_driver/doc/ROS_INTERFACE.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -800,29 +800,16 @@ The driver will offer an interface to receive the program's URScript on this por
800800

801801
##### servoj_gain (Required)
802802

803-
Specify lookahead time for servoing to position in joint space. A longer lookahead time can smooth the trajectory.
803+
Specify gain for servoing to position in joint space. A higher gain can sharpen the trajectory.
804804

805805
##### servoj_lookahead_time (Required)
806806

807807
Specify lookahead time for servoing to position in joint space. A longer lookahead time can smooth the trajectory.
808808

809809
##### tf_prefix (default: "")
810810

811-
Please add description. See hardware_interface.cpp line number: 76
812-
813-
robot_hw_nh.param<std::string>("tf_prefix", tf_prefix_, "");
814-
815-
##### Symbol: this_thread (default: "&params);
816-
if (ret != 0)
817-
{
818-
ROS_ERROR_STREAM("Unsuccessful in setting main thread realtime priority. Error code: " << ret")
819-
820-
Please add description. See hardware_interface_node.cpp line number: 76
811+
When the robot's URDF is being loaded with a prefix, we need to know it here, as well, in order to publish correct frame names for frames reported by the robot directly.
821812

822-
int ret = pthread_setschedparam(this_thread, SCHED_FIFO, &params);
823-
if (ret != 0)
824-
{
825-
ROS_ERROR_STREAM("Unsuccessful in setting main thread realtime priority. Error code: " << ret);
826813

827814
##### tool_baud_rate (Required)
828815

0 commit comments

Comments
 (0)