capaulson
capaulson
In the Assembly, 16 components are linked to local paths: Instance of the following were suppressed when this file was opened C:\Users\Camille\Desktop\Food Computer World Food Day\PARTS\ACRYLIC\lower front plate\lower front plate.SLDPRT...
We're trying to run this code and encountered the following error as soon as the LIDAR started streaming data: ```blam_slam_node: /build/pcl-6_P28C/pcl-1.7.2/kdtree/include/pcl/kdtree_flann.hpp:136: int pcl::KdTreeFLANN::nearestKSearch(const PointT&, int, std::vector&, std::vector&) const [with PointT...
Code to produce: ``` sf = p_filtered.make_statistical_outlier_filter() sf.set_mean_k(20) sf.set_std_dev_mul_thresh(1.5) sf.set_negative(False) sf.filter() ``` System details: Ubuntu 18.04 PCL from apt python-pcl built from current master Cloud details: Pointcloud is an XYZ...
I haven't been able to run a single reliability. My hardware is a tinyg g2 running on a Due (latest version from master). The board is powered with an external...
Hey, cool code. I had one issue getting this running under mac os x. This patch fixes it. Untested on linux.
When I run: mavplayback.py 252.BIN I receive this error: Traceback (most recent call last): File "/usr/local/bin/mavplayback.py", line 4, in **import**('pkg_resources').run_script('pymavlink==1.1.53', 'mavplayback.py') File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-8.2.1-py2.7.egg/pkg_resources.py", line 646, in run_script File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/setuptools-8.2.1-py2.7.egg/pkg_resources.py", line...