Shreyansh Darshan
Shreyansh Darshan
Could you provide a sample script to reproduce the behaviour?
Could you provide the gltf file that caused the problem as well?
@eric26009 You can use `rosrun pcl_ros pointcloud_to_pcd input:=/blam/blam_slam/octree_map_updates` to make PCD files of messages coming to the /blam/blam_slam/octree_map_updates topic.
``` [pcl_render_node-10] process has died [pid 28283, exit code -6, cmd /home/darshan/InterIIT/catkin_ws/devel/lib/local_sensing_node/pcl_render_node ~global_map:=/map_generator/global_cloud ~odometry:=/state_ukf/odom __name:=pcl_render_node __log:=/home/darshan/.ros/log/f6d7b6c2-86a8-11eb-99d3-8572761021b7/pcl_render_node-10.log]. ``` I get the above error using the updated FUEL, followed by: ``` log...
Raw mode is not available in the older version of Open3d. Could you tell how you installed Open3d?
This PR addresses this issue: #27
You are right, there doesnt seem to be a python binding for `GetGeometries`. I usually maintain a list of the names of all the geometries added to the Open3DScene myself.