We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm using ydlidar_ros2_driver_node version 1.0.1 and SDK version 1.0.3 and was getting warnings:
UserWarning: The parameter 'node_name' is deprecated, use 'name' instead UserWarning: The parameter 'node_name' is deprecated, use 'name' instead
I changed my ydlidar_launch.py to eliminate these warnings:
driver_node = LifecycleNode(package='ydlidar_ros2_driver', executable='ydlidar_ros2_driver_node', name='ydlidar_ros2_driver_node', output='screen', emulate_tty=True, parameters=[parameter_file], ) tf2_node = Node(package='tf2_ros', executable='static_transform_publisher', name='static_tf_pub_laser', arguments=['0', '0', '0.02','0', '0', '0', '1','base_link','laser_frame'], )
There is a pull request to perform this: #6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using ydlidar_ros2_driver_node version 1.0.1 and SDK version 1.0.3 and was getting warnings:
UserWarning: The parameter 'node_name' is deprecated, use 'name' instead
UserWarning: The parameter 'node_name' is deprecated, use 'name' instead
I changed my ydlidar_launch.py to eliminate these warnings:
There is a pull request to perform this: #6
The text was updated successfully, but these errors were encountered: