Generate c-space on Moveit.

asked 2022-08-04 02:56:10 -0500

gabrielPeixoto gravatar image

Hello All,

I have a simple scene where I have a robot arm (TM5 900) and some obstacles (shelves, cubes, etc...) I would like to generate the possible space the robot can move (C-space or workspace), so I can sample valid positions for my research. Some examples of what I would like to generate:

I did some research on the topic and could not find any easy solution for this (or any solution ever):

My Idea was to create this c-space by brute force of moving the robot to all the points in the vicinity and generating the plot, but this process would be very slow. So I imagine that there should be a better way to do this.

edit retag flag offensive close merge delete