Skip to content

Commit

Permalink
[jsk_fetch_robot] downgrade moveit_msgs for sending angle vector in n…
Browse files Browse the repository at this point in the history
…oetic client
  • Loading branch information
mqcmd196 committed Sep 24, 2023
1 parent 9a1da3d commit d4edded
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsk_fetch_robot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mkdir -p catkin_ws/src
cd catkin_ws/src
wstool init .
wstool set --git jsk-ros-pkg/jsk_robot https://github.com/jsk-ros-pkg/jsk_robot.git -y
if [[ $ROS_DISTRO =~ ^(indigo|kinetic|melodic)$ ]]; then
if [[ $ROS_DISTRO =~ ^(indigo|kinetic|melodic|noetic)$ ]]; then
wstool merge -t . https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_fetch_robot/jsk_fetch_user.rosinstall.$ROS_DISTRO
else
echo "Your ROS distribution $ROS_DISTRO is not supported."
Expand Down Expand Up @@ -357,7 +357,7 @@ c.f.
furushchev@fetch15:/var/log/ros$ ls -lFahd
drwxrwsr-x 381 ros ros 36K Nov 2 01:45 ./
furushchev@pr2:/var/log/ros$ ls -lFahd
drwxr-xr-x 6 ros ros 36K 11月 1 15:25 ./
drwxr-xr-x 6 ros ros 36K 11 月 1 15:25 ./
```

- change script for auto `undocking` to disable auto rotatation after unplugged
Expand Down
12 changes: 12 additions & 0 deletions jsk_fetch_robot/jsk_fetch_user.rosinstall.noetic
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# This file is for work space in noetic user PC.

# For proximity sensor on fetch hand.
- git:
local-name: FA-I-sensor
uri: https://github.com/RoboticMaterials/FA-I-sensor.git
version: master
# The latest apt release is 0.10.1 for melodic, but 0.11.4 for noetic, which does not have backward compatibility, so we need to build 0.10.1.
- git:
local-name: ros-planning/moveit_msgs
uri: https://github.com/ros-planning/moveit_msgs
version: 0.10.1

0 comments on commit d4edded

Please sign in to comment.