ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Prabhav Gupta
    3. Topics
    P
    • Profile
    • Following 2
    • Followers 0
    • Topics 4
    • Posts 21
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Prabhav Gupta

    • P

      Unable to build ROS python workspace on the RB5 drone

      ROS
      • ros rb5 • • Prabhav Gupta
      3
      0
      Votes
      3
      Posts
      151
      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!

    • P

      unable to calibrate imu on RB5

      Ask your questions right here!
      • • • Prabhav Gupta
      3
      0
      Votes
      3
      Posts
      97
      Views

      Eric KatzfeyE

      @Prabhav-Gupta The RB5 does not have a second IMU like the VOXL 2 does. So voxl-imu-server is only applicable for VOXL 2, not RB5.

    • P

      Rename ROS Topics pulished by the RB5

      ROS
      • • • Prabhav Gupta
      4
      0
      Votes
      4
      Posts
      270
      Views

      S

      @Prabhav-Gupta You can just remap the topics coming out of the voxl_mpa_node, or remap the topics inside your ORBSLAM launch file. No need to mess with the source code.

    • P

      Onboard Image Processing using ROS + OpenCV (+ possibly some ML library in the future)

      ROS
      • • • Prabhav Gupta
      19
      0
      Votes
      19
      Posts
      1412
      Views

      Alex KushleyevA

      @Prabhav-Gupta , you are welcome!