Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
ros_cosypose
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
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Dorian Baudu
ros_cosypose
Commits
e409e8bc
Commit
e409e8bc
authored
1 year ago
by
Florent Lamiraux
Browse files
Options
Downloads
Patches
Plain Diff
[CMakeLists.txt] Install launch file for single view service
and make python script executable.
parent
a53b2461
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-1
2 additions, 1 deletion
CMakeLists.txt
scripts/pose_estimation.py
+2
-0
2 additions, 0 deletions
scripts/pose_estimation.py
with
4 additions
and
1 deletion
CMakeLists.txt
+
2
−
1
View file @
e409e8bc
...
...
@@ -42,4 +42,5 @@ catkin_install_python(
scripts/happypose_with_camera_client.py
DESTINATION
${
CATKIN_PACKAGE_BIN_DESTINATION
}
)
\ No newline at end of file
install
(
FILES launch/singleview_service.launch DESTINATION
${
CATKIN_PACKAGE_SHARE_DESTINATION
}
/launch
)
This diff is collapsed.
Click to expand it.
scripts/pose_estimation.py
+
2
−
0
View file @
e409e8bc
#!/usr/bin/python3
import
rospy
import
torch
...
...
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