We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e83be commit a540986Copy full SHA for a540986
ur_robot_driver/src/hardware_interface.cpp
@@ -1829,7 +1829,7 @@ void URPositionHardwareInterface::processMoprimMotionCmd(const std::array<double
1829
}
1830
1831
// 0: Unconstrained mode, 1: Fixed mode
1832
- // (https://tools.pages.cba.mit.edu/Universal_Robotics_UR10_Robot_Arm/scriptManual-3.5.4.pdf)
+ // (https://www.universal-robots.com/manuals/EN/HTML/SW5_22/Content/prod-scriptmanual/all_scripts/movec_pose_via_pose_toa1.htm)
1833
int32_t mode = 0;
1834
1835
// Get velocity and acceleration)
0 commit comments