ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Gisela's profile - activity

2015-06-15 10:15:12 -0500 received badge  Famous Question (source)
2013-06-04 01:34:34 -0500 received badge  Notable Question (source)
2013-05-27 16:51:56 -0500 received badge  Popular Question (source)
2013-05-02 16:30:10 -0500 commented answer error with package imu_9_dof

Thank you! Right now I am working my imu sensor stick with an Arduino board. I've got the data from the imu printed out (roll, pitch and yaw). However I have to convert the raw data(roll, pitch and yaw) to ros capatible data and publish these data. So do you have any suggestions? Thank you again! :)

2013-05-01 20:44:18 -0500 asked a question error with package imu_9_dof

I'm new to ROS and i'm trying to do a project starting with the imu sensor stick. While trying to convert the raw data (raw, pitch & yaw) from the IMU 9dof sensor to ros data, I've got a problem with this line:

   imu.orientation.x = tf::createQuaternionFromYaw(0.0);

And this derived the error:

   error: cannot convert ‘tf::Quaternion’ to ‘geometry_msgs::Quaternion_<std::allocator<void> >::_x_type {aka double}’ in assignment.

Any help is appreciated. Thanks :)