Skip to content

Commit

Permalink
Add node to launch file, which decompresses sensor_msgs/CompressedIma…
Browse files Browse the repository at this point in the history
…ge in example rosbag
  • Loading branch information
AndreasR30 committed Mar 18, 2024
1 parent 82ce935 commit 95a45ab
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions launch/continuous_tracker.launch
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
<arg name="bag_file" value="$(arg bag_file)"/>
</include>

<!-- launch node which decompresses sensor_msgs/CompressedImage from bag (just for visualization) -->
<node name="decompress" pkg="image_transport" type="republish" args="compressed raw"
ns="sensor/camera/surround/front">
<remap from="in" to="image_rect_color"/>
<remap from="out" to="image_rect_color"/>
</node>

<!-- launch RViz if desired -->
<node name="rviz" pkg="rviz" type="rviz"
args="--display-config $(find continuous_tracking)/rviz/continuous_tracker.rviz" output="log"
Expand Down

0 comments on commit 95a45ab

Please sign in to comment.