robotology / wearables

Data collection framework for wearable sensors
BSD 3-Clause "New" or "Revised" License
19 stars 11 forks source link

Install WearableData interface #166

Closed RiccardoGrieco closed 1 year ago

RiccardoGrieco commented 1 year ago

WearableData messages interface is not currently installed. This PR to install them as done for the WearableActuators.

However, this is not the correct way to install the files, since they are under ${CMAKE_INSTALL_PREFIX}/thrifts.

I will open an issue for that.

lrapetti commented 1 year ago

We wait for the CI before merging

However, this is not the correct way to install the files, since they are under ${CMAKE_INSTALL_PREFIX}/thrifts.

I will open an issue for that.

we should remember to do this

RiccardoGrieco commented 1 year ago

cc @CarlottaSartore

lrapetti commented 1 year ago

I have fixed the conflicts with the master, waiting for the CI before merging