Skip to content

Commit

Permalink
Fix xml mismatch
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <[email protected]>
  • Loading branch information
Yadunund committed Jan 22, 2024
1 parent 3766224 commit 8a61f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus_tree_nodes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<input_port name="target_pose">The geometry_msgs::msg::PoseStamped pose at the end of the offset</input_port>
<input_port name="time">OPTIONAL, rclcpp::Time timepoint to lookup on, if not provided, the current time is used</input_port>
<input_port name="local">OPTIONAL, if true, return t such that `target_pose = base_pose * t`</input_port>
<output_port name="result">The geometry_msgs::msg::Transform offset that transforms base_pose to target_pose</input_port>
<output_port name="result">The geometry_msgs::msg::Transform offset that transforms base_pose to target_pose</output_port>
</Action>

<Action ID="detection.GetDetection">
Expand Down

0 comments on commit 8a61f9d

Please sign in to comment.