change target frame in point2scan
This commit is contained in:
parent
144cf45466
commit
980f2252b7
Binary file not shown.
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue