ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Tags
    3. ros
    Log in to post
    • All categories
    • P

      Unable to build ROS python workspace on the RB5 drone

      ROS
      • ros rb5 • • Prabhav Gupta
      3
      0
      Votes
      3
      Posts
      155
      Views

      P

      @Eric-Katzfey

      I had backed up my ROS workspace using adb pull before flashing the drone and used adb push to reinstate my workspace on the drone. This unfortunately changed up the file permissions for the folders within the workspace.

      I was able to fix this by deleting (using rm -rf) all folders within my ROS workspace except the src (which contains the packages I was working on) and building the packages again.

      I was then faced with the other CMake error visible above -

      @Prabhav-Gupta said in Unable to build ROS python workspace on the RB5 drone:

      CMake Error at /home/root/python_ws/src/vision_opencv/cv_bridge/CMakeLists.txt:16 (find_package):
      Could not find a package configuration file provided by "OpenCV" (requested
      version 3) with any of the following names:

      OpenCVConfig.cmake opencv-config.cmake

      I fixed this by building opencv from source on the drone (following this - https://docs.opencv.org/4.x/d7/d9f/tutorial_linux_install.html)

      After installing opencv, the catrkin build did not return any errors at the time. I do need to check whether my ROS Nodes are working as expected or not. Will update here once I do the same.

      Thank you for your time!

    • J

      Sensors simulation with Gazebo

      ROS
      • ros gazebo starling2 • • Judoor 0
      1
      0
      Votes
      1
      Posts
      98
      Views

      No one has replied

    • J

      Install libopencv on Starling 2

      VOXL 2
      • starlingv2 ros opencv docker • • Judoor 0
      19
      0
      Votes
      19
      Posts
      843
      Views

      P

      @Alex-Kushleyev,

      Cool, Thanks a lot!

    • nickyblanchN

      Visual Inertial Odometry (VIO) information for graduate student

      Seeker
      • seeker vio voxl camera ros • • nickyblanch
      1
      0
      Votes
      1
      Posts
      285
      Views

      No one has replied

    • A

      Implementing a Custom YOLOv5 Model on APQ8096 VOXL-TFLite-Server

      VOXL m500 Reference Drone
      • voxl m500 tflite yolov5 ros • • aashry
      4
      0
      Votes
      4
      Posts
      425
      Views

      A

      @tpavlic Thank you, glad it helped!

    • R

      timestamps for ros messages in voxl_mpa_to_ros_node

      Ask your questions right here!
      • time ros voxl-mpa-tools • • rapit
      3
      0
      Votes
      3
      Posts
      329
      Views

      R

      Thanks for the answer, yes I already looked into the code. I was just wondering why the servers timestamp differs from the system timestamp. But then I will change the node accordingly.

    • Isabella YuI

      Subscribe to voxl_mpa_to_ros topics

      Ask your questions right here!
      • ros • • Isabella Yu
      5
      0
      Votes
      5
      Posts
      565
      Views

      ?

      @Isabella-Yu,

      If there is no tflite_data pipe, you may be using a version of voxl-tflite-server that does not have the ai_detection_t added yet. This feature was added in v0.2.0, so make sure you are using the latest available version!

    • G

      ToF sensor

      Ask your questions right here!
      • ros tof • • gauravshukla914
      29
      0
      Votes
      29
      Posts
      2206
      Views

      modaltbM

      Hi @gauravshukla914 ,

      Thanks for the help with this. We've released a new beta version of the voxl-hal3-tof-cam-ros that supports auto detection of ToF and defaults the persist.camera.modalai.tof setting properly.

      It will be in out next voxl-suite release, but is available from our dev channel here if you are interested in using this link

      The updated readme is here.

      Thanks!

    • A

      Failed to start Stereo Camera Nodelet

      Ask your questions right here!
      • ros camera • • abdullah.sorathi
      12
      0
      Votes
      12
      Posts
      809
      Views

      K

      nothing else has changed.