ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Rosserial on ARM-32 (S32K14X family) works?

asked 2019-03-11 08:02:14 -0500

Hyperion gravatar image

I have to define which MCU my team will use to communicate via ROSserial (TCP/IP) between a computer and a hardware I/O board (that we need to develop WITH THIS MCU or can be other - depends of the answers). We came across with S32K148 MCU (datasheet: https://www.nxp.com/docs/en/data-shee... ) and we thought this MCU will be great to use due the support on ethernet, some other libraries, industrial protocols support and great amount of I/O. Question is: the rosserial-mbed support this type of MCU? Anyone already tested it? In ROS support I can't find the hardware compatibility, only say that works on ARM-32 Cortex-M family (S32K148 is a Cortex-M4F). Need help to define this. Plz.

Sry for my bad english..

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-03-28 01:15:04 -0500

chrisalbertson gravatar image

If you look at README in ROS Serial MBED git repository it says that LPC1768, KL25Z, and NUCLEO F401RE are supported over the UART.

Personally, I am thinking it would be faster to implement a simple message passing protocol myself. ROS Serial is a very heavy weight solution

another option is ros_bridge

edit flag offensive delete link more

Comments

thanks, i'll try

Hyperion gravatar image Hyperion  ( 2020-01-30 08:52:48 -0500 )edit

Question Tools

2 followers

Stats

Asked: 2019-03-11 08:02:14 -0500

Seen: 301 times

Last updated: Mar 28 '19