Skip to content

Commit

Permalink
fix spell-check error
Browse files Browse the repository at this point in the history
Signed-off-by: yoshiri <[email protected]>
  • Loading branch information
YoshiRi committed Oct 12, 2023
1 parent aaf9cee commit ff4b3c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
decay_rate: 0.1
max_dt: 1.0

# loggin
# logging settings
enable_logging: false
log_file_path: "/tmp/decorative_tracker_merger.log"
4 changes: 2 additions & 2 deletions perception/tracking_object_merger/src/utils/tracker_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ using autoware_auto_perception_msgs::msg::TrackedObjects;
/**
* @brief Construct a new Tracker State:: Tracker State object
*
* @param input_source : input source distinguisher
* @param input_source : input source distinguished
* @param tracked_object : input source tracked object
* @param last_update_time : last update time
*/
Expand Down Expand Up @@ -93,7 +93,7 @@ bool TrackerState::predict(const rclcpp::Time & current_time)
*
* @param dt : time to predict
* @param func : update function (e.g. PredictPastOrFutureTrackedObject)
* @return true: prediction successed
* @return true: prediction succeeded
* @return false: prediction failed
*/
bool TrackerState::predict(
Expand Down

0 comments on commit ff4b3c8

Please sign in to comment.