Questions tagged [collision-detection]
The collision-detection tag has no summary.
21 questions
0 votes
1 answer
56 views
Usage of Collision Detector ROS2 Humble
I'm trying to implement the Collision Detector for a project using ROS 2 Humble. My idea is to use the Collision Detector when controlling the robot with a joystick, so that it triggers an alarm if I'...
0 votes
0 answers
22 views
Help with Collision Checking Between Robot Link and Static Objects in MoveIt 2 (Python API)
I'm currently loading a robot and its static surrounding objects using XACRO files as the robot description in MoveIt 2. Now, I’d like to check for collisions between the last link of the robot and ...
1 vote
0 answers
22 views
Motoman Robot self-collision detection and trajectory correction
I am working with a Motoman CSDA10F robot (dual arm robot). My goal is to receive a given trajectory from another project, and to convert that trajectory into a file that can move the robot (basically ...
0 votes
1 answer
510 views
Collision Monitor in Nav2 Not Working Properly: Polygons Not Displayed or Followed Correctly in RViz2
I am trying to reproduce this tutorial (binaries-source installation ubuntu 22.04): demo-execution collision monitor nav121 I'm experiencing a strange issue with the collision_monitor node in the ...
1 vote
0 answers
28 views
Collision Checking using Moveit (python wrapper) for a set of Joint Positions
I have a set of robot joint positions which I found by sweeping through the allowed joint positions with a fixed delta. This gives me about a set of ~2 million joint positions. Now, I want to check ...
0 votes
1 answer
247 views
Nav2 Collision Monitor: how to recover after stop
I use the Nav2 Collision Monitor as a kind of a (high level) security for my robot. But after a stop the only way I found out is to send velocity commands direct to the robot. So my question is there ...
0 votes
1 answer
117 views
Is collision checking easier when using primitves vs equivalent stls (moveit)
I am wondering whether collision checking using primitive shapes (defined in the URDF) is faster than using equivalent .STL or .obj geometries. With equivalent i mean creating cylinders, spheres and ...
0 votes
1 answer
13 views
Collision checking failed
Hi I am using ROS Kinetic with Ubuntu 16.04. I tried the moveit tutorials given here with my own 7 dof manipulator. After getting the collision object in the environment, I tried some random pose ...
0 votes
1 answer
26 views
dynamicEDTOctomap.h: No such file or directory
I installed dynamicedt3d library using sudo apt-get install ros-indigo-dynamicedt3d Included in my CMakeLists as: set(DYNAMICEDT3D_LIBRARIES "/opt/ros/indigo/lib/libdynamicedt3d.so") ...
0 votes
1 answer
20 views
Is there any reactive proximity collision checker package available?
Yes, Recently I have been developing my own motion planning system using ROS stack, but I want to add a collision checker as my safety controller just to make double sure that the navigation is truly ...
0 votes
1 answer
28 views
Attached object collides with environment
Hi! I added an object into the world and attached it to the robot as described in this moveit-tutorial. As in the tutorial stated I attached the object with this piece of code: ...
0 votes
3 answers
288 views
Collision detection in Python
Hello everyone! I would like to ask a simple question. How can we detect collisions in Python? (as simple as possible) My goal is as follows: Want to check a state validity and a trajectory validity ...
0 votes
1 answer
22 views
Which parameter I should use to check for collision detection
Hi, I am using the fcl library to detect collisions between two objects I used the following code: ...
0 votes
1 answer
79 views
Collision detection using fcl and ros wiki for octree and regular object
I have two objects. The first object is my robot which I want to represent it as a shpare and the second object is the obstacle that has unkonwn shape. I want to represent the shape of the obstacle ...
0 votes
1 answer
15 views
local map subtraction for moving object detection
Hi all, I am new in ROS and I am going to do a subtraction between a current laser measurement map at time t and time t-1 for moving object detection. the procedure is as follow: Convert laser ...