-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
"ROS2 Nav2 Theta* Planner Resolution Dependency Issue" #3905
Comments
A couple of follow up questions:
These will help me narrow down where to look or provide suggestions. By the way, those map resolutions seem kind of crazy fine at 1mm. Do you have sensing that can even generate maps that fine accurately? Either way, I want to see what the root cause of this issue is to resolve it, but the settings you're using are quite strange and perhaps are worth reexamining. Do you have something I can reproduce? |
I apologize for the earlier message. I provided incorrect information. The map resolution is actually set at 1 cm and 1.5 cm, not 1 mm. I have corrected this misinformation. Thank you for your attention and understanding
global-thetastar.mp4
0035.mp4
Navfn_001.mp4 |
To be clear from these videos, this only happens at very low resolution Theta*, correct? Some detail from your experiments might help... I won't have some time look into this for you in detail, but https://github.com/ros-planning/navigation2/blob/main/nav2_theta_star_planner/include/nav2_theta_star_planner/theta_star.hpp#L191-L202 this is where I would start to look in conjunction with the line of sight checks https://github.com/ros-planning/navigation2/blob/main/nav2_theta_star_planner/src/theta_star.cpp. Something must be a little off - the overall planner is pretty short / simple so there's only so many potential locations for errors. I'd appreciate if you took a look and let me know what you think / find! Edit: oh actually, what if you put
here in the code? This rhymes with something else I was helping another user with a couple of weeks ago |
I used this code snippet in the specified location and the problem was solved .I pasted the code here
video: map is 1 cm nav2-thetastar.mp4 |
#3918 to resolve, thanks for the report! |
Bug report
Required Info:
Steps to reproduce issue
Step 1: Environment and Preparation
Step 2: Creating a Workspace
Step 3: Map and Configuration Files
Step 4: Launching Theta Star Planner
Step 5: Reproducing the Issue
Step 6: Comparing the Results
Step 7: Generating a Report
Expected Behavior:
Actual behavior
Additional information
ROS 2 Version: ROS 2 "Humble" version.
Theta Star Planner Settings:
Types of Obstacles: Local costmap (static or dynamic).
Other Resolution Values: 1 cm and lower.
Resolution: 1 cm
001.mp4
Resolution: 1.5 cm
0015.mp4
The text was updated successfully, but these errors were encountered: