Skip to content

Commit

Permalink
[jsk_kinova_robot] Add noetic rosinstall for collad_urdf problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanazawanaoaki committed Feb 5, 2024
1 parent a310b4e commit 6ad34b5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsk_kinova_robot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ mkdir -p ~/kinova_ws/src
cd ~/kinova_ws/src
wstool init
wstool merge https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_kinova_robot/kinova.rosinstall
wstool merge https://raw.githubusercontent.com/Kanazawanaoaki/jsk_robot/kinova-noetic/jsk_kinova_robot/kinova.rosinstall.${ROS_DISTRO} # Please ignore error if kinova.rosinstall.${ROS_DISTRO} does not exist. # We can remove this line after the https://github.com/ros/collada_urdf/pull/44 is merged
wstool update
cd ../
source /opt/ros/$ROS_DISTRO/setup.bash
source /opt/ros/${ROS_DISTRO}/setup.bash
rosdep install -y -r --from-paths src --ignore-src
catkin build jsk_kinova_startup kinovaeus
source devel/setup.bash
```
If an error related to `collada_urdf` occurs during build in noetic environments, it may be solved by referring to https://github.com/jsk-ros-pkg/jsk_robot/issues/1892 .

## Start ROS Node

Expand Down
12 changes: 12 additions & 0 deletions jsk_kinova_robot/kinova.rosinstall.noetic
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

0 comments on commit 6ad34b5

Please sign in to comment.