From c38d84332766c776a5f0d6e23cb42a4d590addde Mon Sep 17 00:00:00 2001
From: David <stierint@hotmail.com>
Date: Thu, 4 Feb 2021 22:34:01 -0500
Subject: [PATCH] update readme

---
 catkin_ws/src/uwb_delay_calibration/README.md | 24 +++++++++----------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/catkin_ws/src/uwb_delay_calibration/README.md b/catkin_ws/src/uwb_delay_calibration/README.md
index 121e406..5ac2fe9 100644
--- a/catkin_ws/src/uwb_delay_calibration/README.md
+++ b/catkin_ws/src/uwb_delay_calibration/README.md
@@ -165,7 +165,7 @@ As the uwb_interface node publishes ranging measurements, the calibration node w
 
 >>>
 109862205F8B5950<=>1124103251021B20 rangings complete: 0/1000  
-109862205F8B5950<=>112767325102118C rangings complete: 15/1000
+109862205F8B5950<=>112767325102118C rangings complete: 15/1000  
 1124103251021B20<=>112767325102118C rangings complete: 0/1000            
 >>>
 
@@ -173,7 +173,7 @@ Once the first pair has completed ranging, swap one of the active UWBs for the t
 
 >>>
 109862205F8B5950<=>1124103251021B20 rangings complete: 342/1000  
-109862205F8B5950<=>112767325102118C rangings complete: 1000/1000
+109862205F8B5950<=>112767325102118C rangings complete: 1000/1000    
 1124103251021B20<=>112767325102118C rangings complete: 0/1000            
 >>>
 
@@ -181,7 +181,7 @@ After data collection is complete for the second pair, swap UWBs to gather data
 
 >>>
 109862205F8B5950<=>1124103251021B20 rangings complete: 1000/1000  
-109862205F8B5950<=>112767325102118C rangings complete: 1000/1000
+109862205F8B5950<=>112767325102118C rangings complete: 1000/1000    
 1124103251021B20<=>112767325102118C rangings complete: 837/1000            
 >>>
 
@@ -190,15 +190,15 @@ After data collection completes, the program will output calibration values for
 >>>
 Data Colleciton Complete, Calculating RX/TX delays           
 Calibration Results:                                         
-UWB: 109862205F8B5950                                        
-    RX DELAY: 16455                                          
-    TX DELAY: 16455
-UWB: 112767325102118C                                        
-    RX DELAY: 16455                                          
-    TX DELAY: 16455                                          
-UWB: 1124103251021B20                                        
-    RX DELAY: 16456                                          
-    TX DELAY: 16456                                          
+UWB: 109862205F8B5950                                          
+    RX DELAY: 16455                                              
+    TX DELAY: 16455 
+UWB: 112767325102118C                                              
+    RX DELAY: 16455                                             
+    TX DELAY: 16455                                            
+UWB: 1124103251021B20                                            
+    RX DELAY: 16456                                           
+    TX DELAY: 16456                                             
 >>>
 
 Program these values to each of the UWBs and verify the calibration by returning to the [Setup Section](##Setup) and using the output `RX DELAY` and `TX DELAY` as the values for `TX_ANT_DELAY` and `RX_ANT_DELAY`. 
-- 
GitLab