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
Hi Guidance Team,
In the source code, Guidance-SDK/demo/obstacle_bypass/discontinuity-balance_strategy/src/dji_sdk/src/dji_sdk_node.cpp, from line 279 to 283. The variable neighbor_count was defined and initialized as zero but never used before line 282. However, it act as a Denominator in line 282. Is this a bug? I think we should add else {neighbor_count++ } after 279, am I right? Looking forward to your confirmation.
Hi Guidance Team,
In the source code, Guidance-SDK/demo/obstacle_bypass/discontinuity-balance_strategy/src/dji_sdk/src/dji_sdk_node.cpp, from line 279 to 283. The variable neighbor_count was defined and initialized as zero but never used before line 282. However, it act as a Denominator in line 282. Is this a bug? I think we should add
else {neighbor_count++ }
after 279, am I right? Looking forward to your confirmation.The text was updated successfully, but these errors were encountered: