@LR I removed and reinstalled voxl-mpa-to-ros2 and that is working now, for voxl-mpa-to-ros I still have the same problem
Latest posts made by LR
-
RE: problems installing voxl-mpa-to-ros2
-
RE: problems installing voxl-mpa-to-ros2
@Zachary-Lowell-0 Hi, thank you for your response! I've tried to installed it directly but when I try to access it with ros2 run voxl_mpa_to_ros2 voxl_mpa_to_ros2 it doesn't find the node, I also checked under opt/ros/foxy/mpa_to_ros2/install and the package is not there...
I tried again to install it on the docker container with what @jmltt told me and now I have this problem
Lastly I tried also to install voxl_mpa_to_ros for melodic but in this case the package contains just the launch file and not the voxl_mpa_to_ros_node so again I cannot call the function
Sorry for all this...
-
problems installing voxl-mpa-to-ros2
Hello,
I'm following this guide https://docs.modalai.com/ros2-installation-voxl2/ to build the voxl-mpa-to-ros2 pkg and push it into VOXL2. I'm facing some problems with the instructions, in detail, I succeeded into creating the qrb5165-emulator image, then I can install the dependencies with './install_build_deps.sh qrb5165 dev', but when I try to run the build.sh file the voxl_msgs pkg fail to compile. Below the error I obtain. What am I doing wrong?
-
RE: GPS-denied offboard mode and MAVROS configuration on VOXL
When I attempt to use my drone for GPS-denied applications indoors with QGroundControl (QGC), I am unable to switch to offboard mode. However, it works perfectly fine outdoors. My question is whether there are specific PX4 parameters I need to change or if my Visual Inertial Odometry (VIO) is not functioning correctly.
-
RE: Seeker receiver not binding
Update: I actually understood why I cannot bind, the receiver is not a Spektrum but a FrSky R-XSR Receiver, what should I do? Should I buy a FrSky transmitter or should I change the receiver to a Spektrum one? What do you suggest?
-
RE: Seeker receiver not binding
Or anyway, is there an option to give the binding command directly from VOXL without using QGC?
-
Seeker receiver not binding
Hello,
I have a Seeker drone, and I'm following the Quickstart guide to make it fly for the first time. I have successfully connected the Seeker to QGControl and I can arm the drone from there. The only problem is that I'm trying to bind the drone to my transmitter but when I press Spektrum Bind as indicated here https://docs.modalai.com/seeker-user-guide-px4/, the receiver orange light doesn't start blinking fast. Do you have any idea of what can it be?
-
GPS-denied offboard mode and MAVROS configuration on VOXL
Hello, I have a Seeker with VOXL v1.12.0 installed.
I'm trying to control it with ROS using MAVROS. I can run it in the kinetic docker but not on the VOXL itself, do you know if there is a way to do it?
Also, I'm trying to use the drone for indoor applications, I tested the code in gazebo and everything works fine, but when I test it on the drone, I can switch to offboard mode but mavros keeps asking me for a GPS signal and the drone arms but doesn't take off... is there a way to disabilitate the GPS?