Vikrant Shah

Results 13 issues of Vikrant Shah

Running plot_matches --graph fails with ``` File "./OpenSfM/bin/plot_matches", line 64, in nx.draw_graphviz( ``` This is probably due to API change with networkx. If we replace that line with `nx.drawing.nx_agraph.graphviz_layout(graph)` it...

bug

I am trying to use open SFM to create 3D models of icebergs. Here is an example of the resulting Sparse cloud ![Screenshot from 2020-08-03 11-42-09](https://user-images.githubusercontent.com/23345159/89201149-10f0c980-d57f-11ea-86f8-5628b6721219.png) As you can see,...

enhancement
dense-reconstruction

As discussed in #753 , I have updated the code to use TF2 and tested it on the Melodic branch. The PR is for the version on the Melodic branch...

amcl
melodic

Hey folks, I have written a new service for AMCL called 'setParticles' similar to the Global Localization service. This service accepts a PoseArray msg and initializes the particle filter to...

enhancement
amcl

Hi, I have been trying to run ORB_SLAM on a set of high resolution images, but have been unable to get it configured to give any results. Here is some...

Many cameras like a go-pro add a timestamp to the jpeg files, it would be nice if these can be used for stamping the image message in ROS.

Hi, thanks for this great set of tools and settings, it is tremendously useful. I am trying to use this on my local machine and running into a couple issues....

I am wondering if the Time class stores all the timing values it receives. I was intrigued since median computation would require something like that. If it does store it,...

Please add the following dependency to the rosdep database. ## Package name: ros2-easy-test ## Package Upstream Source: https://github.com/felixdivo/ros2-easy-test ## Purpose of using this: This dependency allows testing for ros2 packages...

rosdep
persistent

Hi, I wonder if anyone has managed to use this package in ROS2 with the colcon build system. It was save a the time for trouble shooting if someone has...