-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improved Collision Checking and Recovery
Added service and feature to recover along executed trajectory back to safe state (q). This is a moving window of n length array (n being the DOF of the robot). The larger this window is, the more the arm will move back to a defined safe position. Default size of window is 200 Clean up and functionality of trajectory checking of collisions with dynamically added shapes Added cuboid input of dynamic shapes (supported with cylinders and spheres) Added initial controller switching function to ROS backend. Needs testing with real robot Confirmed functionality with Panda and xarm (simulated). Noted issue with UR for ghost robot to be investigated
- Loading branch information
Showing
4 changed files
with
277 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.