-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add RFC for delete / load interface in ROS. #41
Conversation
Is there a reason you can only delete finished or frozen trajectories? Can't deleting an active trajectory also finish the trajectory before deleting it for convenience? |
Could be of course changed to finish implicitly in the service handler. |
@MichaelGrupp First, thanks for your work and sharing your WIP code! I'm trying to use and test it, but as soon as I attempt to delete a (in my case frozen) trajectory the following check fails and cartographer crashes:
Any idea what is going wrong? |
Hi everyone, Is anyone still working on this RFC? I'm quite interested to see in integrated in cartographer-ros :) Gabriel |
I plan to integrate this feature, but this might take some time since we are currently busy with other maintenance tasks. |
@bochen87 @wohe Can we merge this RFC for completeness? I want to upstream this feature and associated patches (see e.g. cartographer-project/cartographer#1767 or cartographer-project/cartographer_ros#1540). |
@MichaelGrupp Could you assign an RFC number and sign off the PR? |
Signed-off-by: Michael Grupp <[email protected]>
47f9325
to
59e021d
Compare
Done. I guess we should ignore or deactivate the CLA check here. |
Changed it from CLA to DCO check. |
rendered version
work in progress progress implementation