File tree 3 files changed +9
-10
lines changed 3 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 2
2
from .data_processor import DataProcessor
3
3
from .data_visualizer import DataVisualizer
4
4
5
- from .trajectory_error_vis import TrajectoryErrorVis
6
-
7
5
from .draw_data import DrawData
8
6
from .draw_2d_data import Draw2dData
9
7
from .draw_3d_data import Draw3dData
10
8
from .draw_arm import DrawArm
11
9
from .draw_cells import DrawCells
12
10
13
- from .trajectory_error_proc import TrajectoryErrorProc
11
+ from .make_gif import MakeGif
14
12
13
+ # from .trajectory_error_proc import TrajectoryErrorProc
14
+ # from .trajectory_error_vis import TrajectoryErrorVis
15
15
# from .target import Target
16
16
# from .proc_error_to_ideal import PathErrorToIdeal
17
- #from .plot_error import PlotError
17
+ # from .plot_error import PlotError
18
18
# from .convert_data import ConvertData
19
19
# import abr_control.utils.email_results
20
20
# from .plot_learning_profile import PlotLearningProfile
21
21
# import abr_control.utils.plot_velocity_profile
22
22
# import abr_control.utils.plot_torque_profile
23
- from .make_gif import MakeGif
Original file line number Diff line number Diff line change 59
59
cells .add_cell (
60
60
cell = cell2 ,
61
61
function = draw_arm ,
62
- save_locations = ['%s/run%03d' % (test ,49 )]
62
+ save_locations = ['%s/run%03d' % (test ,9 )]
63
63
)
64
64
cells .add_cell (
65
65
cell = cell2 ,
66
66
function = draw_3d ,
67
- save_locations = ['%s/run%03d' % (baseline ,49 )],
67
+ save_locations = ['%s/run%03d' % (baseline ,9 )],
68
68
parameters = ['ee_xyz' ]
69
69
)
70
70
# if the same parameters are to be plotted from the same database, the save
75
75
function = draw_2d ,
76
76
save_locations = [
77
77
'%s/run%03d' % (test ,0 ),
78
- '%s/run%03d' % (test ,49 )
78
+ '%s/run%03d' % (test ,9 )
79
79
],
80
80
parameters = ['q' ],
81
81
n_rows = 3 ,
99
99
cell = cell5 ,
100
100
function = draw_2d ,
101
101
save_locations = [
102
- '%s/run%03d' % (test ,49 ),
103
- '%s/run%03d' % (baseline ,49 )
102
+ '%s/run%03d' % (test ,9 ),
103
+ '%s/run%03d' % (baseline ,9 )
104
104
],
105
105
parameters = ['u_base' ],
106
106
)
You can’t perform that action at this time.
0 commit comments