Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

creating test branch #18

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
...
  • Loading branch information
nmmallick committed Oct 15, 2022
commit bb29a7421feb9f0f0efd8ea149ea98a10d062dc1
8 changes: 4 additions & 4 deletions catkin_ws/src/f1tenth_modules/node/GapFollowing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ class GapFollowing
scanStartIdx = getScanIdx((-M_PI/3.0), lidarData);
scanEndIdx = getScanIdx((M_PI/3.0), lidarData);

ROS_INFO("");
ROS_INFO("Start index of scan : %d", scanStartIdx);
ROS_INFO("End index of scan: %d", scanEndIdx);
ROS_INFO("");
// ROS_INFO("");
// ROS_INFO("Start index of scan : %d", scanStartIdx);
// ROS_INFO("End index of scan: %d", scanEndIdx);
// ROS_INFO("");

// Rviz configuration
geometry_msgs::Pose pose;
Expand Down