Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuki0824 committed Aug 6, 2022
1 parent f4f98f1 commit b4b3ff3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions overlay_ws/noetic.rosinstall
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
version: indigo-devel
- git:
local-name: rtmros_common
uri: https://github.com/start-jsk/rtmros_common.git
version: master
uri: https://github.com/kazuki0824/rtmros_common.git
version: fix/notest

- git:
local-name: openrtm_common/openrtm_aist_python
Expand Down
4 changes: 3 additions & 1 deletion overlay_ws/setup_rtmros_ws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,17 @@ if [ $ROS_DISTRO = "noetic" ]; then
sed -i -e 's/python-setuptool/python3-setuptool/g' src/openrtm_common/rtshell/package.xml
sed -i -e 's/python-setuptool/python3-setuptool/g' src/openrtm_common/rtsprofile/package.xml
sed -i -e 's/python-setuptool/python3-setuptool/g' src/openrtm_common/rtctree/package.xml
export CMAKEARGS="-DUSE_HRPSYSEXT=OFF -DCATKIN_ENABLE_TESTING=OFF"
else
sudo apt install python-catkin-tools -y --no-install-recommends
export CMAKEARGS="-DCMAKE_INSTALL_PREFIX=$HOME/.preinstalled"
fi
if [ $IN_BUILD -eq 0 ] && [ ! -f /etc/ros/rosdep/sources.list.d/20-default.list ]; then
sudo rosdep init
fi
rosdep update --include-eol-distros && rosdep install -y -q -i --from-paths src
catkin config --install
catkin b --no-status --summarize --cmake-args -DENABLE_DOXYGEN=OFF -DCMAKE_INSTALL_PREFIX=$HOME/.preinstalled
catkin b --no-status --summarize --cmake-args $CMAKEARGS
## Since the initial pose is modified, the test case test_setTargetPoseRelative_rpy won't pass. So testing is masked.
# catkin test

Expand Down

0 comments on commit b4b3ff3

Please sign in to comment.