Visual Servoing Platform version 3.7.0
Loading...
Searching...
No Matches
pbvs-four-points.PlotPbvs Class Reference

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

Detailed Description

Definition at line 62 of file pbvs-four-points.py.

Constructor & Destructor Documentation

◆ __init__()

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.

Member Function Documentation

◆ display()

◆ stack()

Member Data Documentation

◆ plot_log_scale

pbvs-four-points.PlotPbvs.plot_log_scale = plot_log_scale

Definition at line 70 of file pbvs-four-points.py.

Referenced by display().

◆ vector_e

pbvs-four-points.PlotPbvs.vector_e = e

Definition at line 64 of file pbvs-four-points.py.

Referenced by display(), and stack().

◆ vector_ne

pbvs-four-points.PlotPbvs.vector_ne = norm_e

Definition at line 65 of file pbvs-four-points.py.

Referenced by display(), and stack().

◆ vector_v

pbvs-four-points.PlotPbvs.vector_v = v

Definition at line 66 of file pbvs-four-points.py.

Referenced by display(), and stack().

◆ vector_w_t_c

pbvs-four-points.PlotPbvs.vector_w_t_c = c_T_w.inverse().getTranslationVector()

Definition at line 69 of file pbvs-four-points.py.

Referenced by display(), and stack().

◆ vector_x

pbvs-four-points.PlotPbvs.vector_x = x

Definition at line 67 of file pbvs-four-points.py.

Referenced by display(), and stack().

◆ vector_xd

pbvs-four-points.PlotPbvs.vector_xd = xd

Definition at line 68 of file pbvs-four-points.py.

Referenced by display().