Skip to content
Snippets Groups Projects
Commit 78460a51 authored by Christian Dreher's avatar Christian Dreher
Browse files

docs: Add documentation with issue that keeps track of the hardware issue in power board

This fix also affects ARMAR-7. Is this desired?
parent 8cd63185
No related branches found
No related tags found
1 merge request!59Add documentation to several hardware makeshift workarounds
......@@ -88,7 +88,8 @@ namespace devices::ethercat::power_board
hasError |= errorDecoder.leaderBMAlarm1ErrorDetected(this, printErrors);
hasError |= errorDecoder.leaderBMAlarm2ErrorDetected(this, printErrors);
// Ignore errors for now since it seems faulty in firmware.
// Ignore errors for now since it seems faulty in firmware. Tracked in:
// https://git.h2t.iar.kit.edu/sw/armarx-integration/robots/armarde/documentation/-/issues/24
return false;
return hasError;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment