We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c52f3 commit a88496eCopy full SHA for a88496e
planning/obstacle_cruise_planner/include/obstacle_cruise_planner/node.hpp
@@ -60,7 +60,7 @@ class ObstacleCruisePlannerNode : public rclcpp::Node
60
const std::vector<TrajectoryPoint> & traj_points) const;
61
std::tuple<std::vector<StopObstacle>, std::vector<CruiseObstacle>, std::vector<SlowDownObstacle>>
62
determineEgoBehaviorAgainstObstacles(
63
- const Odometry & odometry, const PredictedObjects & objecrts,
+ const Odometry & odometry, const PredictedObjects & objects,
64
const std::vector<TrajectoryPoint> & traj_points, const std::vector<Obstacle> & obstacles);
65
std::vector<TrajectoryPoint> decimateTrajectoryPoints(
66
const Odometry & odometry, const std::vector<TrajectoryPoint> & traj_points) const;
0 commit comments