-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[jsk_kinova_robot] Add noetic rosinstall for collad_urdf problem
- Loading branch information
1 parent
a310b4e
commit 6ad34b5
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Current collada_urdf cannot be built on noetic # We can remove this line after the https://github.com/ros/collada_urdf/pull/44 is merged | ||
# https://github.com/ros/collada_urdf/pull/44 | ||
- git: | ||
local-name: collada_urdf | ||
uri: https://github.com/werner291/collada_urdf.git | ||
version: patch-1 | ||
# jsk_model_tools has to be built with patched collada_urdf # We can remove this line after the https://github.com/ros/collada_urdf/pull/44 is merged | ||
# https://github.com/jsk-ros-pkg/jsk_model_tools/pull/254 | ||
- git: | ||
local-name: jsk-ros-pkg/jsk_model_tools | ||
uri: https://github.com/Takuma-Hiraoka/jsk_model_tools.git | ||
version: fix_for_python3-python2_compatible |