aligator  0.6.1
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
aligator.utils.plotting Namespace Reference

Functions

 plot_convergence (HistoryCallback cb, plt.Axes ax, Results res=None)
 
 plot_se2_pose (np.ndarray q, plt.Axes ax, alpha=0.5, fc="tab:blue")
 
 _axes_flatten_if_ndarray (axes)
 
plt.Figure plot_controls_traj (times, us, ncols=2, axes=None, effort_limit=None, joint_names=None, rmodel=None, figsize=(6.4, 6.4))
 
plt.Figure plot_velocity_traj (times, vs, rmodel, axes=None, ncols=2, figsize=(6.4, 6.4))
 

Function Documentation

◆ plot_convergence()

aligator.utils.plotting.plot_convergence ( HistoryCallback cb,
plt.Axes ax,
Results res = None )

Definition at line 7 of file plotting.py.

◆ plot_se2_pose()

aligator.utils.plotting.plot_se2_pose ( np.ndarray q,
plt.Axes ax,
alpha = 0.5,
fc = "tab:blue" )

Definition at line 20 of file plotting.py.

◆ _axes_flatten_if_ndarray()

aligator.utils.plotting._axes_flatten_if_ndarray ( axes)
protected

Definition at line 34 of file plotting.py.

◆ plot_controls_traj()

plt.Figure aligator.utils.plotting.plot_controls_traj ( times,
us,
ncols = 2,
axes = None,
effort_limit = None,
joint_names = None,
rmodel = None,
figsize = (6.4, 6.4) )

Definition at line 42 of file plotting.py.

◆ plot_velocity_traj()

plt.Figure aligator.utils.plotting.plot_velocity_traj ( times,
vs,
rmodel,
axes = None,
ncols = 2,
figsize = (6.4, 6.4) )

Definition at line 85 of file plotting.py.