TheRoboticsClub / colab-gsoc2020-Shreyas_Gokhale

6 stars 3 forks source link

Removing Comm package legacy code #5

Closed shreyasgokhale closed 4 years ago

shreyasgokhale commented 4 years ago

In the current implementation of exercises, comm Python / c++ library is used to connect with ROS, which is unnecessary.

In a new structure, the client (Exercise) will directly access the publisher topics (sensors, motors) using native ROS pub-sub instead of python bindings.

shreyasgokhale commented 4 years ago

PR #6 Fixes this