Skip to content
Snippets Groups Projects
Commit 6fd4855c authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Initial commit of the hokuyo 3D laser using roll rotations.

parent a4947465
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
#include <sstream>
#include <iostream>
const int num_frames=1;
const int num_frames=10;
int main(int argc, char *argv[])
{
......@@ -40,7 +40,7 @@ int main(int argc, char *argv[])
ladybug->get_config(&left_off,&top_off,&width,&height,&framerate,&depth,&coding);
std::cout << "Fremerate: " << framerate << std::endl;
coding=RGB;
framerate=10;
framerate=1;
ladybug->set_config(&left_off,&top_off,&width,&height,&framerate,depth,coding);
ladybug->get_multi_config(&width,&height,&framerate,&depth,&coding);
std::cout << "Image size: " << width << "x" << height << std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment