ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Ankit's profile - activity

2013-03-14 00:53:01 -0500 received badge  Taxonomist
2013-01-31 04:35:21 -0500 received badge  Famous Question (source)
2013-01-31 04:35:21 -0500 received badge  Notable Question (source)
2013-01-31 04:35:21 -0500 received badge  Popular Question (source)
2012-10-10 07:01:25 -0500 received badge  Notable Question (source)
2012-10-10 07:01:25 -0500 received badge  Famous Question (source)
2012-07-07 04:09:41 -0500 received badge  Popular Question (source)
2011-09-02 12:44:10 -0500 marked best answer Run time assertion in eigen/src/Core/Block.h while using pcl::NormalEstimation

This question is best asked on pcl-users.

2011-07-03 10:48:25 -0500 marked best answer Updating ROS diamondback stacks (not an svn install)

It's a good practice to run "sudo apt-get update" first before installing a new ROS stack. You may be fetching with an index that is out of date. Our debian packages generally iterate much faster than normal in order to keep up with the fast pace of development.

2011-06-23 12:55:36 -0500 asked a question Run time assertion in eigen/src/Core/Block.h while using pcl::NormalEstimation

I am using diamondback version of ROS on Ubuntu 10.10. I am trying to estimate the normals of the point cloud using pcl::NormalEstimation class. But on running the code, I get runtime assertion on line 278 of the Block.h file. Here's the console output:

/opt/ros/diamondback/stacks/geometry/eigen/include/Eigen/src/Core/Block.h:278: 
Eigen::Block<XprType, BlockRows, BlockCols, InnerPanel, true>
::Block(XprType&, typename Eigen::internal::
traits<Eigen::Block<XprType, BlockRows, BlockCols, InnerPanel, true> >::Index) 
[with XprType = Eigen::Matrix<float, 3, 3, 0, 3, 3>, 
int BlockRows = 3, int BlockCols = 1, bool InnerPanel = true]: 
Assertion `(i>=0) && ( ((BlockRows==1) && (BlockCols==XprType::ColsAtCompileTime) 
&& i<xpr.rows()) ||((BlockRows==XprType::RowsAtCompileTime) && (BlockCols==1) 
&& i<xpr.cols()))' failed.

Does anybody know why this might be happening?

2011-06-23 12:51:01 -0500 answered a question Updating ROS diamondback stacks (not an svn install)

Ya, updating the apt-get databases worked. Thanks!

2011-06-21 19:06:17 -0500 asked a question Updating ROS diamondback stacks (not an svn install)

I am using Diamondback version of ROS which I installed using the sudo apt-get command. I want to update the perception_pcl stack. When I try to update it using the synaptic package manager, I get errors liek "Unable to fetch packages". What could be going wrong?

In general what would be the best way to update ROS stacks in this case?

Thanks, Ankit