mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
microRTPS: remove the need for the eClock util
This commit is contained in:
parent
acc3866ac9
commit
1ab193f548
@ -70,10 +70,6 @@ except AttributeError:
|
||||
|
||||
#include <fastrtps/Domain.h>
|
||||
|
||||
@[if version.parse(fastrtps_version) <= version.parse('1.7.2')]@
|
||||
#include <fastrtps/utils/eClock.h>
|
||||
@[end if]@
|
||||
|
||||
#include "@(topic)_Publisher.h"
|
||||
|
||||
@(topic)_Publisher::@(topic)_Publisher()
|
||||
|
||||
@ -66,7 +66,6 @@ recv_topics = [(alias[idx] if alias[idx] else s.short_name) for idx, s in enumer
|
||||
#include <fastcdr/Cdr.h>
|
||||
#include <fastcdr/FastCdr.h>
|
||||
#include <fastcdr/exceptions/Exception.h>
|
||||
#include <fastrtps/utils/eClock.h>
|
||||
#include <fastrtps/Domain.h>
|
||||
|
||||
#include "microRTPS_transport.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user