pamoja.profiles

Profiles and robotics: A node instantiated by name with its policy and schedule, and the naming and encoding rules a robot's topics follow, with no ROS 2 or Zenoh installed.

Installing this distribution installs pamoja.profile, pamoja.ros2, pamoja.zenoh, and re-exports each under its own name, so a name two of them share stays unambiguous.

1"""Profiles and robotics: A node instantiated by name with its policy and schedule, and the naming and encoding rules a robot's topics follow, with no ROS 2 or Zenoh installed.
2
3Installing this distribution installs ``pamoja.profile``, ``pamoja.ros2``, ``pamoja.zenoh``, and re-exports each under its
4own name, so a name two of them share stays unambiguous.
5"""
6
7from pamoja import profile, ros2, zenoh
8
9__all__ = ["profile", "ros2", "zenoh"]