microsoft / ros_azure_iothub

This repository contains a ROS node for bidirectional communication with IoT Hub
38 stars 30 forks source link

Updated the CMakeLists.txt to accommodate the unofficial-parson library #34

Closed PranavDhulipala closed 3 years ago

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

ooeygui commented 3 years ago

Can you update the readme? I think you need to use vcpkg to install parson before building. Is that correct? If so, we'll also need to update the CI.

PranavDhulipala commented 3 years ago

@ooeygui turns out parson already comes with the ros installation. Need to check if this is the case on another machine. PS: Uninstalled parson which was installed through vcpkg, still able to build the node.

ooeygui commented 3 years ago

Good fix! Can you make an equivalent change to the LUIS ros node?