Questions: Robot Operating System (ROS)

1 questions to test your understanding

Score: 0 / 1
Question 1 Multiple Choice

A robot's perception node detects obstacles and publishes them as a list. A planning node subscribes and computes a collision-free path. If the perception node crashes, what happens to the planning node?

AThe planning node immediately crashes as well, because it depends on perception data
BThe planning node continues running, using the last perception message it received. If perception doesn't recover quickly, the planner operates on stale data, potentially creating hazards
CROS automatically restarts the perception node and resumes publishing
DThe planning node switches to a hardcoded fallback algorithm without perception data