Skip to content
New issue

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

Replace deprecated load_yaml with xacro.load_yaml in ros2_control.xacro template #2934

Merged
merged 5 commits into from
Aug 2, 2024

Conversation

cschindlbeck
Copy link
Contributor

@cschindlbeck cschindlbeck commented Jul 26, 2024

Description

Removes deprecation warning

Using load_yaml() directly is deprecated. Use xacro.load_yaml() instead.

by updating the template for ros2_control.xacro

@cschindlbeck cschindlbeck changed the title Replace deprecated load_yaml with xacro.load_yaml in ros2_control.xac… Replace deprecated load_yaml with xacro.load_yaml in ros2_control.xacro template Jul 26, 2024
@cschindlbeck cschindlbeck force-pushed the pr-replace-deprecated-load-yaml branch from 9747736 to d90f327 Compare July 26, 2024 18:02
sea-bass and others added 2 commits August 2, 2024 16:26
…ility (moveit#2943)

* Deduplicate joint trajectory points before sending them to controllers

* Fix max loop value

* Move deduplication code to Pilz

* Clean up

* Add todo
@sjahr sjahr added the backport-humble Mergify label that triggers a PR backport to Humble label Aug 2, 2024
@sjahr sjahr merged commit d7b84fd into moveit:main Aug 2, 2024
7 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-humble Mergify label that triggers a PR backport to Humble
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants