Skip to content
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

report bug in my computer #4

Closed
gongyue666 opened this issue Jul 9, 2018 · 1 comment
Closed

report bug in my computer #4

gongyue666 opened this issue Jul 9, 2018 · 1 comment
Labels

Comments

@gongyue666
Copy link

gongyue666 commented Jul 9, 2018

Hi, I modify sbpl_planner_node.cpp line46 from :
return type == path_msgs::PlanPathGoal::GOAL_TYPE_POSE;
to
return type == path_msgs::Goal::GOAL_TYPE_POSE;
and when I install ompl-app, it took some long time, must the ompl-app be used?How about using just ompl instead?
my system is Ubuntu 16.04 ROS Kinetic.
By the way, could you give some easy ways to test,like teb_local_planner_tutorial or use rosbag to supply the needed topics, gazebo always has some questions for me.
Thx for your job, I am learning about the code, but till now I can't run it or see some results~

@betwo
Copy link
Member

betwo commented Jul 19, 2018

@gongyue666 Thank you for the report.

The (optional and experimental) SBPL planner was not maintained anymore, but should now work again. From now on it is also tested in our CI-chain.

As to the OMPL planner: The planner is also very experimental and never provided satisfying results for us. The app-part is needed for the KinematicCarPlanning class.
If you need pure OMPL support, please feel free to open a pull-request!

For the last point, I created issue #5.

@betwo betwo closed this as completed Jul 19, 2018
@betwo betwo added the bug label Dec 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants