Skip to content

Add a max_num_saved parameter to pointcloud_to_pcd.#127

Closed
bhaskara wants to merge 1 commit intoros-perception:kinetic-develfrom
bhaskara:kinetic-devel
Closed

Add a max_num_saved parameter to pointcloud_to_pcd.#127
bhaskara wants to merge 1 commit intoros-perception:kinetic-develfrom
bhaskara:kinetic-devel

Conversation

@bhaskara
Copy link
Copy Markdown

No description provided.

if ((max_num_saved_ > 0) && (max_num_saved_ <= num_saved_))
{
ROS_INFO_STREAM("Saved max number of clouds (you can quit now)");
return;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this something you'd still like merged? Looks fine to me, but I'd like after the log statement for the program to cleanly shutdown. If its done, is should be done.

Let me know if this isn't something you care for anymore and we can close the PR

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to close, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants