-
Notifications
You must be signed in to change notification settings - Fork 160
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
The last action goal to "get_path" has been REJECTED #30
Comments
Looks like you didn't install |
Thank you very much for replying to me, I have solved this problem, I would like to ask again, I put this plug-in in move Base alone, after getting the global path, I will track the path with PID. If I want to track the path and avoid obstacles in the track path, what should I do? Do you have any suggestions or your feature pack that can achieve path tracking and obstacle avoidance? Thank you! |
You cannot avoid obstacles with the PID. It's sole function is to track the path exactly. Avoiding obstacles would deviate from that purpose. |
Is there any mathematical principle derivation and blog recommendation for full path coverage in your feature pack? I would like to learn the mathematical principle first and then look at the code, thank you!Is there any mathematical principle derivation and blog recommendation for full path coverage in your feature pack? I would like to learn the mathematical principle first and then look at the code, thank you! |
Hello, I met the same problem as you, how did you solve it? thank you |
I am also getting the similar error
|
Seems like you did not configure a local planner? What does your yaml file look like? |
i'm new at this and i don't know what file i should throw away so i will share them all controllers:
controller: mbf_tolerance_check: true planners.yaml: planners:
local_costmap_params.yaml: local_costmap: |
im working on turtlebot2 and fccp code is working on rviz. when i connect my computer and turtlebot2 i can add robotmodel and its moving on rviz but not in realtime. |
FCPP is a global planner plugin, but the TrackingPID is not!. For an example on how to use FCPP in combination with TrackingPID, please see: |
i configured my launch file like this:
|
I found 5 questions while running the test file. Can you answer me if you have time?
The error is as follows
This is my terminal log
The text was updated successfully, but these errors were encountered: