Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a39fe1cb authored by AUTERNAUD Alex's avatar AUTERNAUD Alex
Browse files

new actions

parent 92f21388
No related branches found
No related tags found
No related merge requests found
Pipeline #942303 failed
...@@ -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(
......
# 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
# 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
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment