Skip to content

Commit

Permalink
refactor: Update runProcess parameter name to detected_objects
Browse files Browse the repository at this point in the history
Signed-off-by: Taekjin LEE <[email protected]>
  • Loading branch information
technolojin committed Jan 14, 2025
1 parent 53a696a commit b0dedf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ class MultiObjectTracker : public rclcpp::Node
void onTrigger();

// publish processes
void runProcess(const types::DynamicObjectList & input_objects);
void runProcess(const types::DynamicObjectList & detected_objects);
void checkAndPublish(const rclcpp::Time & time);
void publish(const rclcpp::Time & time) const;
inline bool shouldTrackerPublish(const std::shared_ptr<const Tracker> tracker) const;
Expand Down

0 comments on commit b0dedf2

Please sign in to comment.