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

Moveit humble #88

Draft
wants to merge 43 commits into
base: main
Choose a base branch
from
Draft

Moveit humble #88

wants to merge 43 commits into from

Conversation

Nikhil-Singhal-06
Copy link
Collaborator

@Nikhil-Singhal-06 Nikhil-Singhal-06 commented May 29, 2024

Description

moveit2 lib for scenario execution to control robotics manipulator

Pull request checklist

  • Issue created that explains the change and why it's needed
  • Tests are part of the PR (for bug fixes / features)
  • Docs reviewed and added / updated if needed (for bug fixes / features)
  • Format and Lint checks (make check) pass locally
  • PR applies Apache 2.0 License to all code files

Pull request type

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation changes
  • Other (please describe)

Current behavior

No moveit2 support to control manipulators

New behavior

moveit2 support

How to test

First Install dependencies.

sudo apt install ros-humble-moveit

second:

colcon build && source install/setup.bash

third run:

ros2 launch arm_sim_scenario sim_moveit_scenario_launch.py scenario:=examples/example_moveit_simulation/scenarios/example_moveit_simulation.osc

Copy link

github-actions bot commented May 29, 2024

Test Results

236 tests   222 ✅  33m 25s ⏱️
 14 suites   14 💤
 14 files      0 ❌

Results for commit f5f8193.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented May 29, 2024

Scenario Results

8 tests   8 ✅  14m 10s ⏱️
7 suites  0 💤
7 files    0 ❌

Results for commit 5440da5.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@fmirus fmirus left a comment

Choose a reason for hiding this comment

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

Successfully tested on my machine. First draft looks good, some cleanup is needed

examples/example_moveit/example_moveit.osc Outdated Show resolved Hide resolved
self.moveit2.planner_id = "RRTConnectkConfigDefault"

# Scale down velocity and acceleration of joints (percentage of maximum)
self.moveit2.max_velocity = 0.5
Copy link
Contributor

Choose a reason for hiding this comment

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

for now ok, but this should become a parameter of the action

callback_group=ReentrantCallbackGroup()
)

self.moveit2.planner_id = "RRTConnectkConfigDefault"
Copy link
Contributor

Choose a reason for hiding this comment

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

for now ok, but this should become a parameter of the action

Copy link
Contributor

@fmirus fmirus left a comment

Choose a reason for hiding this comment

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

what's the status here?


scenario example_moveit:
wx200: robotic_arm with:
keep(it.namespace == 'wx200')
Copy link
Contributor

Choose a reason for hiding this comment

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

could you please update this to the "modern" syntax, i.e., remove keep

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