0

I recently acquired a Renesas R Car M3 board which runs on an embedded Linux image built by means of the Yocto project. We are currently using Yocto 3.9.0. We are looking forward to implement ROS kinetic libraries on this embedded Linux. Does the Yocto project support these libraries? In case it does, is there any special process to install and run them, or does it work as a normal Linux distribution?

karel
  • 5,489
  • 46
  • 45
  • 50

1 Answers1

1

Yocto has a meta-ros layer which adds support to ROS.

There still is an open issue on meta-ros layer for Kinetic specific version support, that is partially fixed by the following fork.

I suggest you to look here how to create standard Renesas Yocto BSP, and here for ROS.

Nayfe
  • 2,130
  • 13
  • 18
  • Could you tell me then, which version of ROS is stable and without issues for YOCTO 3.9.0? In that case we could change the ROS version we are using so it could run without problems. – Carlos Ochoa Feb 24 '19 at 01:23
  • I'm not using ROS anymore but it should be Indigo, which is a bit problematic as it's reaching EOL soon. – Nayfe Feb 24 '19 at 08:51
  • Thank you very much, we will discuss if it is convenient to modify the version of ROS we are using. – Carlos Ochoa Feb 26 '19 at 05:36