# Articulated Objects đ `ArtVIP/Articulated_objects` contains **206** articulated objects. ## All object categories The articulated objects are organized into the following categories: | Category | Items | |----------|-------| | Household Items | basket, cardboard_box, mop, pump_bottle, stationery, tongs, toolbox, trash_can | | Large Furniture | cupboard, wardrobe | | Major Appliances | built-in_oven, dishwasher, refrigerator, standing_fan, toilet, washing_machine, water_dispenser | | Small Appliances | coffee_machine, laptop, microwave, oven, rice_cooker, table_fan, water_dispenser | | Small Furniture | cabinet, chair, faucet, filing_cabinet, shoe_cabinet, table | ## Modular Interactive Objects From all of the above objects, we selected a portion (**48**) and set up modular interactive functions, mainly providing three types of modular interactions that simulate physical behavior in the real world: ### 1. Magnetic Door Effect Items like refrigerators with door closers or cabinets with magnetic strips exhibit different physical behavior near the closing pointâsuch as increased pulling force and locking effect. Simulating this requires configuring joint control models to reflect the force change before and after the magnetic engagement threshold. **Objects with Magnetic Door Effect (14 total):** - `large_furniture/cupboard/` (2 items) - `major_appliances/dishwasher/` (4 items) - `major_appliances/refrigerator/fridge/` (4 items) - `major_appliances/refrigerator/refrigerator/` (4 items)