-
Notifications
You must be signed in to change notification settings - Fork 51
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
Showing
10 changed files
with
134 additions
and
45 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
slamesher: | ||
# play ros bag or run it in mobile robot, the configuration used in our real-world demo, the sensor is an ouster OS1-32 lidar | ||
#read param | ||
use_sim_time: true | ||
grt_available: false | ||
odom_available: false | ||
read_offline_pcd: false | ||
dataset: 1 | ||
max_steps: 10000 | ||
save_mesh_map: true | ||
#register param | ||
range_max: 40 | ||
range_min: 0.0 | ||
register_times: 6 | ||
cross_overlap: false | ||
cross_cell_overlap_length: 1 | ||
num_margin_old_cell: -1 | ||
point2mesh: true | ||
residual_combination: false | ||
#visualize parameter | ||
meshing_tsdf: false | ||
full_cover: true | ||
visualisation_type: 1 | ||
#gp param | ||
num_thread: 8 | ||
grid: 1.2 | ||
min_points_num_to_gp: 3 | ||
num_test: 6 | ||
|
||
variance_register: 0.60 | ||
variance_map_update: 0.50 | ||
variance_map_show: 0.20 | ||
variance_min: 1.36 | ||
variance_sensor: 0.02 | ||
|
||
correction_x: 0 | ||
correction_y: 0 | ||
correction_z: 0 | ||
correction_roll_degree: 0 | ||
correction_pitch_degree: -90 | ||
correction_yaw_degree: 0 | ||
|
||
test_param: 0 | ||
|
||
|
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
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.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<launch> | ||
<arg name="seq" default = "/00" /> | ||
<arg name="param" default = "" /> <!-- param is used for tuning "$(arg param)" --> | ||
<arg name="data_path" default = " " /> | ||
<arg name="result_path" default = "$(find slamesh)/../../slamesh_result/kitti" /> | ||
|
||
<rosparam file="$(find slamesh)/config/online_unitree.yaml" command="load" /> | ||
<node pkg="slamesh" type="slamesh" name="slamesher" output="screen"> | ||
<!-- | ||
<remap from="/velodyne_points" to="/points_raw" /> | ||
<remap from="/velodyne_points" to="/os_cloud_node/points" "/unilidar/cloud" /> | ||
--> | ||
<remap from="/velodyne_points" to="/unilidar/cloud" /> | ||
<param name="seq" value="$(arg seq)"/> | ||
<param name="file_loc_report" value="$(arg result_path)"/> | ||
<param name="file_loc_dataset" value="$(arg data_path)"/> | ||
</node> | ||
|
||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find slamesh)/config/rviz/slamesh_mesh_tool.rviz" required="false" /> | ||
</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
Oops, something went wrong.