jsk-ros-pkg/jsk_demos

pr2 fetches drink demo on gazebo

furushchev opened this issue · 25 comments

working pr2.launch level

working demo launch level

rgb -> bgr problem
PR2/pr2_common#244

Depth name problem
PR2/pr2_common#243

@aginika ありがとう

@furushchev tilit_shadow_filter didn't fail...

export ROBOT=sim
roslaunch jsk_pr2_startup pr2_gazebo_73b2.launch

I executed above command. Is there any other thing to do?

確かに落ちてます。
配列のindexに-2147483648を入れるときがあるみたいです。

-1490571
by @aginika

  • 冷蔵庫がバラバラになってしまう時がある。(modelはfixed)
  • pr2のパターン照射がうるさい

fridge_broken

冷蔵庫を固定してみると、ドアの把持まではうまくいきそう。

fridge_demo

  • Prepare the node which will set the initial pose for amcl
  • remove this
    gomi
  • pr2のstart-graspが終わらない

grasp_fail

stop-graspは終わる?

終わる。おそらくドアハンドルに阻まれて目標に到達しないんだと思う。

start-grasp problem is solved with above solution.

上記ので,というのは

<!-- Set params for sim -->
<param
name="r_gripper_controller/gripper_action_node/stall_velocity_threshold"
value="0.01" type="double"/>
<param
name="l_gripper_controller/gripper_action_node/stall_velocity_threshold"
value="0.01" type="double"/>

?

◉ Kei Okada

On Thu, Dec 10, 2015 at 4:05 PM, aginika notifications@github.com wrote:

start-grasp問題は上記ので解決しました。


Reply to this email directly or view it on GitHub
#1149 (comment)
.

@aginika @k-okada みんな困ると思うのでupstreamにもPR送りました。
PR2/pr2_simulator#115

@furushchev @aginika @k-okada

If anyone else from your lab needs maintainer admin access.. let me know and I can give it to you. You guys are doing great work.

Closed this issue. All issues were now solved.

Thanks