No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
No version for distro noetic. 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 bouncy. 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 eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. 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.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. 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 |
CI status | Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
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
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
rospy | |
roscpp | |
std_msgs | |
message_generation | |
catkin | |
message_runtime |
System Dependencies
No direct system dependencies.
Dependant Packages
No known dependants.
Launch files
No launch files found
Services
No service files found
Plugins
No plugins found.
Recent questions tagged netatmo2ros at Robotics Stack Exchange
No version for distro melodic. Known supported distros are highlighted in the buttons above.