Skip to content
Snippets Groups Projects
Commit 0e9065bd authored by Mederic Fourmy's avatar Mederic Fourmy
Browse files

[skip-ci] debugging publisher apriltag

parent 66f3c2b2
No related branches found
No related tags found
No related merge requests found
Pipeline #12309 skipped
<!-- -->
<launch>
<!--USER ARGS-->
<arg name="rviz" default="true" />
<arg name="rviz" default="false" />
<arg name="speed" default="1" />
<arg name="sec" default="0" />
<arg name="sim_time" default="true" />
<arg name="profiling" default="false" />
<arg name="gdb" default="true" />
<arg name="gdb" default="false" />
<arg name="launch_pref" default="" unless="$(eval profiling or gdb)"/>
<arg name="launch_pref" value="valgrind --tool=callgrind --callgrind-out-file='callgrind.wolf.%p'" if="$(arg profiling)" />
<arg name="launch_pref" value="gdb -ex run --args" if="$(arg gdb)" />
......
......@@ -86,18 +86,19 @@ config:
# base_frame_id: "base_footprint"
# publish_odom_tf: true
# -
# type: "PublisherVisionDebug"
# processor_name: "VISUALODOMETRY PROC"
# topic: "/image_vo_tracks"
# topic_preprocessor: "/image_vo_tracks_preprocessor"
# package: "wolf_ros_vision"
# period: 100
# follow: "publisher_vision_debug.yaml"
-
type: "PublisherApriltagDebug"
processor_name: "APRILTAG PROC"
topic: "apriltag_detections"
package: "wolf_ros_apriltag"
period: 0.1
period: 100
-
type: "PublisherVisionDebug"
processor_name: "VISUALODOMETRY PROC"
topic: "/image_vo_tracks"
topic_preprocessor: "/image_vo_tracks_preprocessor"
package: "wolf_ros_vision"
period: 0.05
follow: "publisher_vision_debug.yaml"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment