We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83c8947 + b7e1f82 commit c7bb61dCopy full SHA for c7bb61d
1 file changed
src/semantic_world/testing.py
@@ -88,9 +88,8 @@ def two_arm_robot_world():
88
world_with_robot = robot_parser.parse()
89
# world_with_pr2.plot_kinematic_structure()
90
root = world_with_robot.root
91
- world.merge_world(world_with_robot)
92
c_root_bf = OmniDrive(parent=localization_body, child=root, _world=world)
93
- world.add_connection(c_root_bf)
+ world.merge_world(world_with_robot, root_connection=c_root_bf)
94
return world
95
96
@pytest.fixture
0 commit comments