![]() |
Visual Servoing Platform version 3.7.0
|
Public Member Functions | |
| __init__ (self, e, norm_e, v, x, xd, c_T_w, plot_log_scale) | |
| stack (self, e, norm_e, v, x, xd, c_T_w) | |
| display (self, fig_filename) | |
Public Attributes | |
| vector_e = e | |
| vector_ne = norm_e | |
| vector_v = v | |
| vector_x = x | |
| vector_xd = xd | |
| vector_w_t_c = c_T_w.inverse().getTranslationVector() | |
| plot_log_scale = plot_log_scale | |
Definition at line 62 of file pbvs-four-points.py.
| pbvs-four-points.PlotPbvs.__init__ | ( | self, | |
| e, | |||
| norm_e, | |||
| v, | |||
| x, | |||
| xd, | |||
| c_T_w, | |||
| plot_log_scale ) |
Definition at line 63 of file pbvs-four-points.py.
| pbvs-four-points.PlotPbvs.display | ( | self, | |
| fig_filename ) |
Definition at line 79 of file pbvs-four-points.py.
References ibvs-four-points.PlotIbvs.plot_log_scale, plot_log_scale, ibvs-four-points.PlotIbvs.vector_e, vector_e, ibvs-four-points.PlotIbvs.vector_ne, vector_ne, ibvs-four-points.PlotIbvs.vector_v, vector_v, ibvs-four-points.PlotIbvs.vector_w_t_c, vector_w_t_c, ibvs-four-points.PlotIbvs.vector_x, vector_x, ibvs-four-points.PlotIbvs.vector_xd, and vector_xd.
| pbvs-four-points.PlotPbvs.stack | ( | self, | |
| e, | |||
| norm_e, | |||
| v, | |||
| x, | |||
| xd, | |||
| c_T_w ) |
Definition at line 72 of file pbvs-four-points.py.
References ibvs-four-points.PlotIbvs.vector_e, vector_e, ibvs-four-points.PlotIbvs.vector_ne, vector_ne, ibvs-four-points.PlotIbvs.vector_v, vector_v, ibvs-four-points.PlotIbvs.vector_w_t_c, vector_w_t_c, ibvs-four-points.PlotIbvs.vector_x, and vector_x.
| pbvs-four-points.PlotPbvs.plot_log_scale = plot_log_scale |
Definition at line 70 of file pbvs-four-points.py.
Referenced by display().
| pbvs-four-points.PlotPbvs.vector_e = e |
Definition at line 64 of file pbvs-four-points.py.
| pbvs-four-points.PlotPbvs.vector_ne = norm_e |
Definition at line 65 of file pbvs-four-points.py.
| pbvs-four-points.PlotPbvs.vector_v = v |
Definition at line 66 of file pbvs-four-points.py.
| pbvs-four-points.PlotPbvs.vector_w_t_c = c_T_w.inverse().getTranslationVector() |
Definition at line 69 of file pbvs-four-points.py.
| pbvs-four-points.PlotPbvs.vector_x = x |
Definition at line 67 of file pbvs-four-points.py.
| pbvs-four-points.PlotPbvs.vector_xd = xd |
Definition at line 68 of file pbvs-four-points.py.
Referenced by display().