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 trying to publish a tf2 message in ROS #563

Open
IvanPrzOl opened this issue Apr 26, 2018 · 0 comments
Open

Segmentation fault trying to publish a tf2 message in ROS #563

IvanPrzOl opened this issue Apr 26, 2018 · 0 comments

Comments

@IvanPrzOl
Copy link

Hello,
I hope you can help me,

I'm using ROS kinetic and Ubuntu 16.04 LTS.

I'm trying to publish the camera pose of the monocular node as a tf2 message, I've followed the commits on #102 to guide me, but if I try to access to a member function on a tf2::Matrix3x3 object (i.e to convert a 3x3 rotation matrix into a quaternion) the node crashes.

So I tried to run it with gdb and it says:
Thread 1 "Mono" received signal SIGSEGV, Segmentation fault.
0x000000000040bf52 in ImageGrabber::GrabImage(boost::shared_ptr<sensor_msgs::Image_<std::allocator > const> const&) ()

This problem also happen when a try to send a TransformStamped object with the TransformBroadcaster.

Anybody knows what could be the problem?

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

No branches or pull requests

1 participant