-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bad Callback function #1
Comments
Filter points contain pointArray, not the marks, and hence cannot be visualized in rviz. The filter points are directly used by cqlite_planner. If you want to visualize filter points, you can easily remap them to markers inside cqlite_filter.py. |
@ehsanlatif The callback issue seems to be independent of the RVIZ visualization error. Can you look into this callback issue and provide a solution? |
Frontier filter must be the one which is triggering while publishing those three topics. This must be triggered when line 22 or 32 in cqlite_filter.py. I get this twice every time a frontier point detected by local or global frontier detector. |
I initialized a system with two turtlebots and their navigation nodes with the corresponding prefixes as instructed. I started pretending there is only one robot to explore to keep things simpler. Cqlite is working up to the filter node. I'm receiving Frontier points from cqlite_filter but the following error emerges along with. Centroids are not visible either. Rviz says, "Points should not be empty for specified marker type."
I attach the Rviz and node graph herewith.
The node graph.
The text was updated successfully, but these errors were encountered: