We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm having trouble getting a good stack trace here. But I believe SNS core dumps when too few DOF are specified in the kinematic chain.
/usr/include/eigen3/Eigen/src/Core/Block.h:148: Eigen::Block<XprType, BlockRows, BlockCols, InnerPanel>::Block(XprType&, Eigen::Index, Eigen::Index, Eigen::Index, Eigen::Index) [with XprType = Eigen::Matrix<double, -1, -1>; int BlockRows = -1; int BlockCols = -1; bool InnerPanel = true; Eigen::Index = long int]: Assertion `startRow >= 0 && blockRows >= 0 && startRow <= xpr.rows() - blockRows && startCol >= 0 && blockCols >= 0 && startCol <= xpr.cols() - blockCols' failed. Aborted [gazebo-2] process has died [pid 7972, exit code 134, cmd /opt/ros/kinetic/lib/gazebo_ros/gzserver -e ode /data/users/imcmahon/dev/baxter_xenial/src/sawyer_simulator/sawyer_gazebo/worlds/sawyer.world __name:=gazebo __log:=/data/users/imcmahon/.ros/log/8a26d440-bb59-11e7-b57a-e4b3181cbae7/gazebo-2.log]. log file: /data/users/imcmahon/.ros/log/8a26d440-bb59-11e7-b57a-e4b3181cbae7/gazebo-2*.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm having trouble getting a good stack trace here. But I believe SNS core dumps when too few DOF are specified in the kinematic chain.
The text was updated successfully, but these errors were encountered: