corb555 / iot_bridge

Provides a bridge between the Robot Operating System - ROS and the OpenHAB Home-Automation system.
BSD 3-Clause "New" or "Revised" License
23 stars 10 forks source link

ROS first run problems #2

Closed mfcarmona closed 8 years ago

mfcarmona commented 8 years ago

I have detected two minor issues in the iot_bridge ROS wiki page:

  1. The sample Open_HAB item definition proposed uses a itemtype (Text) which does not exist. I have changed it to String, and it works.
  2. The example proposes only one item to be 'exported' to ROS. This makes that instead of a type 'list', iot_bridge parses JSON response as type 'dict', thus failing. (See line 124, variable members). Avoided this failure adding a second item.

Hope this helps solving it Regards

130s commented 8 years ago

+1

You're referring to ROS wiki iot_bridge page right? You can always edit the page to add improvement.

corb555 commented 8 years ago

Thanks for the feedback. I've updated the ROS wiki with this information. I will close if you confirm that matches your comment above.