geothan
geothan
Hello, i'm trying to import pclpy in a google colab project, but i get: --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) in () ----> 1 import pcl ModuleNotFoundError: No module...
i have already installed Sophus, Fast and g2o from: https://github.com/uzh-rpg/rpg_svo/wiki/Installation:-ROS and i tried to build CNN-SVO, but during compilation i get these errors, could someone give me a hint? How...
Hi, i tried to run the flyingroom.bag, but rviz shows nothing. i tried : `roslaunch dvs_tracking flyingroom.launch auto_trigger:=true` `rosbag play -r 0.7 /home/george/event_datasets/evo/evo_flyingroom.bag` The output of first terminal returns multiple...
I followed your guidelines for setting up SVO with ROS: https://github.com/uzh-rpg/rpg_svo/wiki/Installation:-ROS i installed the last version of opencv and executed a successful catkin_make. My problem is that the command: **roslaunch...