@@ -60,9 +60,9 @@ These are layered over a set of base functions that perform many of the same ope
6060
6161The class, method and functions names largely mirror those of the MATLAB toolboxes, and the semantics are quite similar.
6262
63- ![ trplot] ( https://github.com/petercorke/spatialmath-python/raw/master/docs/source/figs/fig1.png )
63+ ![ trplot] ( https://github.com/petercorke/spatialmath-python/raw/master/docs/source/docs/ figs/fig1.png )
6464
65- ![ animation video] ( https://github.com/petercorke/spatialmath-python/raw/master/docs/source/figs/animate.gif )
65+ ![ animation video] ( https://github.com/petercorke/spatialmath-python/raw/master/docs/source/docs/ figs/animate.gif )
6666
6767# Getting going
6868
@@ -216,7 +216,7 @@ t = 1, 2, 3; rpy/zyx = 30, 0, 0 deg
216216>>> T.plot()
217217```
218218
219- ![ trplot] ( https://github.com/petercorke/spatialmath-python/raw/master/docs/source/ figs/fig1.png )
219+ ![ trplot] ( https://github.com/petercorke/spatialmath-python/raw/master/docs/figs/fig1.png )
220220
221221` printline ` is a compact single line format for tabular listing, whereas ` print ` shows the underlying matrix and for consoles that support it, it is colorised, with rotational elements in red and translational elements in blue.
222222
@@ -309,7 +309,7 @@ array([-60, 12, 30, 24])
309309
310310## Graphics
311311
312- ![ trplot] ( https://github.com/petercorke/spatialmath-python/raw/master/docs/source/ figs/ /transforms3d.png )
312+ ![ trplot] ( https://github.com/petercorke/spatialmath-python/raw/master/docs/figs/transforms3d.png )
313313
314314The functions support various plotting styles
315315
@@ -331,7 +331,7 @@ and it can be saved to a file by
331331tranimate(transl(4, 3, 4)@trotx(2)@troty(-2), frame=' arrow=False, dims=[0, 5], nframes=200, movie='out.mp4')
332332```
333333
334- ![ animation video] ( https://github.com/petercorke/spatialmath-python/raw/master/docs/source/ figs/animate.gif )
334+ ![ animation video] ( https://github.com/petercorke/spatialmath-python/raw/master/docs/figs/animate.gif )
335335
336336At the moment we can only save as an MP4, but the following incantation will covert that to an animated GIF for embedding in web pages
337337
0 commit comments