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

Fix Rviz argument in demo_gazebo.launch #1797

Merged
merged 2 commits into from
Dec 18, 2019
Merged

Conversation

ipa-kut
Copy link
Contributor

@ipa-kut ipa-kut commented Dec 2, 2019

Description

The name of the launch argument in the invoked launch file moveit_rviz.launch is rviz_config but is incorrectly called as confighere. This fix was already merged with demo.launch but was missed for this file.

Simply launching this launch file now throws the unused args error.

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 name of the launch argument in the invoked launch file is `rviz_config` but is incorrectly called as `config`here. This fix was already merged with `demo.launch` but was missed for this file.
@welcome
Copy link

welcome bot commented Dec 2, 2019

Thanks for helping in improving MoveIt and open source robotics!

Copy link
Contributor

@jschleicher jschleicher left a comment

Choose a reason for hiding this comment

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

Thank you very much for the report / pull-request!

Please change the argument's value as well.

…unch/demo_gazebo.launch


The new argument requires a config file instead of boolean value. See moveit#1397.

Co-Authored-By: jschleicher <j.schleicher@pilz.de>
@codecov-io
Copy link

Codecov Report

Merging #1797 into master will increase coverage by 0.07%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1797      +/-   ##
==========================================
+ Coverage    47.5%   47.58%   +0.07%     
==========================================
  Files         290      290              
  Lines       22948    22950       +2     
==========================================
+ Hits        10901    10920      +19     
+ Misses      12047    12030      -17
Impacted Files Coverage Δ
...omp/chomp_interface/src/chomp_planning_context.cpp 80% <0%> (ø) ⬆️
...cessing/src/time_optimal_trajectory_generation.cpp 76.2% <0%> (+4.22%) ⬆️

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 609923a...5134867. Read the comment docs.

Copy link
Contributor

@jschleicher jschleicher left a comment

Choose a reason for hiding this comment

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

👍

@rhaschke rhaschke merged commit e95beda into moveit:master Dec 18, 2019
@welcome
Copy link

welcome bot commented Dec 18, 2019

Congrats on getting your first MoveIt pull request merged and improving open source robotics!

v4hn pushed a commit to v4hn/moveit that referenced this pull request Mar 30, 2020
* rename config -> rviz_config
* replace boolean value with file location
(as in demo.launch)
v4hn pushed a commit to v4hn/moveit that referenced this pull request Mar 31, 2020
* rename config -> rviz_config
* replace boolean value with file location
(as in demo.launch)
v4hn pushed a commit to v4hn/moveit that referenced this pull request Mar 31, 2020
* rename config -> rviz_config
* replace boolean value with file location
(as in demo.launch)
sjahr pushed a commit to sjahr/moveit that referenced this pull request Jun 21, 2024
…eit#1797)

* fix: resolve bugs in MoveGroupSequenceAction class

* style: adopt .clang-format

Co-authored-by: Marco Magri <marco.magri@fraunhofer.it>
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.

4 participants