-
Notifications
You must be signed in to change notification settings - Fork 8
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
[ft_sensor-2] process has died [pid 87237, exit code -7, #19
Comments
I have ignored the ip address in ft_sensor.h. When I correct it as 192.168.1.1, the terminal reports the following errors:
|
Hi, I have used this sensor software with a netFT box in the past but do not have access to one right now. I would suggest to look |
Hi, Thank you for your answer. But I have tried to directly open the [(http://192.168.1.1/netftapi2.xml)] it seems quite well. So I don't understand what's wrong with the code or me. I have extended this question to my ATI hardwae provider, they also don't know what's wrong. |
Ok. Just something that had happened within my lab: There was a difference between browser access and "terminal/software" access to http pages in our lab. We had to disable proxy access in our terminal before starting up the driver. You could also try start the driver with a debugger, which might help to know why/where the node crashes http://wiki.ros.org/roslaunch/Tutorials/Roslaunch%20Nodes%20in%20Valgrind%20or%20GDB |
Sorry to interrupt you. I have faced a problem with the code.
I create my workspace. And copy the downloaded zip file to the /workspace/src and unzip it and rename as ati_sensor.
Then I have changed the ip address in ft_sensor_node.cpp and ft_sensor.launch with 192.168.1.1.
Then catkin_make.
When I use the following sentence to start the node like:
roslaunch ati_sensor ft_sensor.launch ip:=192.168.1.1 frame:=/ati_ft_link
The terminal returns as follows:
I try to find what is wrong with the thing but I can't find the .log file in the folder which mentioned in the terminal. I wonder if anyone have encountered similar problems as I do. Please help me and thanks a lot !!
The text was updated successfully, but these errors were encountered: