-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b9ec247
commit f689b5d
Showing
44 changed files
with
117 additions
and
16 deletions.
There are no files selected for viewing
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<launch> | ||
|
||
<arg name="bagfile" default="/home/plnegre/workspace/ros/data/bagfiles/2015_Valldemossa/06/2015-06-08-20-31-46_2.bag" /> | ||
|
||
<param name="/use_sim_time" value="true"/> | ||
<arg name="camera" default="/stereo_down"/> | ||
|
||
<node pkg="rosbag" type="play" name="rosbag" args="--clock $(arg bagfile) -r 0.2" /> | ||
|
||
<include file="$(find turbot)/launch/modules/stereo_pipeline.launch"> | ||
<arg name="stereo" value="$(arg camera)" /> | ||
</include> | ||
|
||
<node pkg="image_preprocessing" type="stereo_clahs_node" name="clahs_node" respawn="true" output="screen" > | ||
<remap from="stereo" to="$(arg camera)/scaled_x2"/> | ||
</node> | ||
|
||
<node pkg="image_preprocessing" type="stereo_dehazer_node" name="dehazer_node" respawn="true" output="screen" > | ||
<remap from="stereo" to="$(arg camera)/scaled_x2"/> | ||
</node> | ||
|
||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<launch> | ||
|
||
<arg name="bagfile" default="/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-54-01_36.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-54-33_37.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-55-05_38.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-55-37_39.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-56-09_40.bag" /> | ||
|
||
<param name="/use_sim_time" value="true"/> | ||
<arg name="camera" default="/stereo_down"/> | ||
|
||
<node pkg="rosbag" type="play" name="rosbag" args="--clock $(arg bagfile) -r 0.2" /> | ||
|
||
<include file="$(find turbot)/launch/modules/stereo_pipeline.launch"> | ||
<arg name="stereo" value="$(arg camera)" /> | ||
</include> | ||
|
||
<node pkg="image_preprocessing" type="stereo_clahs_node" name="clahs_node" respawn="true" output="screen" > | ||
<remap from="stereo" to="$(arg camera)/scaled_x2"/> | ||
</node> | ||
|
||
<node pkg="image_preprocessing" type="stereo_dehazer_node" name="dehazer_node" respawn="true" output="screen" > | ||
<remap from="stereo" to="$(arg camera)/scaled_x2"/> | ||
</node> | ||
|
||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<launch> | ||
<arg name="bagfiles" default="/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-54-01_36.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-54-33_37.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-55-05_38.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-55-37_39.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-56-09_40.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-56-41_41.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-57-13_42.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-57-45_43.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-58-17_44.bag | ||
/home/xesc/BAGFILES_BAG/emisari_27092017/images170927_1234_2017-09-27-10-58-49_45.bag"/> | ||
|
||
<arg name="camera" default="stereo_forward/right"/> | ||
<arg name="image" default="image_raw"/> | ||
|
||
|
||
<param name="use_sim_time" value="true"/> | ||
|
||
<node pkg="rosbag" type="play" name="player" args="--clock -d 5 $(arg bagfiles)" output="screen" /> | ||
|
||
<group ns="$(arg camera)"> | ||
<node pkg="image_proc" type="image_proc" name="image_proc" output="screen"/> | ||
</group> | ||
|
||
<node pkg="image_preprocessing" type="vignetting_extractor" name="vignetting_extractor" output="screen"> | ||
<remap from="image" to="$(arg camera)/$(arg image)"/> | ||
</node> | ||
</launch> |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.