adding new point just befor the final point produce jerkey motion#635
Merged
k-okada merged 1 commit intojsk-ros-pkg:masterfrom Jul 19, 2016
Merged
adding new point just befor the final point produce jerkey motion#635k-okada merged 1 commit intojsk-ros-pkg:masterfrom
k-okada merged 1 commit intojsk-ros-pkg:masterfrom
Conversation
Member
Author
|
before after I tested with following code But I think fundamental problem is that they use Bezier function at |
…f points to sent from v1.1.1 if num_points is 1, it will use current position to the first element of trajectory point RethinkRobotics/baxter_interface@b38ec25
Member
Author
|
RethinkRobotics/baxter_interface@b38ec25 has been merged since v1.1.1 and we nolongr need to add current position if length of trajectory.points is 1 |
Member
Author
|
if RethinkRobotics/baxter_interface#73 is merged, we can remove |
This was referenced Jul 19, 2016
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.


This will generate smoother motion, expecting not to produce jerkey motion specially the end of the trajectory
this code is introduced in #289, and @wkentaro said
I think this works. why don't you merge this?so may be no longer need this code at some point...Only tested on the gazebo, need to test on the real robot