Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Dwivedula committed Oct 25, 2024
1 parent 64f1341 commit c7b4bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation/navigation_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ int main(int argc, char** argv) {
nav_log["loop_time_ms_sys"] = ss_sys_time.str();
nav_log["loop_time_ms_ros"] = ss_ros_time.str();

std::cout << "LOOP: System Start (ns)=" << sys_start_ns << ", System Time (ms)=" << sys_time_diff.count() << std::endl; // Convert to milliseconds
// std::cout << "LOOP: System Start (ns)=" << sys_start_ns << ", System Time (ms)=" << sys_time_diff.count() << std::endl; // Convert to milliseconds

msg.data = nav_log.dump();
navloop_timer_pub_.publish(msg);
Expand Down

0 comments on commit c7b4bf6

Please sign in to comment.