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

javiera's profile - activity

2016-07-13 09:16:26 -0500 received badge  Famous Question (source)
2014-03-19 00:04:13 -0500 received badge  Notable Question (source)
2014-03-19 00:04:13 -0500 received badge  Popular Question (source)
2013-05-20 03:49:26 -0500 commented answer MATLAB MRC Engine and ROS

Thanks! I managed by using Ubuntu 12.10 and Matlab 2013a, then there was no problem as the boost version is the same.

2013-05-20 03:47:28 -0500 asked a question OMPL in ROS, not refreshing properly the path

Dear all,

I have a question related to OMPL in ROS. I've created a ROS node that finds a global path using OMPL. In each loop of the node the start / goal position is modified. In the first step and some of the subsequent it works, the plan starts from the specified START, but in many other steps, it displays the START properly but the computed path does not start from there but from a state that seems to be old.

It seems that although the start and goal are updated (I print them on screen) and i do "setup->setStartAndGoalStates(*start, *goal);" in each iteration, the returned path (ob::PlannerStatus solved = setup->solve(1e10);) does not seem to update properly ( I visualize it with oc::PathControl &pc = setup->getSolutionPath();). i also do (goal.reset()) in each loop.

Any guess what is going on or what I am missing? Thanks for the help,

Javier

2013-05-02 17:43:07 -0500 answered a question MATLAB MRC Engine and ROS

Hi Enrique,

I'm having the same problem, and wondering if you manage to solve it (ideally without recompiling ROS).

Thanks! Javier