Port of ROS 1.0 messages to Python 3, providing pre-compiled message definitions for common ROS packages (std_msgs, geometry_msgs, sensor_msgs, etc.). Version 1.18.2 is current; release cadence is tied to ROS releases. The library is a Python 3 runtime dependency for ROS1 nodes when using Python 3, and includes generated Python classes from ROS message definitions.
pip install py3rosmsgsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: import common message types and create instances.
Install the version corresponding to your ROS distro. For ROS Noetic, use py3rosmsgs >= 1.18.0.
Install rospy (usually part of ROS desktop-full) and source your ROS setup.bash before running Python.
Refer to ROS wiki for the message specification of your ROS distribution.
No dependency data recorded yet.