Skip to content
Snippets Groups Projects
Commit c8f79e73 authored by asantamaria's avatar asantamaria
Browse files

added heading function to test yaw alignment

parent 3fedc3e1
No related branches found
No related tags found
No related merge requests found
# driver source files # driver source files
SET(sources common_fc.cpp kinematics.cpp uam_task_ctrl.cpp) SET(sources common_fc.cpp kinematics.cpp uam_task_ctrl.cpp)
SET(sources_tasks tasks/ir.cpp tasks/vs.cpp tasks/cog.cpp tasks/jl.cpp tasks/eepos.cpp) SET(sources_tasks tasks/ir.cpp tasks/vs.cpp tasks/cog.cpp tasks/jl.cpp tasks/eepos.cpp tasks/heading.cpp)
# application header files # application header files
SET(headers common_obj.h common_fc.h kinematics.h uam_task_ctrl.h) SET(headers common_obj.h common_fc.h kinematics.h uam_task_ctrl.h)
SET(headers_tasks tasks/ir.h tasks/vs.h tasks/cog.h tasks/jl.h tasks/eepos.h) SET(headers_tasks tasks/ir.h tasks/vs.h tasks/cog.h tasks/jl.h tasks/eepos.h tasks/heading.h)
# locate the necessary dependencies # locate the necessary dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment