Skip to content

Commit

Permalink
Dawid suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Sep 20, 2024
1 parent 340bacc commit 9c0a8c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion panther_battery/test/utils/test_battery_driver_node.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class TestBatteryNode : public testing::Test
TestBatteryNode::TestBatteryNode(const bool use_adc_battery, const bool dual_battery)
{
std::vector<rclcpp::Parameter> params;
params.push_back(rclcpp::Parameter("use_adc_battery", use_adc_battery));

if (use_adc_battery) {
device0_path_ = std::filesystem::path(testing::TempDir()) / kADCDevice0;
Expand Down

0 comments on commit 9c0a8c1

Please sign in to comment.