Skip to content

Commit

Permalink
修改GS5点云顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanyiaini committed Jan 2, 2024
1 parent 4d464fb commit 8d4c136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/gs_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ int main(int argc, char *argv[])
// const LaserPoint &p = scan.points.at(i);
// printf("%lu a %.01f r %.01f\n", i, p.angle * 180.0f / M_PI, p.range * 1000.0f);
// }
fflush(stdout);
// fflush(stdout);
}
else
{
Expand Down

0 comments on commit 8d4c136

Please sign in to comment.