fix templates dir

This commit is contained in:
TSC21
2018-09-01 00:37:01 +01:00
committed by Beat Küng
parent a323073456
commit 7d40c4f97e
+2 -2
View File
@@ -142,8 +142,8 @@ if del_tree:
if agent and os.path.isdir(agent_out_dir + "/idl"):
shutil.rmtree(agent_out_dir + "/idl")
uorb_templates_dir = msg_folder + get_absolute_path(args.uorb_templates)
urtps_templates_dir = msg_folder + get_absolute_path(args.urtps_templates)
uorb_templates_dir = msg_folder + args.uorb_templates
urtps_templates_dir = msg_folder + args.urtps_templates
uRTPS_CLIENT_TEMPL_FILE = 'microRTPS_client.cpp.template'
uRTPS_AGENT_TOPICS_H_TEMPL_FILE = 'RtpsTopics.h.template'