ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

ROS RT300 Force_Torque Sensor Connection with UR5 and ROS

asked 2019-04-24 11:38:21 -0500

Meric gravatar image

I have a UR5 and Force Torque Sensor FT300 setup. My sensor and UR5 Connected to main PC, which is inside same network as ROS Computer. I would like to receive FT300 topics, but I am not sure how.. In the same UR5 robot I also have a gripper with the same architecture, however with calling a Ros Service I could be able to communicate with Gripper. But I couldn't find a solution for my RT300 sensor.

I installed ROS Robotiq as a package to my workspace..

Could you please give me some guidance?

Best,

edit retag flag offensive close merge delete

Comments

1

Have you tried the Python script in this app? https://blog.robotiq.com/streaming-da...

fvd gravatar image fvd  ( 2019-06-13 20:05:40 -0500 )edit

Hello I tried and wrote my own python code. Please check my git.

https://github.com/AhmetMericOzcan/FT...

Meric gravatar image Meric  ( 2019-06-23 13:28:14 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-06-23 13:28:55 -0500

Meric gravatar image

updated 2019-06-23 13:32:09 -0500

Hello I talked with FT Sensor company. From what they say you need direct connection to do this. However if you have a pc inside the same network you can use python socket library, and listen sensor data.

For this issue please check my git. You can also eaisly modify my code. This code coming from FT300 guides, however I modified it as a rostopic.

https://github.com/AhmetMericOzcan/FT...

edit flag offensive delete link more

Comments

I also looked into it and can confirm that the UR controller just streams the data via Ethernet, and you can read it with a Python script fairly easily.

fvd gravatar image fvd  ( 2019-06-23 21:00:26 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-04-24 11:38:21 -0500

Seen: 557 times

Last updated: Jun 23 '19