Only released in EOL distros:
Package Summary
rosjson is a Python library for converting ROS messages to JSON (JavaScript Object Notation) representation.
- Author: Ken Conley/kwc@willowgarage.com
- License: BSD
- Repository: wg-ros-pkg
- Source: svn https://code.ros.org/svn/wg-ros-pkg/stacks/web_interface/tags/web_interface-0.4.4
Package Summary
rosjson is a Python library for converting ROS messages to JSON (JavaScript Object Notation) representation.
- Author: Ken Conley/kwc@willowgarage.com
- License: BSD
- Source: svn https://code.ros.org/svn/wg-ros-pkg/stacks/web_interface/trunk
Package Summary
rosjson is a Python library for converting ROS messages to JSON (JavaScript Object Notation) representation.
- Author: Ken Conley/kwc@willowgarage.com
- License: BSD
- Source: svn https://code.ros.org/svn/wg-ros-pkg/stacks/web_interface/trunk
Package Summary
rosjson is a Python library for converting ROS messages to JSON (JavaScript Object Notation) representation.
- Author: Ken Conley/kwc@willowgarage.com
- License: BSD
- Source: svn https://code.ros.org/svn/wg-ros-pkg/stacks/web_interface/trunk
Package Summary
rosjson is a Python library for converting ROS messages to JSON (JavaScript Object Notation) representation.
- Maintainer status: maintained
- Maintainer: David Feil-Seifer <dave AT cse.unr DOT edu>
- Author: Ken Conley <kwc AT willowgarage DOT com>
- License: BSD
Package Summary
rosjson is a Python library for converting ROS messages to JSON (JavaScript Object Notation) representation.
- Maintainer status: maintained
- Maintainer: David Feil-Seifer <dave AT cse.unr DOT edu>
- Author: Ken Conley <kwc AT willowgarage DOT com>
- License: BSD
- Source: git https://github.com/UNR-RoboticsResearchLab/web_interface.git (branch: indigo-devel)
Stability
This package is for internal use only.
Usage
The JSON (JavaScript Object Notation) format is useful when building Web-based interfaces that need access to ROS data. rosjson is meant to be coupled with a Python Web server so that the JSON objects can be served over a Web connection. rosweb is one example Web server implementation, but it is currently in high design flux.
Roadmap
No further features are planned for the ROS JSON library as JSON itself is just a data representation. Python 2.6 has a json module that would simplify the existing code and make it more robust, but as the current package is < 50 lines of Python, there's not much to improve upon.