-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport.tex
More file actions
95 lines (78 loc) · 2.21 KB
/
report.tex
File metadata and controls
95 lines (78 loc) · 2.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
\documentclass{article}
% Packages
\usepackage{lipsum} % For generating dummy text
\usepackage{graphicx} % For including images
\usepackage{fancyhdr} % For customizing headers and footers
\usepackage[margin=1in]{geometry} % For setting margins
% Title
\title{Summer Internship Report}
\author{Akhil Kasyap}
\begin{document}
% Title Page
\begin{titlepage}
\centering
% {\scshape\LARGE National Institute of Technology Trichy \par}
\vspace*{2cm}
{\Huge\bfseries SUMMER INTERNSHIP REPORT \par}
\vspace{1.5cm}
{\large Submitted by \par}
{\large\bfseries P.P.V.S.AKHIL KASYAP \par}
% \vspace{1cm}
{\large Roll No: 111121092 \par} % Replace YourRollNumber with your actual roll number
\vspace{1.5cm}
{\large In fulfillment of Summer Internship for \par}
{\large award of the degree the degree of \par}
{\large \bfseries BACHELOR OF TECHNOLOGY \par}
{\large In \par}
{\large \bfseries MECHANICAL ENGINEERING \par}
% \vfill
% supervised by\par
% Mr.~Srikrishna \textsc{S} \par
% Director \par
% SeiAnmai Technologies
% \vfill
\vspace*{1cm}
\includegraphics[width=0.5\textwidth]{nitt logo.jpg}\par\vspace{0.5cm}
{\large \par}
{\Large National Institute of Technology \par}
{\Large Tiruchirappalli \par}
{\Large Tamil Nadu \par}
{\Large INDIA \par}
\end{titlepage}
% Table of Contents
\tableofcontents
\newpage
% Sections
\section{Abstract}
\textbf{SeiAnmai Technologies} is a deep tech startup based out of IIT Delhi which works on
telepresence products: Robots, communication infrastructure, etc. The company has developed
two products \textbf{TOTO (TeleOperation and TeleObservance) RE \& CE}, research edition and commercial edition respectively.
\newpage
\section{Introduction}
\lipsum[1]
\newpage
\section{RoArm-M2-S}
\lipsum[2]
\newpage
\section{Inverse Kinematics}
\lipsum[3]
\newpage
\section{Path Planning}
\lipsum[4]
\newpage
\section{Controlling the Manipulator using MPU9250}
\lipsum[5]
\newpage
\section{Interfacing the Raspberry Pi Camera}
\lipsum[1]
\newpage
\section{Virtual Reality Headset - Meta Quest 3}
\lipsum[1]
\newpage
\section{Conclusion}
\lipsum[1]
\newpage
\section{References}
\lipsum[1]
\newpage
\end{document}