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

MSA cleanup #3013

Merged
merged 2 commits into from Dec 28, 2021
Merged

MSA cleanup #3013

merged 2 commits into from Dec 28, 2021

Conversation

rhaschke
Copy link
Contributor

This PR factors out two simple commits from #2938:

  • Pass xacro args to SRDF loading as well (fixes an issue reported by @rickstaa somewhere)
  • Modernize some more loops (no idea why clang-tidy ignored them)

@codecov
Copy link

codecov bot commented Dec 28, 2021

Codecov Report

Merging #3013 (a334d8b) into master (872d33d) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3013   +/-   ##
=======================================
  Coverage   61.80%   61.80%           
=======================================
  Files         370      370           
  Lines       33171    33171           
=======================================
  Hits        20498    20498           
  Misses      12673    12673           
Impacted Files Coverage Δ
...eit_ros/manipulation/pick_place/src/pick_place.cpp 88.58% <0.00%> (-3.80%) ⬇️
...ipulation/pick_place/src/manipulation_pipeline.cpp 73.56% <0.00%> (-0.82%) ⬇️
...on/pick_place/src/approach_and_translate_stage.cpp 74.06% <0.00%> (-0.63%) ⬇️
...dl_kinematics_plugin/src/kdl_kinematics_plugin.cpp 77.91% <0.00%> (-0.37%) ⬇️
.../ompl_interface/src/detail/constrained_sampler.cpp 60.98% <0.00%> (+17.08%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 872d33d...a334d8b. Read the comment docs.

@rhaschke rhaschke merged commit b02e90e into moveit:master Dec 28, 2021
@rhaschke rhaschke deleted the msa-cleanup branch December 28, 2021 17:34
@rickstaa
Copy link
Contributor

@rhaschke Thanks for this pull request. I mentioned a problem with the xacro not being used when loading the SRDF file. I can not find the exact comment, but I remember I removed it because of the work needed to implement a fix. I will use the EDIT: or striketrough syntax to prevent loss of information. Amazing that you remembered it and implemented it!

@DLu
Copy link
Contributor

DLu commented May 9, 2022

@rhaschke Do you have an example of a config where the same xacro args need to get passed to the URDF and SRDF? I'm working on porting this to ROS 2.

@rhaschke
Copy link
Contributor Author

panda_moveit_config uses the argument hand:=[true | false].

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.

None yet

3 participants