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

segmentation fault while transform from ros to apollo #8

Open
sinopec opened this issue Sep 19, 2019 · 2 comments
Open

segmentation fault while transform from ros to apollo #8

sinopec opened this issue Sep 19, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@sinopec
Copy link

sinopec commented Sep 19, 2019

Cause by unintilized shared ptr ln apollo_ros_bridge\cyber_ros_bridge\core\cyber_ros_bridge_core.cpp:line 281
std::shared_ptrapollo::drivers::PointCloud pc_apollo
maybe should be
auto pc_apollo = std::make_sharedapollo::drivers::PointCloud();

@abhilashbalachandran
Copy link
Collaborator

@sinopec true. Did you check if it works with your fix? I could do that, but it might take sometime. If it does, you could open a Pull Request.

@abhilashbalachandran abhilashbalachandran self-assigned this Sep 26, 2019
@abhilashbalachandran abhilashbalachandran added the bug Something isn't working label Sep 26, 2019
@YoushaaMurhij
Copy link

Any update on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants