The GetRobotPose.srv details the message types for the robot_pose_server.py which is
a service server to get localization pose
These are located in the action folder with .aciton files defining the messages for the
interfaces of all custom actions servers used on the robot
The action servers are part of the state machine on the robot which will call on each action server independently
Each action server communicates vital feedback or results which need to be propogated to the top level nodes. This specific communication is shown below
The service should also be launched when launching the action server (and must therefore be included in the action server launch files, TBD)
Temporary measure to launch server
ros2 run robot_action_interfaces robot_pose_server.py
