You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering a segmentation error whenever i am running clio :
Everything works fine until i play the actual rosbag office.bag. It suddenly crashes and there is no scene graph construction.
(ps: I am waiting till the running print is displayed before running the ros bag in clio terminal.)
Error Encountered :
The GDB output shows that it somehow fails whenever the hydra::GvdPlaceExtractor::updateGraph(unsigned long, spark_dsg::DynamicSceneGraph&) is called so it more of a hydra issue.
I am running the code on :
Ubuntu Version : 20.04 LTS and Ros Noetic
I have properly followed the instructions given on the Read-me for installation and my Workspace is properly sourced.
The command run :
roslaunch clio_ros realsense.launch run_segmentation:=false
object_tasks_file:=/home/hulk/clio_ws/src/data/office/tasks_office.yaml
place_tasks_file:=/home/hulk/clio_ws/src/data/office/region_tasks_office.yaml
rosbag play office.bag --clock
If anyone is facing the same issue or have seen this before or could provide any help with this , it would be great !
Let me know if anything else is required from my end !
The text was updated successfully, but these errors were encountered:
Hello fellow devlopers,
Issue Description :
I am encountering a segmentation error whenever i am running clio :
(ps: I am waiting till the running print is displayed before running the ros bag in clio terminal.)
Error Encountered :
The GDB output shows that it somehow fails whenever the hydra::GvdPlaceExtractor::updateGraph(unsigned long, spark_dsg::DynamicSceneGraph&) is called so it more of a hydra issue.
I am running the code on :
Ubuntu Version : 20.04 LTS and Ros Noetic
roslaunch clio_ros realsense.launch run_segmentation:=false
object_tasks_file:=/home/hulk/clio_ws/src/data/office/tasks_office.yaml
place_tasks_file:=/home/hulk/clio_ws/src/data/office/region_tasks_office.yaml
If anyone is facing the same issue or have seen this before or could provide any help with this , it would be great !
Let me know if anything else is required from my end !
The text was updated successfully, but these errors were encountered: