Skip to content
Snippets Groups Projects
Commit 0f6d3c92 authored by Alejandro Lopez Gestoso's avatar Alejandro Lopez Gestoso
Browse files

Added human pose classification msg. Fixex bug in remote control action

parent b5a42e00
No related branches found
Tags november23_demo
No related merge requests found
......@@ -52,6 +52,7 @@ find_package(catkin REQUIRED COMPONENTS
add_message_files(
FILES
target_state.msg
human_pose_classification.msg
)
## Generate services in the 'srv' folder
......
......@@ -20,5 +20,5 @@ int32 err_code # error code
geometry_msgs/PoseStamped person_pose # person pose
string room # current room
---
bool continue # Flag to continue with the action or to abort it
bool continue_mission # Flag to continue with the action or to abort it
---
Header header # Header
##### Person pose code
uint8 UNKNOWN=0
uint8 SIT=1
uint8 STANDING=2
uint8 LYING=3
int32 pose # person pose code
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment