You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a three-dimensional vector and Key is V。 graph_factor_->emplace_shared<Pose3Bounds>(V(*correction_count), 1,-0.4, true); optimizer_->update(*graph_factor_, *initial_values_);
Within a loop, there is constantly new data and then optimized。
if don't use BoundingConstraint1 , this optimizer_->update() can run smoothly and optimize successfully。 Once BoundingConstraint1 is used, the program will be segfaults on the second execution of the optimizer_->update() session。
Hi,
I've been using BoundingConstraint1 from the gtsam library lately 。
Here's my code ,code is from here(thanks to the author):
I have a three-dimensional vector and Key is V。
graph_factor_->emplace_shared<Pose3Bounds>(V(*correction_count), 1,-0.4, true); optimizer_->update(*graph_factor_, *initial_values_);
Within a loop, there is constantly new data and then optimized。
if don't use BoundingConstraint1 , this optimizer_->update() can run smoothly and optimize successfully。 Once BoundingConstraint1 is used, the program will be segfaults on the second execution of the optimizer_->update() session。
this issue like at line [268] of file testBoundingConstraint.cpp 。
OS [e.g. Ubuntu 18.04, Ubuntu 20.04]
The text was updated successfully, but these errors were encountered: