Skip to content

Commit 35ab363

Browse files
committed
serial tracking reference
1 parent 6855ad5 commit 35ab363

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

inc/Angle.h

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Original Author: Stephen Fegan
1414
* $Date: 2010/03/08 08:01:35 $
1515
* $Tag$
16+
* Based on code released under https://github.com/sfegan/serial_tracking/tree/main
1617
*
1718
**/
1819

inc/CorrectionParameters.h

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Original Author: Stephen Fegan
1414
* $Date: 2010/03/08 08:01:35 $
1515
* $Tag$
16+
* Based on code released under https://github.com/sfegan/serial_tracking/tree/main
1617
*
1718
**/
1819

src/Angle.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* Original Author: Stephen Fegan
1414
* $Date: 2010/03/08 07:39:54 $
1515
* $Tag$
16+
* Based on code released under https://github.com/sfegan/serial_tracking/tree/main
1617
*
1718
**/
1819

src/CorrectionParameters.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* $Date: 2010/03/08 07:39:54 $
1515
* $Tag$
1616
*
17+
* Based on code released under https://github.com/sfegan/serial_tracking/tree/main
18+
*
1719
**/
1820

1921
#include<iostream>

0 commit comments

Comments
 (0)