correct initialization of rmw_qos_profile_t struct instances (#416)

Signed-off-by: Miaofei <miaofei@amazon.com>
This commit is contained in:
M. M 2019-04-15 17:43:51 -07:00 committed by William Woodall
parent d94c958a23
commit edaa18ae4b
2 changed files with 38 additions and 26 deletions

View file

@ -29,6 +29,10 @@ static const rmw_qos_profile_t rcl_action_qos_profile_status_default =
1,
RMW_QOS_POLICY_RELIABILITY_RELIABLE,
RMW_QOS_POLICY_DURABILITY_TRANSIENT_LOCAL,
RMW_QOS_DEADLINE_DEFAULT,
RMW_QOS_LIFESPAN_DEFAULT,
RMW_QOS_POLICY_LIVELINESS_SYSTEM_DEFAULT,
RMW_QOS_LIVELINESS_LEASE_DURATION_DEFAULT,
false
};