logs
This commit is contained in:
@@ -144,6 +144,7 @@ class TestPositionChanger(unittest.TestCase):
|
|||||||
end_time = time.time() + 10.0
|
end_time = time.time() + 10.0
|
||||||
try:
|
try:
|
||||||
while time.time() < end_time:
|
while time.time() < end_time:
|
||||||
|
print("yeet")
|
||||||
rclpy.spin_once(self.node)
|
rclpy.spin_once(self.node)
|
||||||
# send 5 lidar messages and after that stop
|
# send 5 lidar messages and after that stop
|
||||||
if (lidar_messages_published < 5):
|
if (lidar_messages_published < 5):
|
||||||
|
|||||||
Reference in New Issue
Block a user