Merge branch 'fix-subscriptions-data-model' into 'master'
Fix both rcl and rmw subscriptions being added to the rcl dataframe See merge request ros-tracing/tracetools_analysis!114
This commit is contained in:
commit
398b1d2158
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ class Ros2DataModel(DataModel):
|
||||||
def add_rmw_subscription(
|
def add_rmw_subscription(
|
||||||
self, handle, timestamp, gid
|
self, handle, timestamp, gid
|
||||||
) -> None:
|
) -> None:
|
||||||
self._rcl_subscriptions.append({
|
self._rmw_subscriptions.append({
|
||||||
'subscription_handle': handle,
|
'subscription_handle': handle,
|
||||||
'timestamp': timestamp,
|
'timestamp': timestamp,
|
||||||
'gid': gid,
|
'gid': gid,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue