You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(defun main
()
(reset-pose)
(send ri :calibrate-inertia-sensor)
(unix::sleep 10)
(send ri :start-auto-balancer)
(send ri :start-st)
(test-reaching)
(walk-to-target)
(send ri :stop-st)
(unix::sleep 10)
(model2real)
)
一応スリープを10秒に変えてみましたが,上手くいきませんでした.
The text was updated successfully, but these errors were encountered:
start-jsk/rtmros_gazebo#191 (comment)
ここで話されているのと同じようにロボットが傾いたので,
samplerobot-reaching.lの中を見てみましたが,
ちゃんとcalibrate-inertia-sensorが入っていて,なぜ傾くかがよくわかっていません.
(defun main
()
(reset-pose)
(send ri :calibrate-inertia-sensor)
(unix::sleep 10)
(send ri :start-auto-balancer)
(send ri :start-st)
(test-reaching)
(walk-to-target)
(send ri :stop-st)
(unix::sleep 10)
(model2real)
)
一応スリープを10秒に変えてみましたが,上手くいきませんでした.
The text was updated successfully, but these errors were encountered: