Skip to content

Commit

Permalink
Change back to HDR
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinSchmid7 committed Jan 24, 2024
1 parent 38df748 commit a3ed66f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions wild_visual_navigation_ros/launch/replay_launch.launch
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<arg name="uncompress_alphasense_cam4" default="False"/>
<arg name="uncompress_alphasense_cam5" default="False"/>
<arg name="uncompress_wide_angle_front" default="False"/>
<arg name="uncompress_wide_angle_rear" default="True"/>
<arg name="uncompress_wide_angle_rear" default="False"/>
<arg name="resize_images_wide_angle_front" default="False"/>
<arg name="resize_images_wide_angle_rear" default="True"/>
<arg name="resize_images_wide_angle_rear" default="False"/>


<!-- Set sim time to true -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,10 @@ def load_model(self):
wvn_path = rospack.get_path("wild_visual_navigation_ros")
os.system(f"rosparam load {wvn_path}/config/wild_visual_navigation/default.yaml wvn_feature_extractor_node")
os.system(
f"rosparam load {wvn_path}/config/wild_visual_navigation/inputs/wide_angle_rear_compressed.yaml wvn_feature_extractor_node"
f"rosparam load {wvn_path}/config/wild_visual_navigation/inputs/hdr_compressed.yaml wvn_feature_extractor_node"
)
print(
f"rosparam load {wvn_path}/config/wild_visual_navigation/inputs/wide_angle_rear_compressed.yaml wvn_feature_extractor_node"
f"rosparam load {wvn_path}/config/wild_visual_navigation/inputs/hdr_compressed.yaml wvn_feature_extractor_node"
)
wvn = WvnFeatureExtractor()
rospy.spin()
2 changes: 1 addition & 1 deletion wild_visual_navigation_ros/scripts/wvn_learning_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ def visualize_image_overlay(self):
wvn_path = rospack.get_path("wild_visual_navigation_ros")
os.system(f"rosparam load {wvn_path}/config/wild_visual_navigation/default.yaml wvn_learning_node")
os.system(
f"rosparam load {wvn_path}/config/wild_visual_navigation/inputs/wide_angle_rear_compressed.yaml wvn_learning_node"
f"rosparam load {wvn_path}/config/wild_visual_navigation/inputs/hdr_compressed.yaml wvn_learning_node"
)

wvn = WvnLearning()
Expand Down

0 comments on commit a3ed66f

Please sign in to comment.