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
In launch (py) files, old-style arguments are deprecated, parameters should be used, but the following does not work:
parameters=[{'translation.x': 697237.0, 'translation.y': 5285644.0, 'translation.z': 0.0, 'rotation.x': 0.0, 'rotation.y': 0.0, 'rotation.z': 0.0, 'rotation.w': 1.0, 'frame_id': 'map', 'child_frame_id': 'map_gyor_0'}]
Arguments work, but are deprecated, example:
lexus_bringup/launch/tf_static.launch.py
Lines 12 to 21 in 603e9e1
The text was updated successfully, but these errors were encountered:
horverno
No branches or pull requests
In launch (py) files, old-style arguments are deprecated, parameters should be used, but the following does not work:
Arguments work, but are deprecated, example:
lexus_bringup/launch/tf_static.launch.py
Lines 12 to 21 in 603e9e1
The text was updated successfully, but these errors were encountered: