Skip to content

Commit

Permalink
Fixed minor issues in README file
Browse files Browse the repository at this point in the history
Signed-off-by: Avisheet <[email protected]>
  • Loading branch information
Avisheet committed Apr 2, 2024
1 parent 298e746 commit d67fd33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmf_human_detector/src/HumanDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ HumanDetector::HumanDetector(const rclcpp::NodeOptions& options)
// perform detections
auto [rmf_obstacles, image_detections] = _data->_detector->image_cb(msg);

// rmf_obstacles.header.stamp = this->get_clock()->now();
// rmf_obstacles.header.frame_id = _data->_camera_name;
rmf_obstacles.header.stamp = this->get_clock()->now();
rmf_obstacles.header.frame_id = _data->_camera_name;

// populate fields like time stamp, etc
for (auto& obstacle : rmf_obstacles.obstacles)
Expand Down

0 comments on commit d67fd33

Please sign in to comment.