mirror of
https://github.com/OSURoboticsClub/Rover_2017_2018.git
synced 2025-11-08 18:21:15 +00:00
Cleaned up packages and added new launch file
This commit is contained in:
@@ -56,7 +56,7 @@ int main(int argc, char** argv)
|
||||
ros::Rate loop_rate(fps + 5);
|
||||
|
||||
|
||||
while (node_handle.ok()) {
|
||||
while (ros::ok()) {
|
||||
|
||||
cap.read(image);
|
||||
|
||||
@@ -73,4 +73,6 @@ int main(int argc, char** argv)
|
||||
ros::spinOnce();
|
||||
loop_rate.sleep();
|
||||
}
|
||||
|
||||
cap.release();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user