-
Notifications
You must be signed in to change notification settings - Fork 531
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
[jog arm] Sync latest jogger changes #221
Closed
AdamPettinger
wants to merge
48
commits into
moveit:master
from
AdamPettinger:sync_latest_jogger_changes
Closed
[jog arm] Sync latest jogger changes #221
AdamPettinger
wants to merge
48
commits into
moveit:master
from
AdamPettinger:sync_latest_jogger_changes
Conversation
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
* Porting PR moveit#1244 to Melodic. * Allow for joints in the msg that are not part of the MoveGroup. * Switching to the Panda robot model for tests. * Blacklist the test as I can't get it to pass Travis (fine locally). * Throttling all warnings. Fix build warning re. unit vs int comparison. * Continue to publish commands even if stationary * Scale for 'unitless' commands is not tied to publish_period. * New function name for checkIfJointsWithinBounds() * Configure the number of msgs to publish when stationary. * Run jog_calcs at the same rate as the publishing thread. * Better comments in config file, add spacenav_node dependency * Add spacenav_node to CMakeLists.
* rename .test launch file and re-enable jog-arm integration test * fix array out-of-bounds access drop hard-coded plain c array and directly add Eigen vectors without loop * start from non-singular robot state
* Make jog_arm an own package located in the moveit_experimental folder. * adapt package location * minor cleanup
* Reduce console output warnings * jog_arm: cleanup PSM setup * clang-format * fix cut-and-paste error Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com>
* separate proximity threshold values for self-collisions and scene collisions * increase default value of scene collision proximity threshold * deprecate old parameters
* adds empty point msg to prevent invalid indexing * do not add effort it's not used internally and should be consistent. Co-authored-by: Michael Görner <me@v4hn.de>
* added throttle to jogarm accel limit warning * switched to ERROR_ONCE
fixup! simplify communication between threads in jog arm
…essaging to main timer
…pp_interface_example.cpp Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com>
…pp_interface_example.cpp Co-authored-by: Robert Haschke <rhaschke@users.noreply.github.com>
….cpp Co-authored-by: Henning Kayser <henningkayser@picknik.ai>
* [jog_arm] fix access past end of array bug
* throttle warning logs * ROS1 Basic improvements and changes * Fixes to drift dimensions, singularity velocity scaling * tf name changes, const fixes, slight logic changes * Reverting enforceSRDFAccelVelLimits changes for now * Move ROS_LOG_THROTTLE_PERIOD to cpp files * Clang formatting * Track staleness of joint and twist seperately * Ensure joint_trajectory output is always populated with something, even when no jog * Fix joint trajectory redundant points for gazebo pub * Fix crazy joint jog from bad Eigen init * Fix variable type in addJointIncrements() * Initialize last sent command in constructor * More explicit joint_jog_cmd_ and twist_stamped_cmd_ names * Add comment clarying transform calculation / use Co-authored-by: Tyler Weaver <tyler@picknik.ai> Co-authored-by: AndyZe <andyz@utexas.edu>
6 tasks
@AdamPettinger Thanks for preparing this. When syncing forks/releases we usually don't rebase the commits since that will also detach the history from MoveIt 1. Since it was about time to do another full sync soon anyway, I decided to just run this now (see #222). All required JogArm changes should be provided there. |
Awesome @henningkayser thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Using
git filter-repo
, I grabbed the newest changes tomoveit_jog_arm
in ROS 1 through moveit/moveit#2151 and rebased it onto master here.I will use this as the base point for further changes in ROS 2 (#206), including the currently open PR to move and rename the jogger #203
Checklist