facebookresearch / habitat-lab

A modular high-level library to train embodied AI agents across a variety of tasks and environments.
https://aihabitat.org/
MIT License
1.81k stars 460 forks source link

HITL - Disallow placing objects onto held objects. #1951

Closed 0mdc closed 1 month ago

0mdc commented 1 month ago

Motivation and Context

This change disallows placing objects onto objects held by other agents.

How Has This Been Tested

Tested in multiplayer HITL.

Types of changes

Checklist

0mdc commented 1 month ago

@zephirefaith I'll soon be hooking up the UI to an event system to capture all user-generated events. I'll give you pointers.