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
[run_subscribe_msckf-1] terminate called after throwing an instance of 'rclcpp::exceptions::ParameterAlreadyDeclaredException'
[run_subscribe_msckf-1] what(): parameter 'save_total_state' has already been declared
[ERROR] [run_subscribe_msckf-1]: process has died [pid 11507, exit code -6, cmd '/ros_ws/install/ov_msckf/lib/ov_msckf/run_subscribe_msckf --ros-args -r __ns:=/ --params-file /tmp/launch_params_qa5bw91m --params-file /tmp/launch_params_0mltn1c9 --params-file /tmp/launch_params_0q29k68h --params-file /tmp/launch_params_t72tj74y --params-file /tmp/launch_params_effor9qu'].
Hi, I am facing the same error. May the error comes from this line
run_subscribe_msckf.cpp line 64 options.automatically_declare_parameters_from_overrides(true);
When running
from the tutorial https://docs.openvins.com/gs-tutorial.html I get the following error:
Commenting out this line
open_vins/ov_msckf/launch/subscribe.launch.py
Line 87 in bf0ada9
"solves" the issue.
The text was updated successfully, but these errors were encountered: