You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having an issue running the ros version for Xsens. I have the MTi-G-710 GNSS. I'm having a Ubuntu 14 machine, with gcc and g++ version 4.8. Building the application was not a problem. When I run roslaunch for the default launch file recommend in the readme, it throws an error:
"Terminate called after throwing an instance of 'std::regex_error' what(): regex_error"
I proceeded to upgrade my gcc and g++ version to version 6 and rebuild the Xsens ros package again. The same error still appears.
The roslaunch works fine on my other machine with Ubuntu 16, although initially I had troubles with the package unable to detect my Xsens device. But I need the Xsens to work on the Ubuntu 14 machine.
I am using the latest xsens linux SDK and also recently updated the firmware.
Any help is really appreciated. Thank you!
The text was updated successfully, but these errors were encountered:
Hello @russelltankl
Sorry for the delay in getting back to you.
Are you using the (deprecated) ROS node available on Github? Or are you using the newest version that is contained in the MT Software Suite (see http://wiki.ros.org/xsens_mti_driver)?
We need some more information regarding your setup and the error you are facing. Could you share the full error you receive, including the path where it occurs?
Also, could you share more details regarding your setup (kernel, ROS version, etc..), as well as a confirmation that your upgraded version of gcc (gcc --version) is the same as the one being used by ROS?
I'm having an issue running the ros version for Xsens. I have the MTi-G-710 GNSS. I'm having a Ubuntu 14 machine, with gcc and g++ version 4.8. Building the application was not a problem. When I run roslaunch for the default launch file recommend in the readme, it throws an error:
"Terminate called after throwing an instance of 'std::regex_error' what(): regex_error"
I proceeded to upgrade my gcc and g++ version to version 6 and rebuild the Xsens ros package again. The same error still appears.
The roslaunch works fine on my other machine with Ubuntu 16, although initially I had troubles with the package unable to detect my Xsens device. But I need the Xsens to work on the Ubuntu 14 machine.
I am using the latest xsens linux SDK and also recently updated the firmware.
Any help is really appreciated. Thank you!
The text was updated successfully, but these errors were encountered: