-
Notifications
You must be signed in to change notification settings - Fork 178
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
Is it possible to use RRT exploration on ROS noetic? #26
Comments
The robot is moving right now, I fixed the issue. Could somebody please verify my solution? old filter.py:
new filter.py:
Finally the problem was that the publishing code do not get any centroid data after the while loop. Therefore the assigner could not send any move action to the mobile robot. |
Could you make it a pull request ? |
My robot is not moving even after this change also, nothing gets printed on the terminal after "Waiting for the robot transform". Can you help? |
i
i meet the same situation,it is also not moving |
What is the last thing that gets printed on terminal |
I solved this problem by referring to pull requests and issues. scripts/ filter.py
scripts/ functions.py
src/function.cpp
include/ functions.h
src/ global_rrt_detector.cpp & local_rrt_detector.cpp
|
I would like to use the RRT exploration on ROS noetic, but my mobile robot is not moving anymore. Before I started with noetic I used ROS melodic and evertyhing was great. Is there another issue beside the difference between python 2.7 and python 3. What could create the problem by switching to python 3?
I did an investigation in the filter.py with the debugger in visual code and realized that the centroids array can not save the data from ms.cluster_centers_ (dtype = float64) in the array. Thats why the centroids array is empty and causes issues.
What could be the solution for that?
Thank you very much! I appreciate your help!
The text was updated successfully, but these errors were encountered: