Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openpose_ros
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
Container Registry
Model registry
Operate
Environments
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
perception
openpose_ros
Commits
97e180fd
Commit
97e180fd
authored
8 years ago
by
Steven Jens Jorgensen
Browse files
Options
Downloads
Patches
Plain Diff
added install script and catkin ignore
parent
e40b975e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CATKIN_IGNORE
+0
-0
0 additions, 0 deletions
CATKIN_IGNORE
README.md
+6
-3
6 additions, 3 deletions
README.md
install_openpose_and_enable_package.sh
+10
-0
10 additions, 0 deletions
install_openpose_and_enable_package.sh
with
16 additions
and
3 deletions
CATKIN_IGNORE
0 → 100644
+
0
−
0
View file @
97e180fd
This diff is collapsed.
Click to expand it.
README.md
+
6
−
3
View file @
97e180fd
# Using OPENPOSE Wrapper
# Compile openpose
1.
Install openpose and its dependencies then enable the package by running
./install_openpose_and_enable_package.sh
# If everything succeeds, run catkin build then:
2.
If everything succeeds, run catkin build then:
````
roscd openpose_rose/openpose
rosrun openpose_ros openpose_ros_openpose_node --image_dir examples/media/
\ No newline at end of file
rosrun openpose_ros openpose_ros_openpose_node --image_dir examples/media/
````
\ No newline at end of file
This diff is collapsed.
Click to expand it.
install_openpose_and_enable_package.sh
0 → 100755
+
10
−
0
View file @
97e180fd
#!/bin/bash
touch
CATKIN_IGNORE
echo
"------------------------- Install Script -------------------------"
echo
"This will run the original install scripts from openpose."
cd
openpose
./install_caffe_and_openpose.sh
cd
../
echo
"------------------------- Enabling Package -------------------------"
echo
"Assuming everything in openpose built properly, we will now rename ignore_package.xml to package.xml so that catkin can build this package"
rm
CATKIN_IGNORE
\ No newline at end of file
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