rospack profile crash
Dear Team,
I am using Jackal robot from clearpath with ros indigo.
I have brought um7 IMU to connect with Robot(Jackal) and trying to get IMU data.
I installed um7 package using sudo get-apt install ros-indigo-um7
while performing rosrun um7 um7_driver
getting following error:
administrator@administrator:~$ rosrun um7 um7_driver
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
find: cannot search `': No such file or directory
terminate called after throwing an instance of 'std::runtime_error'
what(): locale::facet::_S_create_c_locale name not valid
Aborted (core dumped)
performed rospack profile
and got following error
terminate called after throwing an instance of 'std::run time error' what() locale::facet ::_S_create_c_locale name not valid
Aborted (core dumped)
output of ls -al /opt/ros/indigo/lib/um7
administrator@administrator:~$ ls -al /opt/ros/indigo/lib/um7
total 124
drwxr-xr-x 2 root root 4096 Feb 11 05:32 .
drwxr-xr-x 56 root root 12288 Feb 12 07:15 ..
-rwxr-xr-x 1 root root 109720 May 17 2018 um7_driver
Information regarding OS:
administrator@administrator:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="14.04.5 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.5 LTS"
VERSION_ID="14.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
Other required information
administrator@administrator:~$ whoami
administrator
administrator@administrator:~$ id
uid=1000(administrator) gid=1000(administrator) groups=1000(administrator),20(dialout),27(sudo),30(dip),46(plugdev),102(netdev)
administrator@administrator:~$ id -u
1000
administrator@administrator:~$ id -g
1000
administrator@administrator:~$ env | grep LC
LC_PAPER=de_DE.UTF-8
LC_ADDRESS=de_DE.UTF-8
LC_MONETARY=de_DE.UTF-8
LC_NUMERIC=de_DE.UTF-8
LC_TELEPHONE=de_DE.UTF-8
LC_IDENTIFICATION=de_DE.UTF-8
LC_MEASUREMENT=de_DE.UTF-8
LC_TIME=de_DE.UTF-8
LC_NAME=de_DE.UTF-8
ROS version information:
administrator@administrator:~$ rosversion -d
indigo
Problem is I am not able to run um7_driver binary. ROS is not able to find the um7 package. I am new to ROS and not able to figure it out what is going wrong. As mentioned by @gvdhoorn it seems to be rospack profile crash issue. Any pointer to the issue would be helpful
Thank you in advance
That is not an error I recognise. Can you please copy-paste the exact error message into your question?
Error updated
So this is an entirely different error than the one in #q251946 that you commented on.
I would surprised if you could run any node with
rosrun
.