cmvr_head/applications/planner/SConscript

11 lines
203 B
Python
Raw Normal View History

2026-04-23 09:53:17 +08:00
from building import *
import os
cwd = GetCurrentDir()
src = Glob('s_curve_planner/src/*.cpp')
CPPPATH = [cwd]
group = DefineGroup('controller', src, depend = [''], CPPPATH = CPPPATH)
Return('group')