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

mxch_18's profile - activity

2019-08-29 10:22:13 -0500 received badge  Good Question (source)
2019-08-29 10:22:09 -0500 received badge  Great Answer (source)
2019-08-29 10:22:09 -0500 received badge  Guru (source)
2019-02-08 00:49:14 -0500 received badge  Good Answer (source)
2018-11-06 21:19:21 -0500 received badge  Favorite Question (source)
2018-09-09 05:37:36 -0500 commented answer Custom state sampler in MoveIt!

Glad that you found a solution!

2018-09-06 19:46:14 -0500 received badge  Famous Question (source)
2018-08-28 13:51:26 -0500 received badge  Nice Answer (source)
2018-08-20 10:11:14 -0500 commented question how to set orientation constraints to my end effector?

Therefore, I believe that it should be used in the same way than the tutorial, and in the place of asyncMove method. But

2018-08-20 10:07:51 -0500 commented question how to set orientation constraints to my end effector?

Hello! Please forget about this, it was not actually relevant to your issue, sorry. What I'm more confused about is this

2018-08-20 03:15:21 -0500 received badge  Supporter (source)
2018-08-09 02:57:23 -0500 commented question how to set orientation constraints to my end effector?

I'm really confused. Are you simulating the robot or using a real one? If simulating, where in your code do you load the

2018-08-09 00:52:39 -0500 commented question how to set orientation constraints to my end effector?

I will try at home and get back to you. Sorry for not helping much

2018-08-09 00:49:49 -0500 commented question how to set orientation constraints to my end effector?

I think using asyncMove() is not a good idea in this context. How can it take into account the MotionPlanRequest you cre

2018-08-08 03:46:00 -0500 commented question how to set orientation constraints to my end effector?

I am a beginner using MoveIt, but I doubt it is a planning time problem. One more thing different in the tutorial is: co

2018-08-07 00:21:11 -0500 commented question how to set orientation constraints to my end effector?

Hello! I don't know your robot, but the quaternion.header.frame_id parameter is usually the robot base. Is "ee_link" you

2018-07-31 11:12:03 -0500 received badge  Enthusiast
2018-07-27 06:25:49 -0500 marked best answer Custom state sampler in MoveIt!

Hello everyone,

I'm using MoveIt! with ROS Kinetic on Ubuntu 16.04 Xenial to plan the motion of a climbing legged robot. I want to try using sample-based planners to produce a feasible complete joint path/trajectory. To do that I need to create a custom state sampler, because in my application I can't rely on rejection-sampling to find suitable new states.

I have read the MoveIt! custom constraint sampler tutorial page, but I guess it is still incomplete, because I can't find the

ROBOT_moveit_plugins/ROBOT_moveit_constraint_sampler_plugin

template that they talk about.

I have also taken a look at the MoveIt! planning with approximated constraint manifolds but, from what I understand, that is not what I want.

I wish to program in C++. I am not unfamiliar with the OMPL library (so such a thing doesn't scare me), but I'm very far from being an expert. My guess is that I need to repeat the procedure provided in the last link, and somehow make it so MoveIt! knows to use this sampler instead of the default one.

So my question is: how can I implement a custom sampler to use in the MoveIt! framework? I say "custom" in the sense that my sampler will use a specific method to produce valid new states without having to rely extensively on rejection-sampling.

Any input is appreciated.

Best, Maxens

2018-07-27 06:25:49 -0500 received badge  Scholar (source)
2018-07-27 06:25:49 -0500 received badge  Enlightened (source)
2018-07-26 08:34:09 -0500 received badge  Nice Question (source)
2018-07-26 05:25:10 -0500 answered a question Different Ways to Implement Custom Planners with MoveIt!

Hello, I'm in the same process as you I believe; I'm trying to add a custom planner to MoveIt. I decided to use the firs

2018-07-23 21:50:29 -0500 received badge  Student (source)
2018-07-23 21:50:27 -0500 received badge  Good Answer (source)
2018-07-23 05:21:05 -0500 received badge  Nice Answer (source)
2018-07-23 05:20:56 -0500 received badge  Notable Question (source)
2018-07-19 13:02:15 -0500 received badge  Self-Learner (source)
2018-07-19 13:02:15 -0500 received badge  Teacher (source)
2018-07-19 13:01:19 -0500 received badge  Popular Question (source)
2018-07-19 04:24:24 -0500 commented answer Custom state sampler in MoveIt!

I think the whole "put OMPL source in the same workspace" is actually not needed. You could just put it somewhere else a

2018-07-19 04:22:14 -0500 answered a question Custom state sampler in MoveIt!

Hello again, I figured it out, so I thought I would come back to share my solution. I hope it can help other people. A

2018-07-04 09:45:24 -0500 asked a question Custom state sampler in MoveIt!

Custom state sampler in MoveIt! Hello everyone, I'm using MoveIt! with ROS Kinetic on Ubuntu 16.04 Xenial to plan the m