Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
spring_msgs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Spring
WP7_ARI_Packages
spring_msgs
Commits
a39fe1cb
Commit
a39fe1cb
authored
1 year ago
by
AUTERNAUD Alex
Browse files
Options
Downloads
Patches
Plain Diff
new actions
parent
92f21388
No related branches found
No related tags found
No related merge requests found
Pipeline
#942303
failed
1 year ago
Stage: test
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CMakeLists.txt
+3
-0
3 additions, 0 deletions
CMakeLists.txt
action/GlobalPlanner.action
+11
-0
11 additions, 0 deletions
action/GlobalPlanner.action
action/GoalFinder.action
+13
-0
13 additions, 0 deletions
action/GoalFinder.action
action/LocalPlanner.action
+11
-0
11 additions, 0 deletions
action/LocalPlanner.action
with
38 additions
and
0 deletions
CMakeLists.txt
+
3
−
0
View file @
a39fe1cb
...
@@ -61,6 +61,9 @@ add_action_files(
...
@@ -61,6 +61,9 @@ add_action_files(
GoToPosition.action
GoToPosition.action
LookAtPosition.action
LookAtPosition.action
LookAtEntity.action
LookAtEntity.action
GoalFinder.action
GlobalPlanner.action
LocalPlanner.action
)
)
generate_messages
(
generate_messages
(
...
...
This diff is collapsed.
Click to expand it.
action/GlobalPlanner.action
0 → 100644
+
11
−
0
View file @
a39fe1cb
# Define the goal
geometry_msgs/Pose final_goal
float32 timeout
---
# Define the result
bool nav_done
float32 final_time
---
# Define a feedback message
geometry_msgs/Pose intermediate_waypoint
float32 current_time
This diff is collapsed.
Click to expand it.
action/GoalFinder.action
0 → 100644
+
13
−
0
View file @
a39fe1cb
# Define the goal
string body_id
string group_id
string person_id
float32 timeout
---
# Define the result
bool nav_done
float32 final_time
---
# Define a feedback message
geometry_msgs/Pose final_goal
float32 current_time
This diff is collapsed.
Click to expand it.
action/LocalPlanner.action
0 → 100644
+
11
−
0
View file @
a39fe1cb
# Define the goal
geometry_msgs/Pose intermediate_waypoint
float32 timeout
---
# Define the result
bool nav_done
float32 final_time
---
# Define a feedback message
geometry_msgs/Pose robot_pose
float32 current_time
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment