-
Notifications
You must be signed in to change notification settings - Fork 24
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
STを入れるとおかしな姿勢になる #191
Comments
このコミットでセンサが傾いてつけるようになっています。 以下のyamlのimuの設定にいい感じでrotationを入れると良いのではないかと思います。 |
imu_sensor0: {ros_name: 'sample_imu_sensor', link_name: 'WAIST_LINK0', frame_id: 'WAIST_LINK0', translation: [0, 0, 0], rotation: [1, 0, 0, 0]} |
kfのデバッグ用に僕が加えました. hrpsys-simulatorでは動いていたので大丈夫だったと思っていましたが… |
歩かないのはstep timeを小さくすると歩くと思います。 https://github.com/start-jsk/rtmros_gazebo/blob/master/hrpsys_gazebo_general/worlds/empty.world#L20 また、ちょっとあれですが、 |
というか,そもそも,imu_sensors_configが有るのはなぜだろう. ◉ Kei Okada On Tue, Jun 23, 2015 at 12:14 AM, Eisoku Kuroiwa [email protected]
|
これがむずかしそうで,実装されていないです. |
ふーむ.pr2みるとurdfから spawn_modelしていて,imuがみえているから,簡単そうだけどなぁ. ◉ Kei Okada 2015-06-23 1:24 GMT+09:00 Yohei Kakiuchi [email protected]:
|
(send ri :calibrate-inertia-sensor) したらまっすぐになりました。 |
本来の趣旨とは違う方向で定着してしまうと良くないのでちゃんと治したいところです. ◉ Kei Okada 2015-06-23 21:38 GMT+09:00 Yoshimaru Tanaka [email protected]:
|
これは、collada=>urdfに変換したときにセンサ情報が残らないということでしょうか。 |
ちゃんとはわかっていませんが, ◉ Kei Okada 2015-06-24 13:16 GMT+09:00 Shunichi Nozawa [email protected]:
|
pr2がimuをよんでるのも、とくに(PR2用の)gazeboプラグインがあるのでなくて、 |
https://github.com/PR2/pr2_common/blob/indigo-devel/pr2_description/urdf/sensors/microstrain_3dmgx2_imu.urdf.xacro ◉ Kei Okada 2015-06-24 13:37 GMT+09:00 Shunichi Nozawa [email protected]:
|
両方ですね。 後者は、現状コードがないです。 |
start-jsk/rtmros_tutorials#332 で修正しています。 ちょっと間違ったことを書きました。 |
前者の問題は、
こちらも手書きでかかずに、正規のmodel conversionの流れでできるものでしょうか。 あとこれに関連して、もしかしたらcolladaを経由する方法をやめてurdfを経由するように色々書き換えたら |
…raight-end-coords Modify staro robotiq straight end coords
gazeboのsample robotでroseusから
(send ri :start-auto-balancer)
(send ri :start-st)
とすると、:start-stをした時に、
画像のように左肩が下がります。
:go-posで歩かせると当然コケますが、どこかパラメータがおかしくなっているのでしょうか。
The text was updated successfully, but these errors were encountered: