ROS on S32G3

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

ROS on S32G3

479 次查看
Abhiram_m_s
Contributor I

How do we install ROS on Linux BSP38.0 for s32G399ardb3 board ?

0 项奖励
回复
3 回复数

437 次查看
chenyin_h
NXP Employee
NXP Employee

Hello, @Abhiram_m_s 

Thanks for the reply.

Well, I have checked the corresponding files of current BSP, seems the ROS build is based on http://packages.ros.org/ros/ubuntu, which depends on the ubuntu package management, there is not pure Yocto based ROS integration existed in current BSP, I do apologize.

If you are interested in integrating ROS into Yocto, I think there should be something done by the Yocto/ROS community(for example: https://github.com/ros/meta-ros), but may need extra effort to integrate and test with BSPs, which is beyond what we support.  

Sorry for your inconvenience.

 

Best Regards

Chenyin

0 项奖励
回复

464 次查看
chenyin_h
NXP Employee
NXP Employee

Hello, @Abhiram_m_s 

Thanks for the questions.

ROS is a set of software libs and tools which could be relatively easily deployed on Ubuntu, From the BSP UM, the release include the support for s32g399ardb3ubuntu, then the fsl-image-ubuntu-ros is supported.

The following commands may be useful to execute from your Yocto path to build the image:

. ./nxp-setup-alb.sh -m s32g399ardb3ubuntu

cd s32g399ardb3ubuntu

add the following to conf/local.conf

UBUNTU_TARGET_VERSION = "20.04.1"

bitbake fsl-image-ubuntu-ros

 

Best Regards

Chenyin

0 项奖励
回复

450 次查看
Abhiram_m_s
Contributor I

Hey @chenyin_h ,
We dont want to use s32g399ardb3ubuntu. Instead we want to use s32g399ardb3.

Is there a way to implement ROS in fsl-image-auto?

Thank you

0 项奖励
回复