Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Feb 10, 2024
1 parent 41c3815 commit b18f1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/autonomysim/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ def simGetVehiclePose(self, vehicle_name=""):
"""
pose = self.client.call("simGetVehiclePose", vehicle_name)
return Pose.from_msgpack(pose)
autonomysim

def simSetTraceLine(self, color_rgba, thickness=1.0, vehicle_name=""):
"""
Modify the color and thickness of the line when Tracing is enabled
Expand Down

0 comments on commit b18f1de

Please sign in to comment.