Skip to content
Snippets Groups Projects
Commit 6d59b527 authored by Nikhil Ambardar's avatar Nikhil Ambardar
Browse files

Emergency-stop-error

parent f5f7a64e
Branches
No related tags found
No related merge requests found
\chapter{EVALUVATION}\label{ch:conclusion} \chapter{EVALUVATION}\label{ch:conclusion}
misc This section demonstrates the results for the program implemented in the previous chapter as well as the results for the test cases implemented.
After this stage the program is once again built and run and this now displays the new changed values for robot joints position and orientation in Gazebo simulator. The results are then shared in evaluation section. More details about the tools and attributes they can handle are described below.
\section{Results}
\subsection{WORLD MODEL TEST RESULTS} \subsection{World Model Implementation Results}
The implementation section gives out results for the Position and Orientation of Joints of Robot Franka Panda Emika .\\ The implementation section gives out results for the Position and Orientation of Joints of Robot Franka Panda Emika .\\
...@@ -47,4 +44,7 @@ pandalink3 Orientation is w=0.443721,x=-0.314109, y=0.478016,z=0.68989 ...@@ -47,4 +44,7 @@ pandalink3 Orientation is w=0.443721,x=-0.314109, y=0.478016,z=0.68989
This show a changed set of values for position and orientation for all joints of Robot Franka Panda . This show a changed set of values for position and orientation for all joints of Robot Franka Panda .
\section{World Model Test Implementation}
misc Test
After this stage the program is once again built and run and this now displays the new changed values for robot joints position and orientation in Gazebo simulator. The results are then shared in evaluation section. More details about the tools and attributes they can handle are described below.
...@@ -24,7 +24,7 @@ Latex starter repository was forked from Gitlab repository on to local machine. ...@@ -24,7 +24,7 @@ Latex starter repository was forked from Gitlab repository on to local machine.
Here is how a Latex root document looks like and short description for each section. Here is how a Latex root document looks like and short description for each section.
\begin{lstlisting} \begin{verbatim}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[english]{babel} \usepackage[english]{babel}
...@@ -41,16 +41,16 @@ hyperref, ...@@ -41,16 +41,16 @@ hyperref,
\AtEveryBibitem{% \AtEveryBibitem{%
\clearfield{note}% \clearfield{note}%
} }
\end{lstlisting} \end{verbatim}
The document uses markup "\usepackage{}" to include different packages and lets user set various parameters for them like style, bibliography etc. There is large library of packages used to include in documents. Then begins the document details itself. The document uses markup "\usepackage{}" to include different packages and lets user set various parameters for them like style, bibliography etc. There is large library of packages used to include in documents. Then begins the document details itself.
\begin{verbatim}
\texttt{ \faculty{Fakultat Informatik}
\faculty{Fakultät Informatik}
\department{} \department{}
\institute{Institut für Software- und Multimediatechnik} \institute{Institut fur Software- und Multimediatechnik}
\chair{Lehrstuhl für Softwaretechnologie} \chair{Lehrstuhl fur Softwaretechnologie}
\title{% \title{%
Design and Implementation of a Model-based Architecture for Cobotic Cells Design and Implementation of a Model-based Architecture for Cobotic Cells
\thesis{master} \thesis{master}
...@@ -62,18 +62,18 @@ Design and Implementation of a Model-based Architecture for Cobotic Cells ...@@ -62,18 +62,18 @@ Design and Implementation of a Model-based Architecture for Cobotic Cells
\dateofbirth{05.11.1989} \dateofbirth{05.11.1989}
\placeofbirth{Mumbai, India} \placeofbirth{Mumbai, India}
\course{Distributed Systems Engineering} \course{Distributed Systems Engineering}
\supervisor{Dr. Sebastian Götz ,% \supervisor{Dr. Example1 ,%
\\Dipl.-Inf. Johannes Mey , and% \\Dipl.-Inf. Example2 , and%
\and Dipl.-Inf. Sebestian Ebert% \and Dipl.-Inf.Example3%
} }
\professor{Prof. Dr. rer. nat habil. Uwe Aßmann} \professor{Prof. Dr. rer. nat habil.Example}
\date{27.10.2020} \date{27.10.2020}
}}
\end{verbatim}
This displays more information for adding to main document. Then begins the markups for title page, table of contents and input sections which demonstrate chapters included. This displays more information for adding to main document. Then begins the markups for title page, table of contents and input sections which demonstrate chapters included.
\begin{lstlisting} \begin{verbatim}
\maketitle \maketitle
\newpage \newpage
\tableofcontents \tableofcontents
...@@ -86,7 +86,7 @@ This displays more information for adding to main document. Then begins the mark ...@@ -86,7 +86,7 @@ This displays more information for adding to main document. Then begins the mark
\input{sections/eval.tex} \input{sections/eval.tex}
\printbibliography[heading=bibintoc]\label{sec:bibliography}% \printbibliography[heading=bibintoc]\label{sec:bibliography}%
\confirmation \confirmation
\end{lstlisting} \end{verbatim}
This describes basic details of using Latex and demonstration of how a Latex root document looks and what it does. This describes basic details of using Latex and demonstration of how a Latex root document looks and what it does.
......
[0] Config.pm:312> INFO - This is Biber 2.15
[0] Config.pm:315> INFO - Logfile is 'thesis.blg'
[85] biber:330> INFO - === Sa Nov 14, 2020, 13:34:40
[102] Biber.pm:415> INFO - Reading 'thesis.bcf'
[193] Biber.pm:952> INFO - Found 41 citekeys in bib section 0
[207] Biber.pm:4334> INFO - Processing section 0
[218] Biber.pm:4523> INFO - Looking for bibtex format file 'Bibliography.bib' for section 0
[220] bibtex.pm:1682> INFO - LaTeX decoding ...
[254] bibtex.pm:1494> INFO - Found BibTeX data source 'Bibliography.bib'
[257] Utils.pm:395> WARN - Duplicate entry key: 'gaz' in file 'Bibliography.bib', skipping ...
[579] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'variable = shifted' with 'variable = non-ignorable'
[579] UCollate.pm:68> INFO - Overriding locale 'en-US' defaults 'normalization = NFD' with 'normalization = prenormalized'
[579] Biber.pm:4162> INFO - Sorting list 'nty/global//global/global' of type 'entry' with template 'nty' and locale 'en-US'
[579] Biber.pm:4168> INFO - No sort tailoring available for locale 'en-US'
[628] bbl.pm:651> INFO - Writing 'thesis.bbl' with encoding 'UTF-8'
[651] bbl.pm:754> INFO - Output to thesis.bbl
[651] Biber.pm:128> INFO - WARNINGS: 1
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (MiKTeX 20.6.29) (preloaded format=pdflatex 2020.11.11) 15 NOV 2020 23:01 This is pdfTeX, Version 3.14159265-2.6-1.40.21 (MiKTeX 20.6.29) (preloaded format=pdflatex 2020.11.16) 16 NOV 2020 09:42
entering extended mode entering extended mode
**./thesis.tex **./thesis.tex
(thesis.tex (thesis.tex
...@@ -403,7 +403,7 @@ Package pdftexcmds Info: \pdf@ifprimitive is available. ...@@ -403,7 +403,7 @@ Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found. Package pdftexcmds Info: \pdfdraftmode found.
) )
(/home/nikhil/.miktex/texmfs/install/tex/latex/kvoptions/kvoptions.sty (/home/nikhil/.miktex/texmfs/install/tex/latex/kvoptions/kvoptions.sty
Package: kvoptions 2019/11/29 v3.13 Key value format for package options (HO) Package: kvoptions 2020-10-07 v3.14 Key value format for package options (HO)
) )
(/home/nikhil/.miktex/texmfs/install/tex/latex/logreq/logreq.sty (/home/nikhil/.miktex/texmfs/install/tex/latex/logreq/logreq.sty
Package: logreq 2010/08/04 v1.0 xml request logger Package: logreq 2010/08/04 v1.0 xml request logger
...@@ -2136,13 +2136,10 @@ Class scrreprt Info: loading recommended package `bookmark'. ...@@ -2136,13 +2136,10 @@ Class scrreprt Info: loading recommended package `bookmark'.
(scrreprt) before \begin{document} on input line 77. (scrreprt) before \begin{document} on input line 77.
(/home/nikhil/.miktex/texmfs/install/tex/latex/bookmark/bookmark.sty (/home/nikhil/.miktex/texmfs/install/tex/latex/bookmark/bookmark.sty
Package: bookmark 2019/12/03 v1.28 PDF bookmarks (HO) Package: bookmark 2020-11-06 v1.29 PDF bookmarks (HO)
(/home/nikhil/.miktex/texmfs/install/tex/latex/bookmark/bkm-pdftex.def (/home/nikhil/.miktex/texmfs/install/tex/latex/bookmark/bkm-pdftex.def
File: bkm-pdftex.def 2019/12/03 v1.28 bookmark driver for pdfTeX (HO) File: bkm-pdftex.def 2020-11-06 v1.29 bookmark driver for pdfTeX (HO)
Package auxhook Info: \AddLineBeginMainAux comes a little late,
(auxhook) because the main .aux file is already opened on input lin
e 168.
\BKM@id=\count506 \BKM@id=\count506
)) ))
(/usr/local/share/miktex-texmf/tex/context/base/mkii/supp-pdf.mkii (/usr/local/share/miktex-texmf/tex/context/base/mkii/supp-pdf.mkii
...@@ -3035,169 +3032,18 @@ Overfull \hbox (139.31941pt too wide) in paragraph at lines 25--27 ...@@ -3035,169 +3032,18 @@ Overfull \hbox (139.31941pt too wide) in paragraph at lines 25--27
[] []
Overfull \hbox (1243.08833pt too wide) in paragraph at lines 46--49 Overfull \hbox (1243.08833pt too wide) in paragraph at lines 46--48
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][ [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][
][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][] ][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][]
[][][][][] [][][][][]
[] []
[39] [39]
! Package inputenc Error: Invalid UTF-8 byte sequence.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.50 \faculty{Fakultät
Informatik}
The document does not appear to be in UTF-8 encoding.
Try adding \UseRawInputEncoding as the first line of the file
or specify an encoding such as \usepackage [latin1]{inputenc}
in the document preamble.
Alternatively, save the file in UTF-8 using your editor or another tool
! Package inputenc Error: Invalid UTF-8 byte "A4.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.50 \faculty{Fakultät
Informatik}
The document does not appear to be in UTF-8 encoding.
Try adding \UseRawInputEncoding as the first line of the file
or specify an encoding such as \usepackage [latin1]{inputenc}
in the document preamble.
Alternatively, save the file in UTF-8 using your editor or another tool
! Package inputenc Error: Invalid UTF-8 byte sequence.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.52 \institute{Institut für
Software- und Multimediatechnik}
The document does not appear to be in UTF-8 encoding.
Try adding \UseRawInputEncoding as the first line of the file
or specify an encoding such as \usepackage [latin1]{inputenc}
in the document preamble.
Alternatively, save the file in UTF-8 using your editor or another tool
! Package inputenc Error: Invalid UTF-8 byte "BC.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.52 \institute{Institut für
Software- und Multimediatechnik}
The document does not appear to be in UTF-8 encoding.
Try adding \UseRawInputEncoding as the first line of the file
or specify an encoding such as \usepackage [latin1]{inputenc}
in the document preamble.
Alternatively, save the file in UTF-8 using your editor or another tool
! Package inputenc Error: Invalid UTF-8 byte sequence.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.53 \chair{Lehrstuhl für
Softwaretechnologie}
The document does not appear to be in UTF-8 encoding.
Try adding \UseRawInputEncoding as the first line of the file
or specify an encoding such as \usepackage [latin1]{inputenc}
in the document preamble.
Alternatively, save the file in UTF-8 using your editor or another tool
! Package inputenc Error: Invalid UTF-8 byte "BC.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.53 \chair{Lehrstuhl für
Softwaretechnologie}
The document does not appear to be in UTF-8 encoding.
Try adding \UseRawInputEncoding as the first line of the file
or specify an encoding such as \usepackage [latin1]{inputenc}
in the document preamble.
Alternatively, save the file in UTF-8 using your editor or another tool
Overfull \hbox (67.04883pt too wide) in paragraph at lines 55--56 Overfull \hbox (67.04883pt too wide) in paragraph at lines 55--56
[][][][][][][][][][][][][][][][][][][][][][][][] [][][][][][][][][][][][][][][][][][][][][][][][]
[] []
! Package inputenc Error: Invalid UTF-8 byte sequence.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.65 \supervisor{Dr. Sebastian Götz
,%
The document does not appear to be in UTF-8 encoding.
Try adding \UseRawInputEncoding as the first line of the file
or specify an encoding such as \usepackage [latin1]{inputenc}
in the document preamble.
Alternatively, save the file in UTF-8 using your editor or another tool
! Package inputenc Error: Invalid UTF-8 byte "B6.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.65 \supervisor{Dr. Sebastian Götz
,%
The document does not appear to be in UTF-8 encoding.
Try adding \UseRawInputEncoding as the first line of the file
or specify an encoding such as \usepackage [latin1]{inputenc}
in the document preamble.
Alternatively, save the file in UTF-8 using your editor or another tool
! Package inputenc Error: Invalid UTF-8 byte sequence.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.69 ...sor{Prof. Dr. rer. nat habil. Uwe Aßmann}
The document does not appear to be in UTF-8 encoding.
Try adding \UseRawInputEncoding as the first line of the file
or specify an encoding such as \usepackage [latin1]{inputenc}
in the document preamble.
Alternatively, save the file in UTF-8 using your editor or another tool
! Package inputenc Error: Invalid UTF-8 byte "9F.
See the inputenc package documentation for explanation.
Type H <return> for immediate help.
...
l.69 ...sor{Prof. Dr. rer. nat habil. Uwe Aßmann}
The document does not appear to be in UTF-8 encoding.
Try adding \UseRawInputEncoding as the first line of the file
or specify an encoding such as \usepackage [latin1]{inputenc}
in the document preamble.
Alternatively, save the file in UTF-8 using your editor or another tool
Overfull \hbox (724.05414pt too wide) in paragraph at lines 74--76 Overfull \hbox (724.05414pt too wide) in paragraph at lines 74--76
[][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][ [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][
][][][][][][][][][][][][][][][][][] ][][][][][][][][][][][][][][][][][]
...@@ -3437,10 +3283,10 @@ Overfull \hbox (546.6627pt too wide) in paragraph at lines 254--125 ...@@ -3437,10 +3283,10 @@ Overfull \hbox (546.6627pt too wide) in paragraph at lines 254--125
Here is how much of TeX's memory you used: Here is how much of TeX's memory you used:
44831 strings out of 479805 44823 strings out of 479805
900138 string characters out of 2876928 899966 string characters out of 2876928
2063308 words of memory out of 3000000 2062308 words of memory out of 3000000
60516 multiletter control sequences out of 15000+200000 60508 multiletter control sequences out of 15000+200000
625969 words of font info for 256 fonts, out of 3000000 for 9000 625969 words of font info for 256 fonts, out of 3000000 for 9000
1141 hyphenation exceptions out of 8191 1141 hyphenation exceptions out of 8191
122i,20n,124p,10643b,2163s stack positions out of 5000i,500n,10000p,200000b,50000s 122i,20n,124p,10643b,2163s stack positions out of 5000i,500n,10000p,200000b,50000s
......
<?xml version="1.0" standalone="yes"?>
<!-- logreq request file -->
<!-- logreq version 1.0 / dtd version 1.0 -->
<!-- Do not edit this file! -->
<!DOCTYPE requests [
<!ELEMENT requests (internal | external)*>
<!ELEMENT internal (generic, (provides | requires)*)>
<!ELEMENT external (generic, cmdline?, input?, output?, (provides | requires)*)>
<!ELEMENT cmdline (binary, (option | infile | outfile)*)>
<!ELEMENT input (file)+>
<!ELEMENT output (file)+>
<!ELEMENT provides (file)+>
<!ELEMENT requires (file)+>
<!ELEMENT generic (#PCDATA)>
<!ELEMENT binary (#PCDATA)>
<!ELEMENT option (#PCDATA)>
<!ELEMENT infile (#PCDATA)>
<!ELEMENT outfile (#PCDATA)>
<!ELEMENT file (#PCDATA)>
<!ATTLIST requests
version CDATA #REQUIRED
>
<!ATTLIST internal
package CDATA #REQUIRED
priority (9) #REQUIRED
active (0 | 1) #REQUIRED
>
<!ATTLIST external
package CDATA #REQUIRED
priority (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8) #REQUIRED
active (0 | 1) #REQUIRED
>
<!ATTLIST provides
type (static | dynamic | editable) #REQUIRED
>
<!ATTLIST requires
type (static | dynamic | editable) #REQUIRED
>
<!ATTLIST file
type CDATA #IMPLIED
>
]>
<requests version="1.0">
<internal package="biblatex" priority="9" active="0">
<generic>latex</generic>
<provides type="dynamic">
<file>thesis.bcf</file>
</provides>
<requires type="dynamic">
<file>thesis.bbl</file>
</requires>
<requires type="static">
<file>blx-dm.def</file>
<file>blx-compat.def</file>
<file>blx-case-expl3.def</file>
<file>biblatex.def</file>
<file>standard.bbx</file>
<file>numeric.bbx</file>
<file>numeric-comp.bbx</file>
<file>numeric-comp.cbx</file>
<file>biblatex.cfg</file>
<file>english.lbx</file>
</requires>
</internal>
<external package="biblatex" priority="5" active="0">
<generic>biber</generic>
<cmdline>
<binary>biber</binary>
<infile>thesis</infile>
</cmdline>
<input>
<file>thesis.bcf</file>
</input>
<output>
<file>thesis.bbl</file>
</output>
<provides type="dynamic">
<file>thesis.bbl</file>
</provides>
<requires type="dynamic">
<file>thesis.bcf</file>
</requires>
<requires type="editable">
<file>Bibliography.bib</file>
</requires>
</external>
</requests>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment