Skip to content

Commit

Permalink
debug verbosity for simulation and robofly
Browse files Browse the repository at this point in the history
  • Loading branch information
petrlmat committed Aug 22, 2024
1 parent e10550b commit a2eeb45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ros_packages/mrs_open_vins_core/launch/robofly.launch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- what config we are going to run (should match folder name) -->
<arg name="config" default="robofly" /> <!-- euroc_mav, tum_vi, rpng_aruco -->
<arg name="config_path" default="$(find mrs_open_vins_core)/config/$(arg config)/estimator_config.yaml" />
<arg name="verbosity" default="INFO" /> <!-- ALL, DEBUG, INFO, WARNING, ERROR, SILENT -->
<arg name="verbosity" default="DEBUG" /> <!-- ALL, DEBUG, INFO, WARNING, ERROR, SILENT -->

<!-- mono or stereo and what ros bag to play -->
<arg name="max_cameras" default="1" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<launch>

<arg name="verbosity" default="DEBUG" /> <!-- ALL, DEBUG, INFO, WARNING, ERROR, SILENT -->

<arg name="UAV_NAME" default="$(optenv UAV_NAME)" />

<!-- what config we are going to run (should match folder name) -->
Expand All @@ -12,6 +14,7 @@
<node name="ov_msckf" pkg="ov_msckf" type="run_subscribe_msckf" output="screen" clear_params="true" required="true">

<!-- master configuration object -->
<param name="verbosity" type="string" value="$(arg verbosity)" />
<param name="config_path" type="string" value="$(arg config_path)" />

<!-- topics -->
Expand Down

0 comments on commit a2eeb45

Please sign in to comment.