-
Notifications
You must be signed in to change notification settings - Fork 103
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
Can't detect contact between gripper and piece #45
Comments
Hi David, I will look at this as soon as I can, but I need a few more details. Ideally, the urdf of the robot, so I can test myself. Also, are you sure the robot is colliding with sth (touching the obstacle)?You can try to make an obvious collision, e.g create a sphere and move it right next to the robot so it touches. I presume you added collision shapes to the urdf? You can show them with the |
Hi @JenniferBuehler, thanks for answering |
Hi, The other topic Could you please post the entire output after you launch |
One way to double check the plugins are loaded correctly is to set verbose output for gazebo. In the launch file which brings up gazebo, you can set the
If the plugin library file is not found for some reason, unfortuately the gazebo is only printed if you set the verbose mode. |
Hi, this is the output when I launch gazebo: david@david:~/tfm5_2_ws$ roslaunch ur_gazebo ur3.launch inconsistent namespace redefinitions for xmlns:xacro: SUMMARYPARAMETERS
NODES auto-starting new master setting /run_id to 8b7b9094-1770-11eb-b06a-484520727c66 Gazebo multi-robot simulator, version 7.0.0 [ INFO] [1603705773.402339111]: Finished loading Gazebo ROS API Plugin. [ INFO] [1603705774.928292519, 0.284000000]: Starting gazebo_ros_control plugin in namespace: / |
Hi, sorry for the delays in my responses, so busy and in the evenings I tend to forget... |
Hi Jen, |
Phew I'm very glad this could be resolved :) |
Hi @JenniferBuehler
I tried using your plugin for my setup of UR3 arm with a gripper I have designed myself. The problem is that in gazebo I can see the contacts when I visualize contacts in Gazebo (view -> contacts). But when I use "gz topic -e ~/robot/contacts" in the terminal, that doesn't shows anything.
So the plugin is not receiving any info.
Please, could you help me whit that problem?
Regards
David
The text was updated successfully, but these errors were encountered: