@conghui Software 3.3 and newer it is possible to feed external force/torque measurements into the robot controller, and use this input as an alternative to the internal measurements in e.g. force mode. The feature is enabled and disabled with a special script command and the force/torque measurements can be streamed into the robot controller using the Real-Time Data Exchange (RTDE) interface, see this document. The functionality can be integrated in a URCap for easy installation of external F/T sensors on Universal Robots.
UR Script Function:
enable_external_ft_sensor(enable, sensor_mass = 0.0, sensor_measuring_offset = [0.0, 0.0, 0.0], sensor_cog = [0.0, 0.0, 0.0])
@Samuel_Bouchard is Robotiq working on a URCap for this? Could be a great addition to the FT sensors. I know customers would be more comfortable using the sensor data in force mode rather than the +/- 10N force readings generated by the robot.
Hi All,
I just noted that in the release note software version 3.3.x.x from Univeral Robots states that:
External Force/Torque sensors can feed their measurements (directly) into UR's force control-loops (Force mode). - See more at: http://www.universal-robots.com/how-tos-and-faqs/faq/ur-faq/release-note-software-version-33xx/#sthash.bw2xRUgc.dpuf
Anyone has experiences on that? For example how to connect the FT300 sensor and feed the data into UR force_mode()?
Thank you!