This repository has been archived by the owner on Dec 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Objectives and Configuration for PickNik UR Robots (#18)
* add objectives from base config * Update looping_pick_and_place_object.xml * remove parenthesis * Update objectives from main * Add additional foundational controllers * Update defaults and launch files * Update base moveit configuration for UR5e robots * Update base descriptions * Update GZ objectives * Add realsense high accuracy config file * Fix path typos for UR description * Adjust objective definition locations * Add mock hardware flag * Fix servo config * Additional objective parameterization * Update default compose file * Remove overriding push button objective * Remove tree nodes models * Add additional waypoints for all base objectives * Slow down default servo speed * Fix more copyrights * Add more waypoints for GZ config * Screen output for gz config * Update gz launch and site config * Remove sensor data qos * Fix paths * Spawn scene vs spawn cabinet * One more QoS * Update gz waypoints * Apply suggestions from code review Co-authored-by: Sebastian Castro <4603398+sea-bass@users.noreply.github.com> * Revert all non-critical changes to gz config * Update src/picknik_ur_base_config/objectives/looping_pick_and_place_object.xml Co-authored-by: Michael Wrock <mike.wrock@gmail.com> * External <-> Camera * Move Pick waypoint back * Adjust stall params for GAC in GZ sim * Fix whitespace * Remove unused config yaml * Remove unused servo param * Sequences -> control ids * Sequences -> control ids --------- Co-authored-by: Erik Holum <erik.holum@picknik.ai> Co-authored-by: Sebastian Castro <4603398+sea-bass@users.noreply.github.com> Co-authored-by: Michael Wrock <mike.wrock@gmail.com> Co-authored-by: Sebastian Castro <sebas.a.castro@gmail.com>
- Loading branch information
1 parent
c43e0d5
commit c448100
Showing
61 changed files
with
1,833 additions
and
933 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
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
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
8 changes: 4 additions & 4 deletions
8
src/picknik_ur_base_config/config/moveit/pilz_cartesian_limits.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Cartesian limits for the Pilz planner | ||
cartesian_limits: | ||
max_trans_vel: 0.2 | ||
max_trans_acc: 0.25 | ||
max_trans_dec: -0.25 | ||
max_rot_vel: 0.2 | ||
max_trans_vel: 0.1 | ||
max_trans_acc: 0.1 | ||
max_trans_dec: -0.1 | ||
max_rot_vel: 0.1 |
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.