Closed GiulioRomualdi closed 2 years ago
Done @lrapetti. @conconman could you please copy-paste the example in MatLab that we run this morning?
@GiulioRomualdi as far as I can tell, there's no timestamp associated with this data collection. That would be necessary information to have.
As far as I know, the timestamp is not streamed, @lrapetti can complement this
I confirm the timestamp is not included in the message that is streamed, you can have an idea of the content of the message by looking at the thrift https://github.com/robotology/wearables/blob/master/msgs/thrift/WearableData.thrift.
Depending on your purpose, maybe you can use the receiver timestep from your machine?
I confirm the timestamp is not included in the message that is streamed, you can have an idea of the content of the message by looking at the thrift https://github.com/robotology/wearables/blob/master/msgs/thrift/WearableData.thrift.
Depending on your purpose, maybe you can use the receiver timestep from your machine?
I think you're right @lrapetti. Without spending a ton of time on this problem, I believe the cputime
or tic/toc
should be sufficient depending on the situation.
@GiulioRomualdi sorry for the delay, can I proceed to merge?
One thing that seems to be missing is the test with the WEARABLES_COMPILE_PYTHON_BINDINGS
flag ON
, @GiulioRomualdi let me know if you can take care of adding it, otherwise I will take care.
I think after merging we should add the flag also in therobotology-superbuild
I would also add a reference to WEARABLES_COMPILE_PYTHON_BINDINGS
in the README, for instance here.
I updated the readme in https://github.com/robotology/wearables/pull/162/commits/10e8fa0b2923ce44fbf9d8da45a5101d5dc78e31 and I enabled the compilation of the bindings in the CI in https://github.com/robotology/wearables/pull/162/commits/706256051293326bb040e89121d9199a64c55bc6
@RiccardoGrieco and @lrapetti let me know if you are fine with the changes 😃
I just noticed that what I mentioned in https://github.com/robotology/wearables/pull/162#issuecomment-1228182084 regarding the superbuild
, still needs to be addressed. I will take care of it
I just noticed that what I mentioned in #162 (comment) regarding the
superbuild
, still needs to be addressed. I will take care of it
PR opened https://github.com/robotology/robotology-superbuild/pull/1259
With this PR it will be possible to get and send the WearableData message via python and thanks to this in MATLAB
On matlab
cc @conconman @RiccardoGrieco @lrapetti @traversaro