Skip to content

Commit

Permalink
Specify Pose of table using angle units in degrees
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar-sanjeeev committed Dec 8, 2024
1 parent 9982d19 commit e0abd59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrobosim/examples/demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def create_world(multirobot=False):
table = world.add_location(
category="table",
parent="kitchen",
pose=Pose(x=0.85, y=-0.5, z=0.0, yaw=-np.pi / 2.0),
pose=Pose(x=0.85, y=-0.5, z=0.0, yaw=-90, angle_units="degrees"),
)
desk = world.add_location(
category="desk", parent="bedroom", pose=Pose(x=3.15, y=3.65, z=0.0, yaw=0.0)
Expand Down

0 comments on commit e0abd59

Please sign in to comment.