conv visualize
This commit is contained in:
parent
44bf3a2639
commit
c92b603175
|
@ -30,6 +30,7 @@ class UrdfManager:
|
|||
logger.info(f"Connect to {self.physics_client} by {type}")
|
||||
|
||||
def load_models(self):
|
||||
p.setGravity(0, 0, -9.81, physicsClientId=self.physics_client)
|
||||
p.loadURDF(
|
||||
os.path.join(self.application_path, "urdf", "plane.urdf"),
|
||||
physicsClientId=self.physics_client,
|
||||
|
@ -43,7 +44,6 @@ class UrdfManager:
|
|||
self.robot_start_position,
|
||||
useFixedBase=True,
|
||||
)
|
||||
p.setGravity(0, 0, -9.81, physicsClientId=self.physics_client)
|
||||
|
||||
def load_palletizing(self):
|
||||
pallet_position = [1.5, -1, 0.1]
|
||||
|
|
Loading…
Reference in New Issue