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
* fix: behavior path multi thread
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
* add mutex unlock
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
* feat(behavior_path_planner): debug messages for failed avoidance (#694)
* feat(behavior_path_planner): debug message for avoidance
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* fix: make_shared for the pointers
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* chore: pre-commit
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* fix: remove related DEBUG_PRINT
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* chore: naming, add debug to the variable name
This is so that people can infer mutable to debug, therefore reducing the amount
of time for debugging other things
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* fix: object id is written as string instead of uint8x16
Also fix getUuidStr function to reflect the actual hex value.
the function is moved to avoidance_util as it better served as helper function.
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* chore: fix spelling
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* fix: display all 32 uuid characters
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* chore: remove unnecessary header
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* feat: support more debug message
Note: need further refactoring, due to multiple similar code, plus duplicate printing.
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* fix mutiplication by introducing global variables
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* header stamp to get the clock
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* fix: renaming the type to show clearer intent of the type
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
Co-authored-by: Tomoya Kimura <tomoya.kimura@tier4.jp>
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
* fix(behavior_path_planner): getAvoidanceDebugMsgArray caused crash (#828)
this is due to the assignment to pointer without guards in the function
Signed-off-by: Muhammad Zulfaqar Azmi <zulfaqar.azmi@tier4.jp>
* feat: output avoidance debug array whenever the avoidance module is enabled (#835)
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
* fix: behavior path avoidance debug
Signed-off-by: tomoya.kimura <tomoya.kimura@tier4.jp>
Co-authored-by: Zulfaqar Azmi <93502286+zulfaqar-azmi-t4@users.noreply.github.com>
Copy file name to clipboardexpand all lines: planning/behavior_path_planner/include/behavior_path_planner/scene_module/avoidance/avoidance_module_data.hpp
0 commit comments