udaan.utils.plotting package¶
Submodules¶
Module contents¶
Bokeh-based plotting utilities for udaan.
- udaan.utils.plotting.plot_quadrotor_cspayload_simulation(history, target=None)[source]¶
Create a Bokeh grid of time-series plots for cspayload simulation history.
- udaan.utils.plotting.plot_quadrotor_simulation(history, target=None)[source]¶
Create Bokeh grid of time-series plots from recorded history.
- Parameters:
history – dict from record_quadrotor_state().
target – optional target position for reference lines.
- Returns:
Bokeh gridplot layout. Call bokeh.io.show(layout) to display.