Skip to content

Commit

Permalink
[issue JdeRobot#119] solved bug with pose3d in global navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
aitormf committed Mar 13, 2017
1 parent 67dcc7a commit 1317dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global_navigation/sensors/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ def getRobotY(self):

def getRobotTheta(self):
if self.pose3d.hasproxy():
return self.pose3d.Yaw()
return self.pose3d.getYaw()

0 comments on commit 1317dd3

Please sign in to comment.