-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.14.0] Profile not found in namespace 'SIMPLE_PLANNER' #260
Comments
Thanks for reporting. I will look into this and report back. |
I made quite a few changes and improvements to the way profiles are added to and retrieved from the profile dictionary to the |
@miranisaurabh I have recently fixed some issues which may resolve the issue you were having. |
Thanks for the update! I'll try again and will let you know if I still face this issue. |
The tesseract_ros examples also produce a lot of errors/warnings regarding profiles that can't be found. The feat/ProfileRefactor branch is by now somewhat behind @marip8, what's the status on this? |
I think we basically need to open #255 against master and merge. I think those commits should still sit easily on top of the current master branch. I'll try to open that PR today |
@marip8, friendly ping. Did you manage to work on this? |
See #367; just needs a little more work |
I am using version 0.14.0 and am facing the issue of SimplePlanner profile not being found even though I am explicitly adding the profile to the dictionary. Since I am using separate waypoint profile ("1" in code below) and waypoint path profile ("path_1"), I need to add the SimplePlanner Profile explicitly. I also checked before and after adding, the dictionary does have it, it's just not found by the planner. I was using 0.12.0 before this and adding SimplePlanner profile in a similar way worked perfectly fine. I am also adding TrajOptPlanProfile profile for "path_1" but it doesn't complain for that.
This is how I am adding SimplePlanner profile:
I add the waypoints using:
Finally I start the planner using:
I enabled the DEBUG mode and got the following output:
As you can see it says profile wasn't found even thought it's in the dictionary.
I tried narrowing down the error but couldn't locate it and hence need your help in figuring this out. Thank you.
The text was updated successfully, but these errors were encountered: