Skip to content

Fix MSA templates#2769

Merged
felixvd merged 3 commits intomoveit:masterfrom
ubi-agni:fix-msa-templates
Jul 16, 2021
Merged

Fix MSA templates#2769
felixvd merged 3 commits intomoveit:masterfrom
ubi-agni:fix-msa-templates

Conversation

@rhaschke
Copy link
Copy Markdown
Contributor

Major change is to create a static_transform_publisher for each and every virtual joint type as suggested in moveit/moveit_resources#89 (comment).
Additionally, some minor formatting changes.

@rhaschke rhaschke requested a review from v4hn July 15, 2021 00:57
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 15, 2021

Codecov Report

Merging #2769 (9ce39d6) into master (e8b54db) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2769      +/-   ##
==========================================
- Coverage   60.17%   60.15%   -0.01%     
==========================================
  Files         356      356              
  Lines       31321    31321              
==========================================
- Hits        18844    18838       -6     
- Misses      12477    12483       +6     
Impacted Files Coverage Δ
...meterization/work_space/pose_model_state_space.cpp 81.14% <0.00%> (-1.88%) ⬇️
...ipulation/pick_place/src/manipulation_pipeline.cpp 69.45% <0.00%> (-1.85%) ⬇️
...raint_samplers/src/default_constraint_samplers.cpp 80.42% <0.00%> (-0.29%) ⬇️

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 e8b54db...9ce39d6. Read the comment docs.

Copy link
Copy Markdown
Contributor

@felixvd felixvd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@felixvd felixvd merged commit 442c320 into moveit:master Jul 16, 2021
@rhaschke rhaschke deleted the fix-msa-templates branch July 16, 2021 06:41
<!-- Run Rviz and load the default config to see the state of the move_group node -->
<include file="$(dirname)/moveit_rviz.launch" if="$(arg use_rviz)">
<arg name="rviz_config" value="$(find [GENERATED_PACKAGE_NAME])/launch/moveit.rviz"/>
<arg name="rviz_config" value="$(dirname)/moveit.rviz"/>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you are right, it actually works due to our file layout - even though the use is buggy and does not set a good example I guess.. . #2748 (comment)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. I ran into this bug recently as well. I will revert this change.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TMYK

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.

3 participants