Skip to content
This repository was archived by the owner on Dec 1, 2020. It is now read-only.

Commit 0d59ab8

Browse files
authored
Rename i to joint
1 parent 62bda03 commit 0d59ab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

march_hardware/src/EtherCAT/EthercatMaster.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ void EthercatMaster::ethercatSlaveInitiation()
8181
ROS_INFO("Request pre-operational state for all slaves");
8282
ec_statecheck(0, EC_STATE_PRE_OP, EC_TIMEOUTSTATE * 4);
8383

84-
for (auto& i : *jointListPtr)
84+
for (auto& joint : *jointListPtr)
8585
{
86-
i.initialize(ecatCycleTimems);
86+
joint.initialize(ecatCycleTimems);
8787
}
8888

8989
ec_config_map(&IOmap);

0 commit comments

Comments
 (0)