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

alexpad's profile - activity

2017-01-05 10:48:27 -0500 received badge  Famous Question (source)
2016-12-13 11:47:36 -0500 received badge  Favorite Question (source)
2016-12-13 01:34:20 -0500 asked a question Getting info from failed MoveGroupCommander.plan()

Hello, I have one arm manipulator and i use MoveGroupCommander.plan() to plan it's trajectories. And if plan() doesn't make it - i want to know why. Is there a way to get some data like collision info (which objects were in collision most often while planning) out of planning request? I could use this info to move movable obstacle out of the way or to know that obstacles are not the case. (I looked through MoveIt API and it seems i have to do all the planning routing with my bare hands if i want this info) (All the code is in python for now, but C++ is fine too, if there's a way to achieve what i desire)

2016-10-19 11:01:12 -0500 received badge  Notable Question (source)
2016-09-15 05:03:33 -0500 commented answer Configuring state space in MoveIt+OMPL

I guess i will have to work with OMPL directly, without MoveIt. The idea is to test whether planning algorithms are able to find the solution and how well if are. Yes, there are different ways to solve the problem, but i want to test this specific one. Thanks for the help anyways.

2016-09-15 04:30:36 -0500 received badge  Popular Question (source)
2016-09-14 01:40:44 -0500 commented question Configuring state space in MoveIt+OMPL

You are correct. I want to reach an object in workspace that is behind some obstacle. In order to reach it i need to move the obstacle away first. And i want to define state space in such a way that obstacle has dof's to let planner know that it can play with obstacle and move it to help reach goal.

2016-09-14 01:27:25 -0500 received badge  Enthusiast
2016-09-13 08:21:31 -0500 asked a question Configuring state space in MoveIt+OMPL

Hello, I am using moveit+ompl to control and plan for my 6dof manipulator. I created .srdf and .yaml files from .urdf using MoveIt setup assistant. What i want to do is to add degrees of freedom to the existing state space before planning. By default there must be some state space which is generated from moveit config files (assumably). And trajectory is being planned in this state space. Is there a way to modify this state space?

For example i want to move a bottle with my manipulator. But there is obstacle in front of the bottle so i can't reach it. But moving the obstacle with manipulator will allow for the reach. My goal is to create such a state space where operation of moving the obstacle can be described through state space. It can be done by adding degrees of freedom of obstacle to existing state space plus some customization of state space validity checking to make sure we move the obstacle with manipulator. Where can i find information how moveit uses ompl and interacts with it, how can i access state spaces parameters and change them? Where do i even start?

Thanks in advance.

2016-04-22 09:14:41 -0500 commented answer Moveit PlanningSceneInterface addBox not showing in Rviz

thanks for posting this!

2016-04-19 02:36:29 -0500 received badge  Supporter (source)