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

[visualization] declare warehouse params in rviz plugin #513

Merged
merged 2 commits into from
Jun 21, 2021

Conversation

gleichdick
Copy link
Contributor

The Motion planning plugin currently ignores parameters for warehouse_ros,
because they are not declared yet.
This can be verified by launching ros2 launch run_move_group run_move_group.launch.py
(where some warehouse parameters like warehouse_plugin have to be defined before)
and examinig the parameters with ros2 param dump rviz2.

Checklist

  • Required by CI: Code is auto formatted using clang-format
  • Extend the tutorials / documentation reference
  • Document API changes relevant to the user in the MIGRATION.md notes
  • Create tests, which fail without this PR reference
  • Include a screenshot if changing a GUI
  • While waiting for someone to review your request, please help review another open pull request to support the maintainers

The Motion planning plugin currently ignores parameters for warehouse_ros,
because they are not declared yet.
This can be verified by launching `ros2 launch run_move_group run_move_group.launch.py`
(where some warehouse parameters like `warehouse_plugin` have to be defined before)
and examinig the parameters with `ros2 param dump rviz2`.
@codecov
Copy link

codecov bot commented Jun 20, 2021

Codecov Report

Merging #513 (b825687) into main (bf6fc9a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #513   +/-   ##
=======================================
  Coverage   45.20%   45.20%           
=======================================
  Files         169      169           
  Lines       18732    18732           
=======================================
  Hits         8465     8465           
  Misses      10267    10267           

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 bf6fc9a...b825687. Read the comment docs.

@JafarAbdi
Copy link
Member

LGTM, but I'm not sure about the default values, what do you think @henningkayser @tylerjw .?

Copy link
Member

@tylerjw tylerjw left a comment

Choose a reason for hiding this comment

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

This looks good to me. The defaults seem sane.

@JafarAbdi JafarAbdi merged commit eb2c8b9 into moveit:main Jun 21, 2021
@gleichdick gleichdick deleted the patch-1 branch June 21, 2021 19:32
JafarAbdi added a commit to JafarAbdi/moveit2 that referenced this pull request Jun 28, 2021
JafarAbdi added a commit to JafarAbdi/moveit2 that referenced this pull request Jun 28, 2021
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