Nothing Special   »   [go: up one dir, main page]

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

Fix #150: Allow bag_to_pcd to properly respond to topic argument #215

Merged

Conversation

jarvisschultz
Copy link

Argument was ignored before, as reported in #150

Also added some more helpful printout information in case user provides wrong topic name or type.

Previously providing a topic name in argv[2], as indicated in the usage string,
modified the printouts indicating to the user that they were going to be
exporting the correct topic, but the rosbag::View::Query used still grabbed the
first sensor_msgs/PointCloud2 topic which was not necessarily what they had
specified.
@paulbovbel
Copy link
Member

LGTM, thanks! CI failures due to unsupported platforms that have been removed on master.

@paulbovbel paulbovbel merged commit 9705de9 into ros-perception:melodic-devel Jul 3, 2019
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