Skip to content

[fix] Do not create not used pose manager

Arthur Bourbousson requested to merge fix/SegfaultInitPoseSensor into master

The pose manager was always created even if not used in the Reset function in the constructor.

This was leading to a weird segfault when using ROS wrapping in Release mode.

Now, the pose manager is resetted only if it exists.

Edited by Julia Sanchez

Merge request reports

Loading