Robotics StackExchange | Archived questions

Can I run ROS on Qualcomm 855 ros2

I need to develop a smart robot that can use 5G and machine learning found in the 855. Can I run ROS on the 855? my intent is to develop a SOM using 855.

Asked by mikee on 2019-08-23 12:34:21 UTC

Comments

Answers

The 855 appears to be an ARMv8 chip (wikichip), so provided you have an OS that supports that, and is supported by ROS, you should be able to run your nodes on it, yes.

And just making sure: you don't "run ROS on X", you run ROS nodes (ie: binaries) on a system with some OS. So as long as you have a supported OS running on your platform (Ubuntu, Debian, WebOS, Windows10 even) you should be able to run ROS on it.

Asked by gvdhoorn on 2019-08-24 06:02:16 UTC

Comments