-
Notifications
You must be signed in to change notification settings - Fork 33
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
SBPL with TEB_LOCAL_PLANNER with Turtlebot #7
Comments
Hi! Von meinem Samsung Gerät gesendet. -------- Ursprüngliche Nachricht -------- Hello, I am using sbpl_lattice_planner and teb_local_planner for my project. How should I add this teb_local_planner to sbpl_lattice_planner. Which launch file should I use ? — {"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/MASKOR/maskor_navigation","title":"MASKOR/maskor_navigation","subtitle":"GitHub repository","main_image_url":"https://cloud.githubusercontent.com/assets/143418/17495839/a5054eac-5d88-11e6-95fc-7290892c7bb5.png","avatar_image_url":"https://cloud.githubusercontent.com/assets/143418/15842166/7c72db34-2c0b-11e6-9aed-b52498112777.png","action":{"name":"Open in GitHub","url":"https://github.com/MASKOR/maskor_navigation"}},"updates":{"snippets":[{"icon":"DESCRIPTION","message":"SBPL with TEB_LOCAL_PLANNER with Turtlebot (#7)"}],"action":{"name":"View Issue","url":"https://github.com/MASKOR/maskor_navigation/issues/7"}}} |
Hi, Best regards |
Hello again, I am trying to find the global path length and computational time for the sbpl_lattice_planner (for ARA* and AD*). What necessary steps to be followed. I added the following code snippet
at the end of the makeplan() in the sbpl_lattice_planner.cpp but i can't find any statement printed on the terminal except. Kindly help me out with this concern. |
Try starting your rosnode via launchfile and add "output="screen"" as a If that doesnt help, try to use ROS_INFO instead of printf. Hope that helps! Mit freundlichen Grüßen / Best regards Marcel Stüttgen, M.Eng. FH Aachen - University of Applied Sciences W: http://www.maskor.fh-aachen.de/Am 15.09.2016 um 18:09 schrieb Karthikeyan Deenadayalan:
|
Yes works fine. But how to find the computational time for the algorithm. Is there any specific method for that. |
As http://wiki.ros.org/sbpl_lattice_planner says there is a topic called ~/SBPLLatticePlanner/sbpl_lattice_planner_stats which serves a set of useful information about the planning process. |
Hello, I have been trying to simulate the teb local planner and http://answers.ros.org/question/242636/sbpl_lattice_planner- I don't know what I am missing there, it would be a immense help if you On Fri, Sep 16, 2016 at 7:36 AM, nlimpert [email protected] wrote:
Thank You, |
Hello,
I am using sbpl_lattice_planner and teb_local_planner for my project. How should I add this teb_local_planner to sbpl_lattice_planner,and I use gazebo simulation environment. Which launch file should I use ?
The text was updated successfully, but these errors were encountered: