Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
[perceptioon_launch] update roi_visualization launch
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp>
  • Loading branch information
wep21 committed Feb 18, 2021
1 parent e684357 commit 03c7d67
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ def create_parameter_dict(*args):
remappings=[('input/image', LaunchConfiguration('input/image')),
('input/rois', 'rois'),
('input/rough/rois', 'rough/rois'),
('input/traffic_light_states', 'traffic_light_states'),
('output/image', 'debug/rois'),
('output/image/compressed', 'debug/rois/compressed'),
('output/image/compressedDepth', 'debug/rois/compressedDepth')]
('output/image/compressedDepth', 'debug/rois/compressedDepth'),
('output/image/theora', 'debug/rois/theora')]
)
],
output='both',
Expand Down

0 comments on commit 03c7d67

Please sign in to comment.