Skip to content

Commit 004cb42

Browse files
Vetlets05vortexuserHako2807pre-commit-ci[bot]
authored
Filtered pose action (#22)
* added filtered pose action * feat: merge with main * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: vortex-orin <[email protected]> Co-authored-by: Hako2807 <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e2c7e54 commit 004cb42

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ set(action_files
4141
"action/ReferenceFilterWaypoint.action"
4242
"action/VtfGuidance.action"
4343
"action/LOSGuidance.action"
44+
"action/FilteredPose.action"
4445
"action/HybridpathGuidance.action"
4546
)
4647

action/FilteredPose.action

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Goal
2+
uint8 num_measurements
3+
---
4+
# Result
5+
geometry_msgs/PoseStamped filtered_pose
6+
---
7+
# Feedback
8+
geometry_msgs/PoseStamped current_pose

0 commit comments

Comments
 (0)