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.