|
tf2_node = Node(package='tf2_ros', |
|
node_executable='static_transform_publisher', |
|
node_name='static_tf_pub_laser', |
|
arguments=['0', '0', '0.02','0', '0', '0', '1','base_link','laser_frame'], |
|
) |
Hello developers,
I would like to request that this part of the launch file to be OPTIONAL.
It is good for testing the ydlidar out-of-the-box.
But, it is causing conflicts if e.g. we already have our own robot_descriptions that publishes our own
TF base_link->laser_frame.
Since a CHILD FRAME is not allowed to have multiple PARENT FRAME, the static tf publisher in current launch file is causing either one TF link to be removed or ignored.