From a2c270e4842f05bf07d3bce3e5d2ba9e715da3c4 Mon Sep 17 00:00:00 2001 From: TSC21 Date: Tue, 10 Mar 2020 13:10:35 +0000 Subject: [PATCH] update files for microRTPS_timesync --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 63af15dcef..9fbe9b992e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -700,8 +700,8 @@ pipeline { sh('cp msg/tools/px_generate_uorb_topic_helper.py px4_ros_com/scripts/px_generate_uorb_topic_helper.py') // deploy templates sh('cp msg/templates/urtps/microRTPS_agent.cpp.em px4_ros_com/templates/microRTPS_agent.cpp.em') - sh('cp msg/templates/urtps/microRTPS_transport.cpp px4_ros_com/templates/microRTPS_timesync.cpp.em') - sh('cp msg/templates/urtps/microRTPS_transport.h px4_ros_com/templates/microRTPS_timesync.h.em') + sh('cp msg/templates/urtps/microRTPS_timesync.cpp px4_ros_com/templates/microRTPS_timesync.cpp.em') + sh('cp msg/templates/urtps/microRTPS_timesync.h px4_ros_com/templates/microRTPS_timesync.h.em') sh('cp msg/templates/urtps/microRTPS_transport.cpp px4_ros_com/templates/microRTPS_transport.cpp') sh('cp msg/templates/urtps/microRTPS_transport.h px4_ros_com/templates/microRTPS_transport.h') sh('cp msg/templates/urtps/Publisher.cpp.em px4_ros_com/templates/Publisher.cpp.em')