Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
Bachelorarbeit
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Jan Wille
Bachelorarbeit
Commits
6ca9f23b
Commit
6ca9f23b
authored
2 years ago
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
entzerrer node: tabelle für Laufzeitmessung
parent
47726c98
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
chap/kalibrierung.tex
+19
-1
19 additions, 1 deletion
chap/kalibrierung.tex
with
19 additions
and
1 deletion
chap/kalibrierung.tex
+
19
−
1
View file @
6ca9f23b
...
...
@@ -413,7 +413,25 @@
Um die Laufzeit der
\gls
{
ROS Node
}
zu bestimmen wird die aktuelle Zeit wie sie von der Funktion
\lstinline
{
ros::Time::now()
}
zurückgegeben wird verwendet. Die aktuelle Zeit beim Start der
\gls
{
Callback
}
wird abgespeichert. Nach Durchlauf der Funktion wird
erneut die aktuelle Zeit bestimmt und die Differenz in Sekunden als Debug-Nachricht ausgegeben. Die Laufzeit der
\gls
{
ROS Node
}
wird
über einige Zeit gemittelt. Dabei ergibt sich eine Laufzeit von
$
\approx
6
\,\ms
$
.
über einige Zeit gemittelt. Dabei ergibt sich eine Laufzeit von
$
\approx
3
,
9
\,\ms
$
.
\begin{table}
\caption
{
Gemessene Laufzeit bei 10 Durchläufen der
\gls
{
Callback
}}
\begin{tabular}
{
r|S
}
Durchlauf Nr.
&
\multicolumn
{
1
}{
c
}{
gemessene Laufzeit
}
\\\hline
1
&
3,885214
\,\ms
\\
2
&
4,068192
\,\ms
\\
3
&
3,968679
\,\ms
\\
4
&
3,711925
\,\ms
\\
5
&
3,969982
\,\ms
\\
6
&
4,085944
\,\ms
\\
7
&
4,024673
\,\ms
\\
8
&
3,897130
\,\ms
\\
9
&
3,752863
\,\ms
\\
10
&
4,095999
\,\ms
\\
\end{tabular}
\todo
[inline]
{
ist die Tabelle überhaupt sinnvoll?
}
\end{table}
\section
{
Extrinsische Kalibrierung
}
\label
{
sec: extrensic
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment