Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_raadical_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
mobile_robotics
raadical_project
iri_raadical_msgs
Commits
0f6d3c92
Commit
0f6d3c92
authored
1 year ago
by
Alejandro Lopez Gestoso
Browse files
Options
Downloads
Patches
Plain Diff
Added human pose classification msg. Fixex bug in remote control action
parent
b5a42e00
No related branches found
Branches containing commit
Tags
november23_demo
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CMakeLists.txt
+1
-0
1 addition, 0 deletions
CMakeLists.txt
action/remote_control.action
+1
-1
1 addition, 1 deletion
action/remote_control.action
msg/human_pose_classification.msg
+8
-0
8 additions, 0 deletions
msg/human_pose_classification.msg
with
10 additions
and
1 deletion
CMakeLists.txt
+
1
−
0
View file @
0f6d3c92
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
action/remote_control.action
+
1
−
1
View file @
0f6d3c92
...
...
@@ -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
---
This diff is collapsed.
Click to expand it.
msg/human_pose_classification.msg
0 → 100644
+
8
−
0
View file @
0f6d3c92
Header header # Header
##### Person pose code
uint8 UNKNOWN=0
uint8 SIT=1
uint8 STANDING=2
uint8 LYING=3
int32 pose # person pose code
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