Skip to content

Commit

Permalink
added error code EMPTY_PROBLEM
Browse files Browse the repository at this point in the history
  • Loading branch information
ichumuh committed Oct 18, 2022
1 parent 0db538b commit 875918b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action/Move.action
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ int64 QP_SOLVER_ERROR=10 # if no solver code fits
int64 MAX_NWSR_REACHED=11 # increasing NWSR in config file might fix this
int64 OUT_OF_JOINT_LIMITS=12
int64 HARD_CONSTRAINTS_VIOLATED=13 # conflicting hard constraints, probably because of collision avoidance
int64 EMPTY_PROBLEM=14

# world state exceptions
int64 WORLD_ERROR=20 # if no world error fits
Expand Down

0 comments on commit 875918b

Please sign in to comment.