ROS2 ON VOXL2
-
Hi,
I have been trying to get ROS2 on my VOXL2 (SDK 1.4.5), I am using Ubuntu 22.04(Jammy) which doesnt support ROS2 Foxy, I have ROS2 Humble on my host PC and tried running ROS2 Foxy using a docker, but I have certain issues with ROS2 on my VOXL2, I have voxl-mpa-to-ros2 installed, but the systemd service is missing or not registered. Currently, my APT repo isn't working, and i get an error 404 when i try getting the packages from https://voxl-packages.modalai.com/voxl-suite/.Can you assist with this? Or am I doing it wrongly ?
Thanks,
Taiwo -
Hi @taiwohazeez,
-
SDK 1.4.5 uses Ubuntu 18.04 which corresponds with ROS2 Foxy.
-
What're you trying to install from that link? The official guide for installing voxl-mpa-to-ros2 is here. Are you able to run voxl-mpa-to-ros2 via
ros2 run voxl_mpa_to_ros2 voxl_mpa_to_ros2
. If not, check that you ran the setup scriptsource /opt/ros/foxy/mpa-to-ros2/install/setup.bash
.
Best,
Ted -
-
@teddy-zaremba thanks for the response, i am trying to install voxl-mpa-to-ros2, but i am being skpetical if it would be compatible with ROS2 Humble on my host PC since I have Ubuntu 22.04 on it and S.D.K 1.4.5 uses Ubuntu 18.04. Do i have to get a PC with Ubuntu 18.04 on it? or is there a way around it with my UBuntu 22.04?
Thanks,
Taiwo -
@taiwohazeez Sorry maybe I'm misunderstanding. You can't run voxl-mpa-to-ros2 on your host computer regardless because it won't have access to either the libmodal pipe functions necessary to get the data from the VOXL nor the processes serving up that data.
If instead you mean your host computer should be able to receive ROS messages from voxl-mpa-to-ros2 on your VOXL over the network then that should work via the DDS,
-
@teddy-zaremba What I am saying is, I trying to install ROS2 on my VOXL2, but since its supported by Ubuntu 18.04, does it matter that I am using Ubuntu 22.04 on my host computer?
Thanks,
Taiwo -
@teddy-zaremba OH I just saw the DDS, I will let you know if i get through with it.
Thanks for your time.
Taiwo -
@teddy-zaremba Hi,
I'm currently following the official instructions to build and install voxl-mpa-to-ros2 on my VOXL2 (running SDK 1.4.5).
However, I cannot access the modalai/qrb5165-emulator:1.5 Docker image.
When I run:
docker pull modalai/qrb5165-emulator:1.5I get:
pull access denied for modalai/qrb5165-emulator...Could you please grant me access to this Docker image, or provide an alternate public image, .tar export, or another method for building the .deb package for voxl-mpa-to-ros2?
Thanks,
Taiwo -
Hi @taiwohazeez
Here's the instructions for installing the qrb5165 emulator