Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <takayuki5168@gmail.com>
  • Loading branch information
takayuki5168 committed Oct 2, 2023
1 parent 3f3bc19 commit b5f7600
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ class CrosswalkModule : public SceneModuleInterface
const double timeout_no_intention_to_walk = InterpolateMap(
planner_param.distance_map_for_no_intention_to_walk,
planner_param.timeout_map_for_no_intention_to_walk, distance_to_crosswalk);
std::cerr << timeout_no_intention_to_walk << std::endl;
const bool intent_to_cross =
(now - *time_to_start_stopped).seconds() < timeout_no_intention_to_walk;
if (
Expand Down

0 comments on commit b5f7600

Please sign in to comment.