Skip to content

Commit

Permalink
Update mlf_engine.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroldchen authored and jinghaomiao committed Sep 17, 2020
1 parent 9446458 commit f1a2603
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ void convertPoseToLoc(const Eigen::Affine3d& pose,
localization->mutable_pose()->mutable_orientation()->set_qw(p.w());
}

// TODO(all): semantic map related, for debugging
// void MlfEngine::AttachDebugInfo(
// std::vector<std::shared_ptr<base::Object>>* foreground_objs) {
// for (auto i : obstacle_container_.curr_frame_movable_obstacle_ids()) {
Expand All @@ -226,6 +227,7 @@ void convertPoseToLoc(const Eigen::Affine3d& pose,
// }
//}

// TODO(all): semantic map related, for debugging
// void MlfEngine::AttachSemanticPredictedTrajectory(
// const std::vector<MlfTrackDataPtr>& tracks) {
// for (auto i : obstacle_container_.curr_frame_movable_obstacle_ids()) {
Expand Down Expand Up @@ -263,6 +265,7 @@ void MlfEngine::CollectTrackedResult(LidarFrame* frame) {
};
collect(&foreground_track_data_);
// update semantic map object container
// TODO(all): semantic map related, for debugging
// if (use_semantic_map_) {
// obstacle_container_.CleanUp();
// // use msg serializer to convert object to perception obstacles
Expand Down

0 comments on commit f1a2603

Please sign in to comment.