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

[ROS2] Add Tighter Workspace Walls #143

Open
amalnanavati opened this issue Dec 15, 2023 · 0 comments
Open

[ROS2] Add Tighter Workspace Walls #143

amalnanavati opened this issue Dec 15, 2023 · 0 comments

Comments

@amalnanavati
Copy link
Contributor

This issue encompasses the following:

  1. Add a right workspace wall. We did not add that to be able to look into the planning scene in RVIZ, but the downside is that it enables the robot to make some (rare) weird motions moving to the right of the wheelchair. We should add this workspace wall back in. To look in on RVIZ, we can "remove" the wall but not publish the message, so it doesn't block our view while sitll being in the planning scene.
  2. For all kinematic plans, we should add together workspace walls to prevent unnecessarily lengthy motions. For example, in Acquisition's MoveAbove, sometimes the robot makes an unnecessary swivel, which would be prevented if we have tighter workspace walls. The challenge is, for every kinematic motion, coming up with a dynamic set of walls based on the robot's current pose that still allows it to find solutions, while preventing its solutions from being too large. It should be possible, with careful design of the tighter workspace walls.
@amalnanavati amalnanavati changed the title Add Tighter Workspace Walls [ROS2] Add Tighter Workspace Walls Dec 16, 2023
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

No branches or pull requests

1 participant