Skip to content

There is a bug in controller.py. Can't use MoveArm()!!!!!!!!!!!!!! #23

@WZX0Swarm0Robotics

Description

@WZX0Swarm0Robotics

My code is:
import ai2thor.controller
controller = controller.step(
action="MoveArm",
position=dict(x=object_position['x'], y=object_position['y'], z=object_position['z']),
coordinateSpace="world",
restrictMovement=False,
speed=1,
returnToStart=False,
fixedDeltaTime=0.02
)
event = controller.search_all_closed('FloorPlan227')

My version of ai2thor is 5.0.0.

The output is:
ValueError: Invalid action: MoveArm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions