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

Create a simulated dispenser adapter that works with MoveIt! #261

Open
4 tasks
mxgrey opened this issue Sep 11, 2024 · 0 comments
Open
4 tasks

Create a simulated dispenser adapter that works with MoveIt! #261

mxgrey opened this issue Sep 11, 2024 · 0 comments
Assignees

Comments

@mxgrey
Copy link
Collaborator

mxgrey commented Sep 11, 2024

To fill in some functionality of the Ionic demo we need a dispenser adapter that can issue requests to MoveIt! to generate motion plans and drive the ros2_control controllers. Currently we have a "teleportation" dispenser, but this is not as compelling of a functionality demo as we would like.

Ideally we'd have something like this:

  • A simple rclpy node that listens for DispenserRequest
  • For simplicity the node is configured to just grab items at a preset pose
  • When a request comes in, the node should forward the request to a MoveIt! action to generate and execute a plan, using the feedback to identify when the request is finished
  • Multiple simultaneous requests should be queued up and executed one at a time
@mxgrey mxgrey self-assigned this Sep 11, 2024
@mxgrey mxgrey transferred this issue from open-rmf/rmf_simulation Sep 18, 2024
@mxgrey mxgrey assigned luca-della-vedova and unassigned mxgrey Sep 24, 2024
@Yadunund Yadunund self-assigned this Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

3 participants