Skip to content

Commit

Permalink
removed unnecessary config files
Browse files Browse the repository at this point in the history
  • Loading branch information
hridaybavle committed May 7, 2021
1 parent f7c0692 commit bbb5108
Show file tree
Hide file tree
Showing 14 changed files with 6 additions and 154 deletions.
26 changes: 0 additions & 26 deletions cfg/bucket_detector_workspace_jackal.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions cfg/yolo_detector_rgbd_tum.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions cfg/yolo_detector_rgbd_tum_f1_desk2.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions cfg/yolo_detector_rgbd_tum_f2.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions cfg/yolo_detector_rgbd_tum_f2_desk.yaml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion launch/ps_slam_with_rovio_pose_yolo.launch
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<!--launching the semantic slam node -->
<node name="semantic_graph_slam_node" pkg="semantic_SLAM" type="semantic_graph_SLAM_node" output="screen">
<rosparam file="$(find semantic_SLAM)/cfg/yolo_detector.yaml" command="load"/>
<rosparam file="$(find semantic_SLAM)/config/yolo_detector.yaml" command="load"/>
</node>

</launch>
2 changes: 1 addition & 1 deletion launch/ps_slam_with_rovio_pose_yolo_corridor.launch
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<!--launching the semantic slam node -->
<node name="semantic_graph_slam_node" pkg="semantic_SLAM" type="semantic_graph_SLAM_node" output="screen">
<rosparam file="$(find semantic_SLAM)/cfg/yolo_detector_rotonda.yaml" command="load"/>
<rosparam file="$(find semantic_SLAM)/config/yolo_detector_rotonda.yaml" command="load"/>
</node>

</launch>
2 changes: 1 addition & 1 deletion launch/ps_slam_with_snap_pose_bucket_det_lab_data.launch
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<!--launching the semantic slam node -->
<node name="semantic_graph_slam_node" pkg="semantic_SLAM" type="semantic_graph_SLAM_node" output="screen">
<rosparam file="$(find semantic_SLAM)/cfg/bucket_detector_workspace.yaml" command="load"/>
<rosparam file="$(find semantic_SLAM)/config/bucket_detector_workspace.yaml" command="load"/>
</node>

</launch>
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<remap from="depth_registered/image_rect" to="/camera/aligned_depth_to_color/image_rect"/>
</node>

<!--shape color object detector
<!--shape color object detector-->
<arg name="front_camera_image_topic_name" default="/camera/color/image_raw" />
<arg name="object_recognized_front_camera_topic_name" default="/image_processed/object_recognized_front_camera" />
<arg name="config_file" default="$(find ShapeColor_ObjectDetection)/cfg/objectDetector_configFile.xml"/>
Expand All @@ -35,11 +35,11 @@
<param name="front_camera_image_topic_name" value="$(arg front_camera_image_topic_name)" type="string"/>
<param name="object_recognized_front_camera_topic_name" value="$(arg object_recognized_front_camera_topic_name)" type="string"/>
<param name="config_file" value="$(arg config_file)" type="string"/>
</node>-->
</node>

<!--launching the semantic slam node -->
<node name="semantic_graph_slam_node" pkg="semantic_SLAM" type="semantic_graph_SLAM_node" output="screen">
<rosparam file="$(find semantic_SLAM)/cfg/bucket_detector_workspace.yaml" command="load"/>
<rosparam file="$(find semantic_SLAM)/config/bucket_detector_workspace.yaml" command="load"/>
</node>

<!-- ocotomap node -->
Expand Down

0 comments on commit bbb5108

Please sign in to comment.