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.
|
netatmo2ros package from netatmo reponetatmo2ros |
Package Summary
| Tags | No category tags. |
| Version | 0.1.0 |
| License | MIT |
| Build type | CATKIN |
| Use | RECOMMENDED |
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 |
Package Description
Translate data from Netatmo weatherstation to ROS
Additional Links
No additional links.
Maintainers
- José Jaime Ariza
Authors
- José Jaime Ariza
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>
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
See ROS Wiki Tutorials for more details.
Source Tutorials
Not currently indexed.
Launch files
No launch files found
Services
No service files found
Plugins
No plugins found.
Recent questions tagged netatmo2ros at answers.ros.org
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.