Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sadanand1120 committed Oct 23, 2024
1 parent e69a127 commit b84f957
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/navigation/navigation_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,6 @@ void ImageCallback(const sensor_msgs::CompressedImageConstPtr& msg) {
}

int main(int argc, char** argv) {
printf("MADARCHOD\n");
google::ParseCommandLineFlags(&argc, &argv, false);
google::InitGoogleLogging(argv[0]);
signal(SIGINT, SignalHandler);
Expand Down Expand Up @@ -1000,7 +999,6 @@ int main(int argc, char** argv) {
std_msgs::String msg;
auto sys_start_ns = std::chrono::duration_cast<std::chrono::nanoseconds>(start_run_loop_sys.time_since_epoch()).count();


std::stringstream ss_sys_time, ss_ros_time;
ss_sys_time << std::fixed << std::setprecision(3) << sys_time_diff.count();
ss_ros_time << std::fixed << std::setprecision(3) << ros_time_diff.toSec() * 1000;
Expand Down

0 comments on commit b84f957

Please sign in to comment.