Skip to content

Commit aa03933

Browse files
committed
replace all robot model to simplified version
1 parent cccf0e5 commit aa03933

13 files changed

Lines changed: 13 additions & 13 deletions

File tree

examples/add_entity/add_robot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def main():
5050
.joinpath(synthnova_physics_simulator.synthnova_assets_directory)
5151
.joinpath("synthnova_assets")
5252
.joinpath("robots")
53-
.joinpath("galbot_one_foxtrot_description")
53+
.joinpath("galbot_one_foxtrot_description_simplified")
5454
.joinpath("galbot_one_foxtrot.xml"),
5555
position=[0, 0, 0],
5656
orientation=[0, 0, 0, 1]

examples/galbot_interface_examples/basic/chassis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def main():
5858
.joinpath(synthnova_physics_simulator.synthnova_assets_directory)
5959
.joinpath("synthnova_assets")
6060
.joinpath("robots")
61-
.joinpath("galbot_one_foxtrot_description")
61+
.joinpath("galbot_one_foxtrot_description_simplified")
6262
.joinpath("galbot_one_foxtrot.xml"),
6363
position=[0, 0, 0],
6464
orientation=[0, 0, 0, 1]

examples/galbot_interface_examples/basic/head.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def main():
5656
.joinpath(synthnova_physics_simulator.synthnova_assets_directory)
5757
.joinpath("synthnova_assets")
5858
.joinpath("robots")
59-
.joinpath("galbot_one_foxtrot_description")
59+
.joinpath("galbot_one_foxtrot_description_simplified")
6060
.joinpath("galbot_one_foxtrot.xml"),
6161
position=[0, 0, 0],
6262
orientation=[0, 0, 0, 1]

examples/galbot_interface_examples/basic/left_arm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def main():
5757
.joinpath(synthnova_physics_simulator.synthnova_assets_directory)
5858
.joinpath("synthnova_assets")
5959
.joinpath("robots")
60-
.joinpath("galbot_one_foxtrot_description")
60+
.joinpath("galbot_one_foxtrot_description_simplified")
6161
.joinpath("galbot_one_foxtrot.xml"),
6262
position=[0, 0, 0],
6363
orientation=[0, 0, 0, 1]

examples/galbot_interface_examples/basic/left_gripper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main():
5151
.joinpath(synthnova_physics_simulator.synthnova_assets_directory)
5252
.joinpath("synthnova_assets")
5353
.joinpath("robots")
54-
.joinpath("galbot_one_foxtrot_description")
54+
.joinpath("galbot_one_foxtrot_description_simplified")
5555
.joinpath("galbot_one_foxtrot.xml"),
5656
position=[0, 0, 0],
5757
orientation=[0, 0, 0, 1]

examples/galbot_interface_examples/basic/leg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def main():
5757
.joinpath(synthnova_physics_simulator.synthnova_assets_directory)
5858
.joinpath("synthnova_assets")
5959
.joinpath("robots")
60-
.joinpath("galbot_one_foxtrot_description")
60+
.joinpath("galbot_one_foxtrot_description_simplified")
6161
.joinpath("galbot_one_foxtrot.xml"),
6262
position=[0, 0, 0],
6363
orientation=[0, 0, 0, 1]

examples/galbot_interface_examples/basic/right_arm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def main():
5858
.joinpath(synthnova_physics_simulator.synthnova_assets_directory)
5959
.joinpath("synthnova_assets")
6060
.joinpath("robots")
61-
.joinpath("galbot_one_foxtrot_description")
61+
.joinpath("galbot_one_foxtrot_description_simplified")
6262
.joinpath("galbot_one_foxtrot.xml"),
6363
position=[0, 0, 0],
6464
orientation=[0, 0, 0, 1]

examples/galbot_interface_examples/basic/right_gripper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main():
5151
.joinpath(synthnova_physics_simulator.synthnova_assets_directory)
5252
.joinpath("synthnova_assets")
5353
.joinpath("robots")
54-
.joinpath("galbot_one_foxtrot_description")
54+
.joinpath("galbot_one_foxtrot_description_simplified")
5555
.joinpath("galbot_one_foxtrot.xml"),
5656
position=[0, 0, 0],
5757
orientation=[0, 0, 0, 1]

examples/galbot_interface_examples/sensors/front_head_camera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def main():
6262
.joinpath(synthnova_physics_simulator.synthnova_assets_directory)
6363
.joinpath("synthnova_assets")
6464
.joinpath("robots")
65-
.joinpath("galbot_one_foxtrot_description")
65+
.joinpath("galbot_one_foxtrot_description_simplified")
6666
.joinpath("galbot_one_foxtrot.xml"),
6767
position=[0, 0, 0],
6868
orientation=[0, 0, 0, 1]

examples/galbot_interface_examples/sensors/left_wrist_camera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def main():
6161
.joinpath(synthnova_physics_simulator.synthnova_assets_directory)
6262
.joinpath("synthnova_assets")
6363
.joinpath("robots")
64-
.joinpath("galbot_one_foxtrot_description")
64+
.joinpath("galbot_one_foxtrot_description_simplified")
6565
.joinpath("galbot_one_foxtrot.xml"),
6666
position=[0, 0, 0],
6767
orientation=[0, 0, 0, 1]

0 commit comments

Comments
 (0)