Skip to content

ros-o/genpy

 
 

Repository files navigation

Archived - ROS 1 End-of-life

This repository contains ROS 1 packages. The last supported ROS 1 release, ROS Noetic, officially reached end of life on May 31st, 2025.

genpy

The Python ROS message and service generator.

Examples for generating messages with dependencies

./scripts/genmsg_py.py -p std_msgs -Istd_msgs:`rospack find std_msgs`/msg -o gen `rospack find std_msgs`/msg/String.msg
./scripts/genmsg_py.py -p geometry_msgs -Istd_msgs:`rospack find std_msgs`/msg -Igeometry_msgs:`rospack find geometry_msgs`/msg -o gen `rospack find geometry_msgs`/msg/PoseStamped.msg

About

genpy

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.2%
  • EmberScript 1.4%
  • CMake 0.4%