-
Notifications
You must be signed in to change notification settings - Fork 35
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
arm moves with jerky start in case of useing moveit! #1989
Comments
This motion is done as below
|
|
@knorth55 が使用する前に、私がgripper-v5用に右腕の重力補償を以下のようにグリッパ重量を考慮したものに書き換えていました。(http://sdk.rethinkrobotics.com/wiki/Gripper_Customization#Gripper_and_Object_Mass)
使用後に以下のようにグリッパ重量を考慮しないものに書き換え直したのですが、
実は上の値は初期値ではなく、このせいで重力補償に異常が発生している・・・のかもしれません。ありえないとは思いますが、念の為書いておきます。 |
動画見て、やっぱり重力補償の問題ではないと思いました。 |
この時のjointtrajectoryactionを教えてくれると嬉しいです.
わからないけど、tm=0付近で変な位置をあたえていたり、速度が入っている可能性があるあkな.と.
…--
◉ Kei Okada
2016-12-25 1:24 GMT+09:00 Shun Hasegawa <[email protected]>:
動画見て、やっぱり重力補償の問題ではないと思いました。
baxter_interfaceパッケージの wkentaro/baxter_interface#1
<wkentaro/baxter_interface#1>
をrevertしてみると治ったりするでしょうか。
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1989 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAeG3DWHz0T90BH_qNbFw4e7OggX6k00ks5rLUdFgaJpZM4LVPMI>
.
|
を見ると、速度のlistは空になっているように見えます。 |
joint_trajectoryのgoalはechoしたものをgistにおきました
|
でした. |
|
このときの |
What happens
/robot/limb/right/joint_command/command
is not so different, but/robot/joint_states
is quite different.this problem occurs when I use
:angle-vector-motion-plan
Graphs
when I move arm with moveit!
at 3216, arm moves instead
command
is staticThis is graph when I move arm without moveit! (default
:angle-vector-raw
)Videos
Motion with Moveit!: https://drive.google.com/open?id=0B5DV6gwLHtyJSXBuc212a0wxVFU
Motion without Moveit!: https://drive.google.com/open?id=0B5DV6gwLHtyJYzBvaUlJT3Q1RHM
Motion planned by Moveit! (rviz) : https://drive.google.com/open?id=0B5DV6gwLHtyJNXN0aFl3dkRmR1k
Trajectory
This is
/robot/limb/right/follow_joint_trajectory/goal
topic with moveit!:https://gist.github.com/knorth55/c6e74ecc7aac21a1bc0724a52e496924
This is
/robot/limb/right/follow_joint_trajectory/goal
topic without moveit!:https://gist.github.com/knorth55/cd57bc8d2ab23a51eaa8dd428fe12d81
Info
I use
baxter_interface
with minjerk and arm moves with no jerky motion witheuslisp
default:angle-vector-raw
.I checked with rviz and gazebo simulation, and planned trajectory works fine in both rviz and gazebo simulator.
@k-okada I have no idea what cause this problem. Could you help me?
The text was updated successfully, but these errors were encountered: