Skip to content

Commit

Permalink
chore(avoidance): rename variables
Browse files Browse the repository at this point in the history
Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>
  • Loading branch information
satoshi-ota committed Aug 10, 2023
1 parent 9abbc53 commit a5a147b
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 71 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,9 +242,8 @@ class AvoidanceModule : public SceneModuleInterface

/**
* @brief update main avoidance data for avoidance path generation based on latest planner data.
* @return avoidance data.
*/
AvoidancePlanningData calcAvoidancePlanningData(DebugData & debug) const;
void fillFundamentalData(AvoidancePlanningData & data, DebugData & debug);

/**
* @brief fill additional data so that the module judges target objects.
Expand Down Expand Up @@ -553,7 +552,7 @@ class AvoidanceModule : public SceneModuleInterface

helper::avoidance::AvoidanceHelper helper_;

AvoidancePlanningData avoidance_data_;
AvoidancePlanningData avoid_data_;

PathShifter path_shifter_;

Expand Down
Loading

0 comments on commit a5a147b

Please sign in to comment.