rokokoo / hal_core

Hardware abstract layer "HAL" for Raspberry PI
GNU General Public License v2.0
0 stars 1 forks source link

🤖 ROS | Publisher and Subscriber #2

Open jjrbfi opened 2 years ago

jjrbfi commented 2 years ago

I created a directory src/hal/components/ros.

There are located a basic python examples: publisher.py and subscriber.py. (Maybe create a packet at some point for it?)

ℹī¸ As a POC it work. We can get the values from the topic.


🔖 As TODO can be:

💡 New ideas or hints are more than welcome @gurnarok .

jjrbfi commented 2 years ago

Seems like here is already some work done with ROS for the master we are using.