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 lunar. Known supported distros are highlighted in the buttons above.
Repository Summary
| Checkout URI | https://github.com/jariza/netatmo2ros.git |
| VCS Type | git |
| VCS Version | master |
| Last Updated | 2018-07-21 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
Packages
| Name | Version |
|---|---|
| netatmo2ros | 0.1.0 |
README
Translates Netatmo Weather Station data to ROS.
The time between updates is one minute.
Value -1 in CO2, noise, pressure or battery_percent means no value.
== USAGE ==
rosrun netatmo2ros main.py _configpath:=<config path>
<config path> is the path to the configuration file or folder.
If the path contains file called config.ini, it will be used.
If the path doesn't contain a file called config.ini, configuration values will be read from the following files: username, password, client_id, client_secret and device_id.
== DOCKER CONTAINER ==
How to build:
Docker container can be build using the files included in this repo:
e.g.: docker build -t netatmo2ros:<tagnumber> .
How to run:
The configguration file must be included in container's volume /config.
The URI of the ROS core is specified in the environment variable ROS_MASTER_URI, the default value is http://roscore-server:11311/.
e.g. (default roscore): docker run -d --link roscore-server -v /home/configdir:/config netatmo2ros:<tagnumber>
e.g. (non-default roscore): docker run -d --link roscore-server -e "ROS_MASTER_URI=http://hostname:port/" -v /home/configdir:/config netatmo2ros:<tagnumber>
No version for distro indigo. 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 jade. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.