Skip to content

Commit 287e35d

Browse files
Merge pull request #32 from NVIDIA-ISAAC-ROS/release-3.2
Clean up lint
2 parents e7fa96d + b03a77a commit 287e35d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

ros2_benchmark/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ SPDX-License-Identifier: Apache-2.0
2121
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
2222
<package format="3">
2323
<name>ros2_benchmark</name>
24-
<version>3.2.5</version>
24+
<version>3.2.12</version>
2525
<description>Benchmarking framework for ROS 2 graphs</description>
2626

2727
<maintainer email="[email protected]">Isaac ROS Maintainers</maintainer>

ros2_benchmark/ros2_benchmark/ros2_benchmark_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ def print_report(self, report: dict, sub_heading: str = '', print_func=None) ->
342342

343343
def construct_table_blocks_helper(prefix, data):
344344
nonlocal is_prev_dict
345-
nonlocal table_blocks
346345
nonlocal table_block_rows
347346
for key, value in data.items():
348347
key_str = str(key.value) if isinstance(key, Enum) else str(key)
@@ -418,8 +417,6 @@ def construct_final_report(self, report: dict) -> dict:
418417
metadata[BenchmarkMetadata.DEVICE_OS] = \
419418
f'{uname.system} {uname.release} {uname.version}'
420419
metadata[BenchmarkMetadata.CONFIG] = self.config.to_yaml_str()
421-
global idle_cpu_util
422-
global idle_gpu_util
423420
if idle_cpu_util is not None:
424421
metadata[BenchmarkMetadata.IDLE_CPU_UTIL] = idle_cpu_util
425422
if idle_gpu_util is not None:

0 commit comments

Comments
 (0)