forked from carlosmccosta/dynamic_robot_localization_tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed 6 DoF tests in ship_interior to use both kinect and lasers.
- Loading branch information
1 parent
2ab1165
commit 2281217
Showing
27 changed files
with
253 additions
and
112 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,14 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch> | ||
<arg name="use_fast_path" default="0" /> | ||
<arg name="yaml_configuration_base_filename" default="$(find dynamic_robot_localization)/yaml/configs/pose_tracking/static" /> | ||
<arg name="world_name" default="ship_interior" /> | ||
|
||
<include file="$(find dynamic_robot_localization_tests)/launch/localization_tests.launch" > | ||
<arg name="use_fast_path" default="$(arg use_fast_path)" /> | ||
<arg name="yaml_configuration_base_filename" default="$(arg yaml_configuration_base_filename)" /> | ||
<arg name="world_name" default="$(arg world_name)" /> | ||
<arg name="robot_initial_pose_in_base_to_map" default="true" /> | ||
<arg name="robot_initial_x" default="-4.5" /> | ||
<arg name="robot_initial_y" default="2.25" /> | ||
<arg name="robot_initial_z" default="0.004665" /> | ||
<arg name="robot_initial_yaw" default="-1.57079633" /> | ||
<arg name="yaml_configuration_base_filename" default="$(find dynamic_robot_localization)/yaml/configs/pose_tracking/static" /> | ||
<arg name="world_name" default="ship_interior" /> | ||
<arg name="move_robot_on_path" default="1" /> | ||
<arg name="play_rosbags" default="1" /> | ||
<arg name="move_robot_on_path" default="0" /> | ||
<arg name="robot_path" default="$(find dynamic_robot_localization_tests)/maps/ship_interior/path" /> | ||
<arg name="world_rosbag_folder" default="$(find dynamic_robot_localization_tests)/datasets/ship_interior" /> | ||
</include> | ||
</launch> |
10 changes: 10 additions & 0 deletions
10
launch/environments/ship_interior/ship_interior_cluttered.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,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch> | ||
<arg name="use_fast_path" default="0" /> | ||
|
||
<include file="$(find dynamic_robot_localization_tests)/launch/environments/ship_interior/ship_interior.launch" > | ||
<arg name="use_fast_path" default="$(arg use_fast_path)" /> | ||
<arg name="yaml_configuration_base_filename" default="$(find dynamic_robot_localization)/yaml/configs/pose_tracking/cluttered_environments" /> | ||
<arg name="world_name" default="ship_interior_with_cluttered_environment" /> | ||
</include> | ||
</launch> |
12 changes: 4 additions & 8 deletions
12
...with_cluttered_environment_dynamic.launch → ...or/ship_interior_cluttered_dynamic.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
41 changes: 41 additions & 0 deletions
41
launch/environments/ship_interior/ship_interior_filters_unstable_ground.yaml
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,41 @@ | ||
message_management: | ||
maximum_number_points_ambient_pointcloud_circular_buffer: 275 | ||
max_seconds_ambient_pointcloud_offset_to_last_estimated_pose: 0.100 | ||
|
||
filters: | ||
reference_pointcloud: | ||
1_crop_box: | ||
box_min_x: -5.39 | ||
box_min_y: -4.184 | ||
box_min_z: 0.07 | ||
box_max_x: 3.004 | ||
box_max_y: 8.21 | ||
box_max_z: 2.594 | ||
box_translation_x: 0.0 | ||
box_translation_y: 0.0 | ||
box_translation_z: 0.0 | ||
box_rotation_roll: 0.0 | ||
box_rotation_pitch: 0.0 | ||
box_rotation_yaw: 0.0 | ||
invert_selection: false | ||
filtered_cloud_publish_topic: '' | ||
2_random_sample: | ||
number_of_random_samples: 300000 | ||
invert_sampling: false | ||
filtered_cloud_publish_topic: '' | ||
ambient_pointcloud: | ||
filter_ambient_cloud_in_map_frame: false | ||
1_voxel_grid: | ||
leaf_size_x: 0.070 | ||
leaf_size_y: 0.070 | ||
leaf_size_z: 0.070 | ||
filter_limit_field_name: 'z' | ||
filter_limit_min: -10.0 | ||
filter_limit_max: 10.0 | ||
filtered_cloud_publish_topic: '' | ||
downsample_all_data: true | ||
save_leaf_layout: false | ||
2_random_sample: | ||
number_of_random_samples: 150 | ||
invert_sampling: false | ||
filtered_cloud_publish_topic: 'ambient_pointcloud_filtered' |
14 changes: 0 additions & 14 deletions
14
launch/environments/ship_interior/ship_interior_tof.launch
This file was deleted.
Oops, something went wrong.
42 changes: 42 additions & 0 deletions
42
launch/environments/ship_interior/ship_interior_tof_and_lasers.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,42 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch> | ||
<arg name="robot_initial_pose_in_base_to_map" default="true" /> | ||
<arg name="robot_initial_x" default="-4.5" /> | ||
<arg name="robot_initial_y" default="2.25" /> | ||
<arg name="robot_initial_z" default="0.004665" /> | ||
<arg name="robot_initial_yaw" default="-1.57079633" /> | ||
<arg name="world_name" default="ship_interior" /> | ||
<arg name="yaml_configuration_pose_estimation_filename" default="$(find dynamic_robot_localization)/yaml/configs/pose_tracking/unstable_ground_3d_tof.yaml" /> | ||
<arg name="robot_path" default="$(find dynamic_robot_localization_tests)/maps/ship_interior/path" /> | ||
<arg name="use_fast_path" default="0" /> | ||
|
||
<include file="$(find dynamic_robot_localization_tests)/launch/localization_tests.launch" > | ||
<arg name="robot_initial_pose_in_base_to_map" default="$(arg robot_initial_pose_in_base_to_map)" /> | ||
<arg name="robot_initial_x" default="$(arg robot_initial_x)" /> | ||
<arg name="robot_initial_y" default="$(arg robot_initial_y)" /> | ||
<arg name="robot_initial_z" default="$(arg robot_initial_z)" /> | ||
<arg name="robot_initial_yaw" default="$(arg robot_initial_yaw)" /> | ||
<arg name="world_name" default="$(arg world_name)" /> | ||
<arg name="robot_path" default="$(arg robot_path)" /> | ||
<arg name="use_fast_path" default="$(arg use_fast_path)" /> | ||
<arg name="process_reference_cloud" default="0" /> | ||
<arg name="load_point_features" default="1" /> | ||
<arg name="reference_pointcloud_filename" default="$(find dynamic_robot_localization_tests)/maps/ship_interior/tridimensional/pcd/ship_interior_70mm_n30.pcd" /> | ||
<arg name="yaml_configuration_filters_filename" default="$(find dynamic_robot_localization_tests)/launch/environments/ship_interior/ship_interior_filters_unstable_ground.yaml" /> | ||
<arg name="yaml_configuration_tracking_filename" default="$(arg yaml_configuration_pose_estimation_filename)" /> | ||
<arg name="yaml_configuration_recovery_filename" default="$(find dynamic_robot_localization)/yaml/configs/pose_recovery/recovery_3d_large_map.yaml" /> | ||
<arg name="play_rosbags" default="0" /> | ||
<arg name="ambient_pointcloud_topic" default="ambient_pointcloud+/camera/depth/points" /> | ||
<arg name="use_tof" default="1" /> | ||
<arg name="use_6_dof" default="1" /> | ||
<arg name="use_laser_assembler" default="1" /> | ||
<arg name="assemble_lasers_on_map_frame" default="1" /> | ||
<arg name="number_of_scans_to_assemble_per_cloud" default="20" /> | ||
<arg name="min_number_of_scans_to_assemble_per_cloud" default="2" /> | ||
<arg name="max_number_of_scans_to_assemble_per_cloud" default="60" /> | ||
<arg name="min_timeout_seconds_for_cloud_assembly" default="0.5" /> | ||
<arg name="max_timeout_seconds_for_cloud_assembly" default="3.0" /> | ||
<arg name="move_robot_on_path" default="1" /> | ||
<arg name="world_rosbag_folder" default="$(find dynamic_robot_localization_tests)/datasets/ship_interior" /> | ||
</include> | ||
</launch> |
11 changes: 5 additions & 6 deletions
11
...ship_interior_with_unstable_ground.launch → ...rior/ship_interior_unstable_ground.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 |
---|---|---|
@@ -1,16 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch> | ||
<include file="$(find dynamic_robot_localization_tests)/launch/localization_tests.launch" > | ||
<arg name="use_fast_path" default="0" /> | ||
|
||
<include file="$(find dynamic_robot_localization_tests)/launch/environments/ship_interior/ship_interior_tof_and_lasers.launch" > | ||
<arg name="use_fast_path" default="$(arg use_fast_path)" /> | ||
<arg name="robot_initial_pose_in_base_to_map" default="true" /> | ||
<arg name="robot_initial_x" default="-1.25" /> | ||
<arg name="robot_initial_y" default="-3.445" /> | ||
<arg name="robot_initial_z" default="0.004665" /> | ||
<arg name="robot_initial_yaw" default="0" /> | ||
<arg name="yaml_configuration_base_filename" default="$(find dynamic_robot_localization)/yaml/configs/pose_tracking/unstable_ground" /> | ||
<arg name="yaml_configuration_pose_estimation_filename" default="$(find dynamic_robot_localization)/yaml/configs/empty.yaml" /> | ||
<arg name="world_name" default="ship_interior_with_unstable_ground" /> | ||
<arg name="move_robot_on_path" default="1" /> | ||
<arg name="world_name" default="ship_interior_with_unstable_ground" />> | ||
<arg name="robot_path" default="$(find dynamic_robot_localization_tests)/maps/ship_interior/path_for_unstable_ground" /> | ||
<arg name="world_rosbag_folder" default="$(find dynamic_robot_localization_tests)/datasets/ship_interior" /> | ||
</include> | ||
</launch> |
8 changes: 4 additions & 4 deletions
8
...ed_environment_and_unstable_ground.launch → ...interior_unstable_ground_cluttered.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 |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch> | ||
<include file="$(find dynamic_robot_localization_tests)/launch/localization_tests.launch" > | ||
<arg name="use_fast_path" default="0" /> | ||
|
||
<include file="$(find dynamic_robot_localization_tests)/launch/environments/ship_interior/ship_interior_tof_and_lasers.launch" > | ||
<arg name="use_fast_path" default="$(arg use_fast_path)" /> | ||
<arg name="robot_initial_pose_in_base_to_map" default="true" /> | ||
<arg name="robot_initial_x" default="-4.5" /> | ||
<arg name="robot_initial_y" default="2.25" /> | ||
<arg name="robot_initial_z" default="0.004665" /> | ||
<arg name="robot_initial_yaw" default="-1.57079633" /> | ||
<arg name="yaml_configuration_base_filename" default="$(find dynamic_robot_localization)/yaml/configs/pose_tracking/unstable_ground" /> | ||
<arg name="world_name" default="ship_interior_with_cluttered_environment_and_unstable_ground" /> | ||
<arg name="move_robot_on_path" default="1" /> | ||
<arg name="robot_path" default="$(find dynamic_robot_localization_tests)/maps/ship_interior/path_for_unstable_ground_complex" /> | ||
<arg name="world_rosbag_folder" default="$(find dynamic_robot_localization_tests)/datasets/ship_interior" /> | ||
</include> | ||
</launch> |
8 changes: 4 additions & 4 deletions
8
...onment_dynamic_and_unstable_ground.launch → ..._unstable_ground_cluttered_dynamic.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
9 changes: 4 additions & 5 deletions
9
...erior_with_unstable_ground_complex.launch → ...p_interior_unstable_ground_complex.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 |
---|---|---|
@@ -1,16 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<launch> | ||
<include file="$(find dynamic_robot_localization_tests)/launch/localization_tests.launch" > | ||
<arg name="use_fast_path" default="0" /> | ||
|
||
<include file="$(find dynamic_robot_localization_tests)/launch/environments/ship_interior/ship_interior_tof_and_lasers.launch" > | ||
<arg name="use_fast_path" default="$(arg use_fast_path)" /> | ||
<arg name="robot_initial_pose_in_base_to_map" default="true" /> | ||
<arg name="robot_initial_x" default="-4.5" /> | ||
<arg name="robot_initial_y" default="2.25" /> | ||
<arg name="robot_initial_z" default="0.004665" /> | ||
<arg name="robot_initial_yaw" default="-1.57079633" /> | ||
<arg name="yaml_configuration_base_filename" default="$(find dynamic_robot_localization)/yaml/configs/pose_tracking/unstable_ground" /> | ||
<arg name="yaml_configuration_pose_estimation_filename" default="$(find dynamic_robot_localization)/yaml/configs/empty.yaml" /> | ||
<arg name="world_name" default="ship_interior_with_unstable_ground_complex" /> | ||
<arg name="move_robot_on_path" default="1" /> | ||
<arg name="robot_path" default="$(find dynamic_robot_localization_tests)/maps/ship_interior/path_for_unstable_ground_complex" /> | ||
<arg name="world_rosbag_folder" default="$(find dynamic_robot_localization_tests)/datasets/ship_interior" /> | ||
</include> | ||
</launch> |
14 changes: 0 additions & 14 deletions
14
launch/environments/ship_interior/ship_interior_with_cluttered_environment.launch
This file was deleted.
Oops, something went wrong.
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
4 changes: 2 additions & 2 deletions
4
...ts/tum/bags/freiburg2_pioneer_slam.launch → ...s/tum/bags/freiburg2_pioneer_slam1.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
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
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
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
Oops, something went wrong.