This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C123GH6PM: How to use rosserial along side CCS?

Part Number: TM4C123GH6PM

Tool/software: Code Composer Studio

I am working on a project that needs to send data from Tiva-C to ROS echo system using rosserial package. and I've already found the library and/or package that I need to use, but I don't know how to use it.

https://github.com/ros-drivers/rosserial/tree/noetic-devel/rosserial_tivac

Can someone tell me how to integrate this package with Code Composer Studio and how to make rosserial library portable to my IDE? Also, how to use the rosserial tiva-c library alongside my project code (Compiling both together)

Thanks in advance.