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?

-
@LR Hi going to look into this - for now can you just install the deb as is via
apt-get install voxl-mpa-to-ros2?Will let you know if I run into the same error.
-
This is the same build error I ran into (see here https://forum.modalai.com/topic/3908/voxl-px4-and-voxl-mpa-to-ros2-message-compatibility-and-build-issues)
It turned out to be a issue with the version of empy installed when running install_build_dependencies (specifically in python3 -m pip install colcon-common-extensions lark)
I resolved it by downgrading empy after running the install build dependencies script in the docker container
python3 -m pip uninstall -y empy python3 -m pip install empy==3.3.4 -
-
@LR Hi going to look into this - for now can you just install the deb as is via
apt-get install voxl-mpa-to-ros2?Will let you know if I run into the same error.
@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...
-
@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...
This post is deleted! -
@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...
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login