cartographer-project/cartographer

Clogged up work queue can delay destruction

Aberta

#1.721 aberto em 16 de jul. de 2020

 (0 comentário) (0 reação) (0 responsável)C++ (2.188 forks)batch import
enhancementhelp wanted

Métricas do repositório

Stars
 (6.665 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

If clients of libcartographer wish to abort all operations by destructing their Cartographer instance, this should happen immediately, and not result in blocking because of a filled up work queue in global SLAM. An example is the ROS node blocking on Ctrl-C, instead of exiting immediately.

Referencing closed https://github.com/cartographer-project/cartographer/pull/1446 as an incomplete proposal which needs further work.

Guia do colaborador