Skip to content

Fix xacro args loading issue (backport #2684)#2757

Merged
sjahr merged 2 commits intoironfrom
mergify/bp/iron/pr-2684
Mar 22, 2024
Merged

Fix xacro args loading issue (backport #2684)#2757
sjahr merged 2 commits intoironfrom
mergify/bp/iron/pr-2684

Conversation

@mergify
Copy link
Copy Markdown

@mergify mergify bot commented Mar 19, 2024

In certain cases, the xacro args provided to moveit_setup_assistant were not loaded properly by moveit_configs_builder. This was due to an incorrect indentation in moveit_configs_builder.py which had the xacro args loaded only if self.__urdf_package was None which seemed incorrect to me. Now it depends only on the existence of the urdf config file.


This is an automatic backport of pull request #2684 done by [Mergify](https://mergify.com).

* Fixed xacro args loading issue

* Formatting fixes with pre-commit action

---------

Co-authored-by: Sebastian Jahr <sebastian.jahr@picknik.ai>
(cherry picked from commit cdb20ae)
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (iron@8afd6f1). Click here to learn what that means.

Additional details and impacted files
@@           Coverage Diff           @@
##             iron    #2757   +/-   ##
=======================================
  Coverage        ?   50.94%           
=======================================
  Files           ?      385           
  Lines           ?    31981           
  Branches        ?        0           
=======================================
  Hits            ?    16291           
  Misses          ?    15690           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sjahr sjahr merged commit 9cad18a into iron Mar 22, 2024
@sjahr sjahr deleted the mergify/bp/iron/pr-2684 branch March 22, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants