Skip to content

Commit 6e7a66c

Browse files
committed
Tidy up noisy print
Addresses qcr/benchbot#55.
1 parent 350b85f commit 6e7a66c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nodes/noisify_odom

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ class PoseNoisifier(object):
133133
sp.SE3_from_yaw(self._last_vel.angular.z *
134134
_noisy(self.noise_angular))),
135135
)
136-
print(sp.rpy_from_SE3(self._accumulated_error),
137-
self._accumulated_error[0:3, 3])
138136

139137
def update_start_pose(self, start_pose_msg):
140138
with self._lock:

0 commit comments

Comments
 (0)