No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
Repository Summary
Checkout URI | https://github.com/robotics-in-concert/rocon_devices.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2015-07-28 |
Dev Status | DEVELOPED |
Released | RELEASED |
Packages
Name | Version |
---|---|
rocon_iot_bridge | 0.0.7 |
rocon_python_hue | 0.0.7 |
rocon_devices | 0.0.7 |
rocon_hue | 0.0.7 |
rocon_ninjablock_bridge | 0.0.7 |
rocon_rtsp_camera_relay | 0.0.7 |
rocon_smartthings_bridge | 0.0.7 |
README
rocon_devices
A collection of device drivers involved in rocon
Repository Summary
Checkout URI | https://github.com/robotics-in-concert/rocon_devices.git |
VCS Type | git |
VCS Version | hydro-devel |
Last Updated | 2014-12-01 |
Dev Status | DEVELOPED |
Released | UNRELEASED |
Packages
Name | Version |
---|---|
rocon_devices | 0.1.0 |
rocon_hue | 0.1.0 |
README
rocon_devices
A collection of device drivers involved in rocon
roshue
For controlling PHILIPS hue by ros topic.
First, connect the bridge in your local network. The user have to get the hue bridge ip from meethue and set the hue ip in roslauch file. After above process, run the hue bridge by following command
> roslaunch rocon_hue hue_bridge_server.launch --screen
If hue bridge connection is alright, you can see the this message.
[INFO] [WallTime: 1397022783.781245] bridge connect
Also, you can check the topic list
/list_hue
/set_hue
``` topic publish the valid hue bulb list. If you change the hue bulb color, you can use the one of
```/set_hue
``` topics with hsv color space. We also refer to easy method in order to change color. If you want easliy to change color, you only set the light_id and predefined color.
Example)
rostopic pub /set_hue rocon_device_msgs/Hue "light_id: 0 type: '' name: '' modelid: '' swvesion: '' state: {'on': false, hue: 0, sat: 0, bri: 0, reachable: false, color: 'RED'}"
The predefiend color list is described at [HueState](https://github.com/robotics-in-concert/rocon_msgs/blob/indigo/rocon_device_msgs/msg/HueState.msg)