ErrLookup › AtsushiSakai/PythonRobotics
AtsushiSakai/PythonRobotics
Python sample codes and textbook for robotics algorithms. · Python · 164 source files
Analyzed at 1fe4fb980f on 2026-08-28. 22 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Input array should only contain 0 and 1 | validation | error | numpy, distance-transform, input-validation |
| Node is not implemented | exception | error | behavior-tree, abstract-method, python |
| Children are not set | validation | error | behavior-tree, control-node, validation |
| Unknown status | exception | error | behavior-tree, enum-validation, sequence-node |
| WhileDoElseNode must have exactly 3 or 2 children | validation | error | behavior-tree, while-do-else, arity-validation |
| Child is not set | validation | error | behavior-tree, decorator-node, validation |
| {root.name} Control node must have children | validation | error | behavior-tree, xml-parsing, validation |
| {root.name} Decorator node must have exactly one child | validation | error | behavior-tree, xml-parsing, decorator-node |
| {root.name} Action node must have no children | validation | error | behavior-tree, xml-parsing, action-node |
| Unknown node type: {node.tag} | validation | error | behavior-tree, xml-parsing, unknown-tag |
| |{self._name}| invalid transition: <{src_state.name}> : [{ev | validation | error | state-machine, transition-validation, event-driven |
| State machine is not initialized | validation | error | state-machine, initialization, lifecycle |
| Invalid event: {event} | validation | error | state-machine, event-validation, typos |
| x coordinates must be sorted in ascending order | validation | error | spline-interpolation, numpy, input-validation |
| robot_type must be an instance of RobotType | validation | error | enum, type-validation, config, python |
| self.moving direction is invalid | validation | error | coverage-planning, enum, config, validation |
| Number of obstacles is greater than grid size! | validation | error | path-planning, grid, obstacles, validation, constructor |
| Agent index cannot be 0 | validation | error | path-planning, reservation, agent-index, off-by-one |
| Agent {agent_index} tried to reserve a position already rese | validation | error | path-planning, multi-agent, collision, reservation, conflict |
| Path position not found for time {i}. | exception | error | path-planning, plotting, animation, path-validation |
| No path found | exception | error | path-planning, safe-interval, no-solution, search-exhausted |
| No path found | exception | error | path-planning, a-star, no-solution, search-exhausted |