Skip to content

Commit cb0f088

Browse files
committed
Fix accents, replace Unicode chars with LaTeX commands
1 parent 4ff583c commit cb0f088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/manual/robot.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ \subsection{New features}
200200
\item The method \texttt{SerialLink.jointdynamics} returns a vector of \texttt{tf} objects representing the dynamics of the joint actuators.
201201
\item The class \texttt{Lattice} is a simple kino-dynamic lattice path planner.
202202
\item The class \texttt{PoseGraph} solves graph relaxation problems and can be used for bundle adjustment and pose graph SLAM.
203-
\item The class \texttt{Plucker} represents a line using Plücker coordinates.
203+
\item The class \texttt{Plucker} represents a line using Pl\'{u}cker coordinates.
204204
\item The folder \texttt{RST} contains Live Scripts that demonstrate some capabilities of the MATLAB Robotics System Toolbox\textsuperscript{TM}.
205205
\item The folder \texttt{symbolic} contains Live Scripts that demonstrate use of the MATLAB Symbolic Math Toolbox\textsuperscript{TM}
206206
for deriving Jacobians used in EKF SLAM (vehicle and sensor), inverse kinematics for a 2-joint planar arm and solving for roll-pitch-yaw angles
@@ -266,7 +266,7 @@ \section{Changes in RTB 10.3}
266266
\begin{itemize}
267267
\item Serial-link manipulators
268268
\begin{itemize}
269-
\item The Symbolic Robot Modeling Toolbox component by Jörn Malzahn has been updated. It offers amazing speedups by using symbolic algebra to create robot specific MATLAB code or MEX files and it can even generate optimised Simulink blocks. I've seen speedups of over 50,000x. You need to have the Symbolic Math Toolbox.
269+
\item The Symbolic Robot Modeling Toolbox component by J\"{o}rn Malzahn has been updated. It offers amazing speedups by using symbolic algebra to create robot specific MATLAB code or MEX files and it can even generate optimised Simulink blocks. I've seen speedups of over 50,000x. You need to have the Symbolic Math Toolbox.
270270
\item New robot kinematic models: Franka-Emika PANDA and Rethink Sawyer.
271271
\item Methods \texttt{DH} and \texttt{MDH} on the \texttt{SerialLink} class convert models between DH and MDH kinematics. Dynamics not yet supported.
272272
\item \texttt{plot3d} behaves like \texttt{plot} for the \texttt{'trail'} and \texttt{'movie'} options.

0 commit comments

Comments
 (0)