{"id":16678898,"url":"https://github.com/otl/rosjps","last_synced_at":"2026-04-16T15:02:28.121Z","repository":{"id":145693721,"uuid":"61925656","full_name":"OTL/rosjps","owner":"OTL","description":"rosbridge for jps","archived":false,"fork":false,"pushed_at":"2016-06-25T04:57:39.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T01:46:39.457Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OTL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-25T03:44:22.000Z","updated_at":"2016-06-25T04:57:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"7fda05d3-f027-4d84-8131-8d2d9d64e3e0","html_url":"https://github.com/OTL/rosjps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OTL%2Frosjps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OTL%2Frosjps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OTL%2Frosjps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OTL%2Frosjps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OTL","download_url":"https://codeload.github.com/OTL/rosjps/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243360738,"owners_count":20278428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T13:31:55.705Z","updated_at":"2025-12-27T20:01:40.578Z","avatar_url":"https://github.com/OTL.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"rosjps\n=============\n\nBridge Between ROS(http://wiki.ros.org) and jps(https://github.com/OTL/jps)\n\nhow to use\n------------\nBelow example converts one ROS topic to jps topic, and converts one jps topic to ROS.\n\n- /cv_camera/image_raw (ROS) -\u003e jps\n- /cmd_vel (jps) -\u003e ROS\n\n```python\nfrom rosjps import jps_bridge\nimport rospy\nfrom geometry_msgs.msg import Twist\nfrom sensor_msgs.msg import Image\n\nrospy.init_node('jps_bridge')\nros_to_jps = jps_bridge.RosToJpsBridge('/cv_camera/image_raw', Image)\njps_to_ros = jps_bridge.JpsToRosBridge('/cmd_vel', Twist)\nrospy.spin()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotl%2Frosjps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotl%2Frosjps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotl%2Frosjps/lists"}