Thank you for this amazing repository!
I tried running ex_train.bash file using reach-v0 and grasp-v0 environments, and I am getting this error repeating in the log terminal:
[train.py-9] [INFO] [1738223111.533212688] [joint_trajectory_controller]: Accepted new action goal
[train.py-9] [INFO] [1738223111.558696587] [gripper_trajectory_controller]: Goal reached, success!
[train.py-9] [INFO] [1738223111.695858269] [gripper_trajectory_controller]: Received new action goal
[train.py-9] [INFO] [1738223111.695928880] [gripper_trajectory_controller]: Accepted new action goal
[train.py-9] [ERROR] [1738223111.699003631] [drl_grasping_0]: Action 'joint_trajectory_controller/follow_joint_trajectory' was unsuccessful: 5.
[train.py-9] [ERROR] [1738223111.700511261] [drl_grasping_0]: Action 'gripper_trajectory_controller/follow_joint_trajectory' was unsuccessful: 5.
[train.py-9] [ERROR] [1738223111.701031727] [drl_grasping_0]: Action 'gripper_trajectory_controller/follow_joint_trajectory' was unsuccessful: 5.
[train.py-9] [INFO] [1738223111.725962534] [joint_trajectory_controller]: Received new action goal
[train.py-9] [INFO] [1738223111.726004452] [joint_trajectory_controller]: Accepted new action goal
[train.py-9] [ERROR] [1738223111.877747029] [drl_grasping_0]: Action 'joint_trajectory_controller/follow_joint_trajectory' was unsuccessful: 5.
[train.py-9] [ERROR] [1738223111.878758634] [drl_grasping_0]: Action 'joint_trajectory_controller/follow_joint_trajectory' was unsuccessful: 5.
[train.py-9] [ERROR] [1738223111.882890962] [drl_grasping_0]: Action 'joint_trajectory_controller/follow_joint_trajectory' was unsuccessful: 5.
[train.py-9] [INFO] [1738223111.896224860] [joint_trajectory_controller]: Received new action goal
[train.py-9] [INFO] [1738223111.896261447] [joint_trajectory_controller]: Accepted new action goal
[train.py-9] [INFO] [1738223111.920762726] [gripper_trajectory_controller]: Goal reached, success!
[train.py-9] [ERROR] [1738223112.066170263] [drl_grasping_0]: Action 'joint_trajectory_controller/follow_joint_trajectory' was unsuccessful: 5.
[train.py-9] [ERROR] [1738223112.069397011] [drl_grasping_0]: Action 'joint_trajectory_controller/follow_joint_trajectory' was unsuccessful: 5.
[evaluate.py-10] [INFO] [1738217726.937639924] [joint_trajectory_controller]: Received new action goal
[evaluate.py-10] [INFO] [1738217726.937689261] [joint_trajectory_controller]: Accepted new action goal
[evaluate.py-10] [INFO] [1738217726.955191282] [drl_grasping_0]: Objects overlapping, trying new positions
[evaluate.py-10] [INFO] [1738217726.956227882] [joint_trajectory_controller]: Goal reached, success!
[evaluate.py-10] [INFO] [1738217726.969279973] [drl_grasping_0]: Objects overlapping, trying new positions
[evaluate.py-10] [WARN] [1738217727.005667142] [drl_grasping_0]: Command failed because MoveIt Servo is not yet enabled.
[evaluate.py-10] [WARN] [1738217727.016479687] [drl_grasping_0]: Calling '/servo_node/start_servo' service to enable MoveIt Servo...
[evaluate.py-10] [WARN] [1738217727.054877874] [drl_grasping_0]: Command failed because MoveIt Servo is not yet enabled.
The error keeps repeating every 4-5 lines,
Is that normal?
Thank you for this amazing repository!
I tried running ex_train.bash file using reach-v0 and grasp-v0 environments, and I am getting this error repeating in the log terminal:
The error keeps repeating every 4-5 lines,
Is that normal?