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
When one of the joint controller actions fails to connect to its controller for more than 30 seconds, it prints a warning:
/u/wim/boxturtle_wg_all/stacks/pr2_controllers/joint_trajectory_action/src/joint_trajectory_action.cpp:JointTrajectoryExecuter:110
Waited for the controller for 30 seconds, but it never showed up.
This happens quite often, because the robot calibration can easily take more than 30 seconds. It would be useful if the action could also print a message when it does connect to the controller. Right now it is not clear if the action is dead or not, because the only thing it prints is the message about the failure to connect to the controller.
When one of the joint controller actions fails to connect to its controller for more than 30 seconds, it prints a warning:
/u/wim/boxturtle_wg_all/stacks/pr2_controllers/joint_trajectory_action/src/joint_trajectory_action.cpp:JointTrajectoryExecuter:110
Waited for the controller for 30 seconds, but it never showed up.
This happens quite often, because the robot calibration can easily take more than 30 seconds. It would be useful if the action could also print a message when it does connect to the controller. Right now it is not clear if the action is dead or not, because the only thing it prints is the message about the failure to connect to the controller.
This is a boxturtle-only issue I guess.
trac data:
The text was updated successfully, but these errors were encountered: