A small synthetic dataset describing trash collection routes for a home robot.
Columns:
id: row id
start_room: starting room
end_room: destination trash area (e.g., bin, main_trash)
waypoints: comma-separated intermediate waypoints
estimated_minutes: estimated duration in minutes
bag_full: whether the trash bag is full (yes/no)
Manually authored for educational purposes.
MIT