-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Quick way to get FT-300 Values via ROS #11
Comments
I assume you mean the FT-300 sensor cable is connected to the UR robot/control box. Yes, if the URCap installed, the signal is available on the tool comm interface IIRC and should be published by the UR driver. We used it in this assembly project. The relevant files should be this launch file and this config file. Hope that helps. |
Did you use ROS Noetic or Melodic? |
I believe it was Melodic, but from memory those packages should work on Noetic just as well. |
I tried to install the robotiq library but was constantly getting an error while catkin_make related to a hardware_interface.cpp and some SplineTrajectory being undefined.. I will try installing the package you've sent then I will let you know |
I have cloned the repo you've sent, and after running catkin_make_isolated (I have the Universal Robot repo pkgs already there): This is the error that I am getting: Reproduce this error by running: And when I try to run rosdep :
I made a new workspace(ie moved the other packages out of it from src folder), on Noetic, to test it seperately, then this is what I got: vbt@verbit-machine:~/master_ws$ rosdep install --from-paths src --ignore-src -y |
You don't need to install the whole project, you can just take inspiration from the relevant part. It sounds like something is not set up correctly in your workspace though. I'll just note that there are detailed installation instructions and scripts for running the workspace in a docker container. |
I just want the FT-300 values on my laptop from UR5. |
Will check this out and let you know |
You should only need to start up the ur driver with the right parameters
and it will publish the force sensor data. That’s all I remember.
…On Wed, Jan 3, 2024 at 16:33 Verbit ***@***.***> wrote:
I just want the FT-300 values on my laptop from UR5.
—
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABCTLOPXBUT67QRXLYTR2R3YMUCU5AVCNFSM6AAAAABBK74F5WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZUHE2TENRRGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
alright, Thanks. I will check it and let you know. |
while, following the instructions, 2nd step, i got the following error:
|
I believe it is due to my expired token for authentication. |
I don't think that package is open anymore so it needs to be updated, but I can't do it in the near future. Either delete the submodule or just create an empty workspace from scratch with just the relevant packages. That's all I can do at the moment. |
what if I cd to the catkin_ws inside this pkg and then work inside it? |
Is there any quick or working method to get the FT-300 Sensor values from the FT-300 sensor that is attached to a UR-5 Robot.
I prefer ROS Noetic but I am open to ROS Melodic as well. also a way to control the gripper and its position as well.
The text was updated successfully, but these errors were encountered: