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

Prompt user when one or more topics in the rosbag cannot be loaded #183

Merged
merged 1 commit into from
Jun 27, 2019
Merged

Conversation

krixkrix
Copy link

  • previous behaviour: the bag load was aborted
  • with this patch: prompt user whether or not to
    • skip this problematic topic and continue loading
    • skip this and other problematic topics that may arise when loading
    • abort the load

The patch addresses a real life example when some of the ros messages are created
from ROS-matlab, and therefore suffers from a bug related to a bad message description
E.g. see rosjava/rosjava_bootstrap#16

 * previous behaviour: the bag load was aborted
 * with this patch: prompt user whether or not to
   * skip this problematic topic and continue loading
   * skip this and other problematic topics that may arise when loading
   * abort the load

The patch addresses a real life example when some of the ros messages are created
from ROS-matlab, and therefore suffers from a bug related to a bad message description
E.g. see rosjava/rosjava_bootstrap#16
@facontidavide facontidavide merged commit 2667487 into facontidavide:master Jun 27, 2019
@facontidavide
Copy link
Owner

the issue with rosjava explains a few weird things that happened to people I know in the past...

Thanks for the addition.

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.

3 participants