imu-listener


Nameimu-listener JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/divagarn/imu_listener
SummaryROS package for receiving IMU data from a RealSense camera using rospy
upload_time2023-05-17 19:23:45
maintainer
docs_urlNone
authorDivagar N
requires_python
licenseMIT
keywords ros imu realsense rospy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # IMU Listener

ROS package for receiving IMU data from a RealSense camera using rospy.

## Installation

This package requires the following dependencies:
- rospy
 --[This packages is also installed when you install ros in your system]


## Usage

To use the IMU Listener package, follow these steps:

1. Set the IMU topic by modifying the `imu_topic` variable in the `imu_listener.py` file.

2. Run the package.


The IMU Listener will start subscribing to the specified IMU topic and display the received orientation data.

You can customize the `imu_callback` method in the `ImuListener` class to process the IMU data according to your requirements.

## License

This package is distributed under the MIT License. See the [LICENSE](LICENSE) file for more information.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/divagarn/imu_listener",
    "name": "imu-listener",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ROS,IMU,RealSense,rospy",
    "author": "Divagar N",
    "author_email": "divagar2kn@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6a/ba/60543e20d1a5c57a8b117478b00497848d15dbea9a1be0e6903449d0e74c/imu-listener-1.0.0.tar.gz",
    "platform": null,
    "description": "# IMU Listener\n\nROS package for receiving IMU data from a RealSense camera using rospy.\n\n## Installation\n\nThis package requires the following dependencies:\n- rospy\n --[This packages is also installed when you install ros in your system]\n\n\n## Usage\n\nTo use the IMU Listener package, follow these steps:\n\n1. Set the IMU topic by modifying the `imu_topic` variable in the `imu_listener.py` file.\n\n2. Run the package.\n\n\nThe IMU Listener will start subscribing to the specified IMU topic and display the received orientation data.\n\nYou can customize the `imu_callback` method in the `ImuListener` class to process the IMU data according to your requirements.\n\n## License\n\nThis package is distributed under the MIT License. See the [LICENSE](LICENSE) file for more information.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "ROS package for receiving IMU data from a RealSense camera using rospy",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/divagarn/imu_listener"
    },
    "split_keywords": [
        "ros",
        "imu",
        "realsense",
        "rospy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1e669fdd202ed9b6ab28a5721e498c5651800c1d650cb3379b55dd63b122682",
                "md5": "ad2b3cf8dfb3a461ead9a9d11d8388c1",
                "sha256": "d6e29f88faf2d92c35f35ba02c450339c3f6ce018ac0f469ab36e24b2bf91f4d"
            },
            "downloads": -1,
            "filename": "imu_listener-1.0.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad2b3cf8dfb3a461ead9a9d11d8388c1",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 3164,
            "upload_time": "2023-05-17T19:23:42",
            "upload_time_iso_8601": "2023-05-17T19:23:42.747328Z",
            "url": "https://files.pythonhosted.org/packages/d1/e6/69fdd202ed9b6ab28a5721e498c5651800c1d650cb3379b55dd63b122682/imu_listener-1.0.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6aba60543e20d1a5c57a8b117478b00497848d15dbea9a1be0e6903449d0e74c",
                "md5": "ff5d2cfec527c02234ba9abdee6d0395",
                "sha256": "d6a8f816d652fecc257a7643ea8f2e8516afafbf2b41e888df8ecc10be1b4cf6"
            },
            "downloads": -1,
            "filename": "imu-listener-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ff5d2cfec527c02234ba9abdee6d0395",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2737,
            "upload_time": "2023-05-17T19:23:45",
            "upload_time_iso_8601": "2023-05-17T19:23:45.220768Z",
            "url": "https://files.pythonhosted.org/packages/6a/ba/60543e20d1a5c57a8b117478b00497848d15dbea9a1be0e6903449d0e74c/imu-listener-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-17 19:23:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "divagarn",
    "github_project": "imu_listener",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "imu-listener"
}
        
Elapsed time: 0.09169s