Skip to content

Commit c7bb61d

Browse files
authored
Merge pull request #41 from ichumuh/merge_pose
fixed two_arm_robot_world
2 parents 83c8947 + b7e1f82 commit c7bb61d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/semantic_world/testing.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,8 @@ def two_arm_robot_world():
8888
world_with_robot = robot_parser.parse()
8989
# world_with_pr2.plot_kinematic_structure()
9090
root = world_with_robot.root
91-
world.merge_world(world_with_robot)
9291
c_root_bf = OmniDrive(parent=localization_body, child=root, _world=world)
93-
world.add_connection(c_root_bf)
92+
world.merge_world(world_with_robot, root_connection=c_root_bf)
9493
return world
9594

9695
@pytest.fixture

0 commit comments

Comments
 (0)