change target frame in point2scan

This commit is contained in:
joey 2024-03-09 20:36:12 +08:00
parent 144cf45466
commit 980f2252b7
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ def generate_launch_description():
# ('scan', ['/scan'])], # ('scan', ['/scan'])],
parameters=[{ parameters=[{
# changed to body_foot. # changed to body_foot.
'target_frame': 'livox_frame', 'target_frame': 'camera_init',
'transform_tolerance': 0.01, 'transform_tolerance': 0.01,
'min_height': -1.0, 'min_height': -1.0,
'max_height': 0.1, 'max_height': 0.1,