ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I'm guessing this is less of a problem with gazebo, and more of a problem with running gdb
from roslaunch
. Here is an answers.ros.org question that produces the same errors you are seeing, and here is a bug report that I filed with ros_comm
about this same issues.
I'm guessing if you set debug
to false
the ioctl error will disappear. If you are still seeing segfaults, something unrelated to this error is causing the problem.
2 | No.2 Revision |
I'm guessing this is less of a problem with gazebo, and more of a problem with running gdb
from roslaunch
. Here Here is an answers.ros.org question question that produces the same errors you are seeing, and here is a bug report that I filed with ros_comm
about this same issues.
I'm guessing if you set debug
to false
the ioctl error will disappear. If you are still seeing segfaults, something unrelated to this error is causing the problem.