Commit 6e23c69 1 parent 2fec228 commit 6e23c69 Copy full SHA for 6e23c69
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ generated_files = [
46
46
acados_dir = '#third_party/acados'
47
47
acados_templates_dir = '#third_party/acados/acados_template/c_templates_tera'
48
48
49
- source_list = ['lat_mpc.py' ,
49
+ source_list = ['lat_mpc.py' , '../drive_helpers.py' ,
50
50
f'{ acados_dir } /include/acados_c/ocp_nlp_interface.h' ,
51
51
f'{ acados_dir } /x86_64/lib/libacados.so' ,
52
52
f'{ acados_dir } /larch64/lib/libacados.so' ,
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ generated_files = [
53
53
acados_dir = '#third_party/acados'
54
54
acados_templates_dir = '#third_party/acados/acados_template/c_templates_tera'
55
55
56
- source_list = ['long_mpc.py' ,
56
+ source_list = ['long_mpc.py' , '../drive_helpers.py' ,
57
57
f'{ acados_dir } /include/acados_c/ocp_nlp_interface.h' ,
58
58
f'{ acados_dir } /x86_64/lib/libacados.so' ,
59
59
f'{ acados_dir } /larch64/lib/libacados.so' ,
You can’t perform that action at this time.
0 commit comments