Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: apply ros2_message_to_dict to GetROS2TransformTool output
Browse files Browse the repository at this point in the history
maciejmajek committed Jan 24, 2025
1 parent dea67a0 commit fd83ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rai/rai/tools/ros2/topics.py
Original file line number Diff line number Diff line change
@@ -181,4 +181,4 @@ def _run(self, tool_input: GetROS2TransformToolInput) -> str:
source_frame=tool_input.source_frame,
timeout_sec=tool_input.timeout_sec,
)
return str(transform)
return stringify_dict(ros2_message_to_dict(transform))

0 comments on commit fd83ad7

Please sign in to comment.