You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem description:
I am not able to change the parameters as they are not displayed.
I have tried to do this in Mission Planner and although I can see the CAN node, the parameters are not displayed.
I have found that this problem comes from commit DroneCAN: use TWAI acceptance filters
It seems like the acceptance mask and code implemented are somewhat discriminating RID CAN messages.
Expected behavior:
When click on RID Module CAN parameters button in MissionPlanner, the parameters are displayed.
Current behavior
When click on RID Module CAN parameters button in MissionPlanner, only an empty window is displayed.
Problem description:
I am not able to change the parameters as they are not displayed.
I have tried to do this in Mission Planner and although I can see the CAN node, the parameters are not displayed.
I have found that this problem comes from commit DroneCAN: use TWAI acceptance filters
It seems like the acceptance mask and code implemented are somewhat discriminating RID CAN messages.
Expected behavior:
When click on RID Module CAN parameters button in MissionPlanner, the parameters are displayed.
Current behavior
When click on RID Module CAN parameters button in MissionPlanner, only an empty window is displayed.
RID Module:
Custom module ESP32-C3-MINI-1U based
Flight Controller:
CubeOrange
Steps to reproduce:
Workaround:
In file "RemoteIDModule/CANDriver.cpp" comment out the following lines inside init function:
f_config.acceptance_code = acceptance_code;
f_config.acceptance_mask = acceptance_mask;
f_config.single_filter = true;
The text was updated successfully, but these errors were encountered: