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

Add stomp default config to moveit_config_utils #2238

Merged
merged 1 commit into from
Jun 15, 2023

Conversation

sjahr
Copy link
Contributor

@sjahr sjahr commented Jun 14, 2023

Description

Enables loading stomp config in a launch file like this:

    moveit_config = (
        MoveItConfigsBuilder("moveit_resources_panda")
        .robot_description(file_path="config/panda.urdf.xacro")
        .planning_pipelines(
            pipelines=["stomp"]
        )
        .to_moveit_configs()
    )

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

@codecov
Copy link

codecov bot commented Jun 14, 2023

Codecov Report

Patch coverage: 90.00% and project coverage change: -0.02 ⚠️

Comparison is base (b98bb6b) 50.53% compared to head (ea9991c) 50.50%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2238      +/-   ##
==========================================
- Coverage   50.53%   50.50%   -0.02%     
==========================================
  Files         386      386              
  Lines       31736    31730       -6     
==========================================
- Hits        16034    16022      -12     
- Misses      15702    15708       +6     
Impacted Files Coverage Δ
moveit_ros/moveit_servo/src/servo_calcs.cpp 71.14% <0.00%> (ø)
...strial_motion_planner/src/trajectory_functions.cpp 100.00% <100.00%> (ø)
...l_motion_planner/src/trajectory_generator_circ.cpp 99.09% <100.00%> (-0.01%) ⬇️
...al_motion_planner/src/trajectory_generator_lin.cpp 94.45% <100.00%> (-0.15%) ⬇️
...anning_scene_monitor/src/current_state_monitor.cpp 74.32% <100.00%> (ø)

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@JafarAbdi JafarAbdi merged commit 8e48329 into moveit:main Jun 15, 2023
8 checks passed
Jakubivan pushed a commit to Jakubivan/moveit2 that referenced this pull request Mar 13, 2024
Jakubivan pushed a commit to Jakubivan/moveit2 that referenced this pull request Mar 13, 2024
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