-
Notifications
You must be signed in to change notification settings - Fork 281
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
How to integrate into existing package? #93
Comments
|
Thanks for your quick response! Yes you were right! |
The relevant code is in OctomapServer.cpp for the regular octomap server or in [TrackingOctomapServer.cpp] for the tracking server - based on the post I am not sure which one is used or you are planning to use. From the linked repository, it appears that the standard octomap server is used fusing information in the |
Thanks again! Using camera/depth/points used part of the issue I think, the octomap_talker subscribed to camera/depth/points now and the octomap_tracking_server subscribed to octomap_talker and octomap_listener subscribed to octomap_tracking_server. (I guess that is how it is supposed to be?) |
I am currently working with this workspace https://github.com/mSimon12/multiple_quadrotors and I am trying to track the changes in the octomap and therefore would like to use your packages. However, I am not able to connect the two packages.
When I try to start the any of the octomap_server launch files it tells me "Nothing to publish, octree is empty" even though I can see the octomap in rviz, can save the octree, use its services....
Am I missing something?
Thanks!
The text was updated successfully, but these errors were encountered: