Skip to content

Commit 4afb0f7

Browse files
Hot fix Task.generate_id_mappings(): remove left/right_eef_target from id mappings
1 parent 670f2a8 commit 4afb0f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

robosuite/models/tasks/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def generate_id_mappings(self, sim):
137137
models += [robot] + robot.models
138138

139139
worldbody = self.mujoco_arena.root.find("worldbody")
140-
exclude_bodies = ["table"]
140+
exclude_bodies = ["table", "left_eef_target", "right_eef_target"] # targets used for viz / mjgui
141141
top_level_bodies = [
142142
body.attrib.get("name")
143143
for body in worldbody.findall("body")

0 commit comments

Comments
 (0)