For the Joint Trajectory action server, standardize returned error results. #375
Labels
feature/robotics
This item is related to robotics.
good-first-issue
Issue ready for a new contributor according to the help wanted guidelines.
kind/enhancement
Enhancement to an existing feature.
priority/minor
Lowest priority. Work that may be scheduled
Currently, some ways of returning errors are not fully informative for the action client.
control_msgs::action::FollowJointTrajectory
.For example, if the goal cannot be reached, first accept it, and then return a failure result. Currently it is rejected with
rclcpp_action::GoalResponse::REJECT,
which does not leave an information as to why.The text was updated successfully, but these errors were encountered: