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
Hi, I'm a beginner to ros.
I tried the guidence in chapter7 and nothing happens. I have catkin_make the moveit_simple_grapes successfully. Now I'm crazy beacuse of this issues.
When I typed the following :
roslaunch seven_dof_arm_config demo.launch demo.launch -> work fine
roslaunch seven_dof_arm_gazebo grasp_generator_server.launch -> work fine
rosrun seven_dof_arm_gazebo pick_and_place.py -> work but have some trouble.
Nothing happens in rviz, and it shows
Pick up goal failed!: Timeout reached
[WARN] [WallTime: 1558935438.075925] Pick up failed! Retrying ...
[ERROR] [WallTime: 1558935444.419281] Pick up goal failed!: Timeout reached
[WARN] [WallTime: 1558935444.421875] Pick up failed! Retrying
The picture maybe the cause.
I run these code in VM.
ubuntu14.04
ros-indigo
gazebo 7
The text was updated successfully, but these errors were encountered:
ChenyangRan
changed the title
Chapter7:Nothing happens when run pick_and_place.py
Nothing happens when run pick_and_place.py
May 27, 2019
I think we have to do some trial and error in this case. The pick and place is a series of commands to the arm to pick the object, grasp the object and place the object. The MoveIt! is executing each command. I would suggest you run some example to do IK alone to make sure MoveIt! IK is working well if it is working, we may need to isolate each section of the code and need to check which is causing the issue.
I also doubt VM causing issues, this kind of behaviour can be expected when we testing with VM, mainly due to graphics driver related issues.
Hi, I'm a beginner to ros.
I tried the guidence in chapter7 and nothing happens. I have catkin_make the moveit_simple_grapes successfully. Now I'm crazy beacuse of this issues.
When I typed the following :
roslaunch seven_dof_arm_config demo.launch demo.launch -> work fine
roslaunch seven_dof_arm_gazebo grasp_generator_server.launch -> work fine
rosrun seven_dof_arm_gazebo pick_and_place.py -> work but have some trouble.
Nothing happens in rviz, and it shows
Pick up goal failed!: Timeout reached
[WARN] [WallTime: 1558935438.075925] Pick up failed! Retrying ...
[ERROR] [WallTime: 1558935444.419281] Pick up goal failed!: Timeout reached
[WARN] [WallTime: 1558935444.421875] Pick up failed! Retrying
The picture maybe the cause.
I run these code in VM.
ubuntu14.04
ros-indigo
gazebo 7
The text was updated successfully, but these errors were encountered: