Skip to content

Commit

Permalink
feat(ndt): remove ndt package (autowarefoundation#2053)
Browse files Browse the repository at this point in the history
* first commit

Signed-off-by: kminoda <koji.m.minoda@gmail.com>

* CMakeLists.txt does not work........

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* build works

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* debugged

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* remove unnecessary parameter

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* ci(pre-commit): autofix

* removed 'omp'-related words completely

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* ci(pre-commit): autofix

* fixed param description of converged_param

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* remove OMPParams

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* removed unnecessary includes

Signed-off-by: kminoda <koji.minoda@tier4.jp>

* removed default parameter from search_method

* small fix

Signed-off-by: kminoda <koji.minoda@tier4.jp>

Signed-off-by: kminoda <koji.m.minoda@gmail.com>
Signed-off-by: kminoda <koji.minoda@tier4.jp>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Kotaro Yoshimoto <pythagora.yoshimoto@gmail.com>
  • Loading branch information
2 people authored and HansRobo committed Dec 16, 2022
1 parent ce6b52f commit beb904e
Show file tree
Hide file tree
Showing 28 changed files with 65 additions and 1,920 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
/**:
ros__parameters:

# Vehicle reference frame
base_frame: "base_link"

# Subscriber queue size
input_sensor_points_queue_size: 1

# NDT implementation type
# 0=PCL_GENERIC, 1=PCL_MODIFIED, 2=OMP
ndt_implement_type: 2

# The maximum difference between two consecutive
# transformations in order to consider convergence
trans_epsilon: 0.01
Expand All @@ -25,7 +22,6 @@

# Converged param type
# 0=TRANSFORM_PROBABILITY, 1=NEAREST_VOXEL_TRANSFORMATION_LIKELIHOOD
# NEAREST_VOXEL_TRANSFORMATION_LIKELIHOOD is only available when NDTImplementType::OMP is selected
converged_param_type: 1

# If converged_param_type is 0
Expand All @@ -45,12 +41,12 @@
# Tolerance of distance difference between two initial poses used for linear interpolation. [m]
initial_pose_distance_tolerance_m: 10.0

# neighborhood search method in OMP
# neighborhood search method
# 0=KDTREE, 1=DIRECT26, 2=DIRECT7, 3=DIRECT1
omp_neighborhood_search_method: 0
neighborhood_search_method: 0

# Number of threads used for parallel computing
omp_num_threads: 4
num_threads: 4

# The covariance of output pose
# Do note that this covariance matrix is empirically derived
Expand Down
69 changes: 0 additions & 69 deletions localization/ndt/CMakeLists.txt

This file was deleted.

12 changes: 0 additions & 12 deletions localization/ndt/README.md

This file was deleted.

71 changes: 0 additions & 71 deletions localization/ndt/include/ndt/base.hpp

This file was deleted.

25 changes: 0 additions & 25 deletions localization/ndt/include/ndt/impl/base.hpp

This file was deleted.

Loading

0 comments on commit beb904e

Please sign in to comment.