Compiling error on microstrain_3dmgx2_imu package [closed]
Hi all,
I'm using electric, with Ubuntu 11.10.
I've recently downloaded the stack imu_drivers (version 1.3.1) and I've done:
$ rosdep install microstrain_3dmgx2_imu
All required rosdeps installed successfully
$ rosmake microstrain_3dmgx2_imu
and I get the followig error:
...
/home/andreu/rosSw-extra/imu_drivers/microstrain_3dmgx2_imu/imu_node.cc: In member function ‘void ImuNode::getData(sensor_msgs::Imu&)’: /home/andreu/rosSw-extra/imu_drivers/microstrain_3dmgx2_imu/imu_node.cc:450:6: error: ‘Matrix3x3’ is not a member of ‘tf’ /home/andreu/rosSw-extra/imu_drivers/microstrain_3dmgx2_imu/imu_node.cc:453:5: error: ‘Matrix3x3’ is not a member of ‘tf’
...
Has anyone compiled successfully this package under electric+Ubuntu11.10 ?
Thanks !
Andreu