added joint position support and increased planning time#3
Open
MaxDennerle wants to merge 1 commit intokth-ros-pkg:hydrofrom
Open
added joint position support and increased planning time#3MaxDennerle wants to merge 1 commit intokth-ros-pkg:hydrofrom
MaxDennerle wants to merge 1 commit intokth-ros-pkg:hydrofrom
Conversation
|
Seems good to me, but to make it more robot generic I would allow a variable number of joints to be put in as parameters. Also, for sake of clarity it would be better to have the joint position targets in a separate parameter in the yaml file and a separate variable in the code to distinguish them from cartesian pose targets |
garaemon
added a commit
to garaemon/force_torque_tools
that referenced
this pull request
Aug 1, 2019
Suppress warning about depending on eigen
This file contains hidden or 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
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.
As promised, here is the pull request:
I added a very simple form of joint position support. You can now set the bool "use_joints" in the calib_params.yaml to true, when you want to use joints instead of cartesian coordinates. The pose lists will then be interpreted as 6 joints.