Skip to content

Commit

Permalink
Give up waiting for upstream and remove TODOs for PR merge
Browse files Browse the repository at this point in the history
  • Loading branch information
708yamaguchi committed Jun 16, 2021
1 parent e48a5cc commit 93f19b1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 22 deletions.
3 changes: 1 addition & 2 deletions jsk_kinova_robot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ Use `wstool`, `rosdep` and `catkin` to checkout and compile the source tree.
mkdir -p ~/kinova_ws/src
cd ~/kinova_ws/src
wstool init
### TODO: Change this line 708yamaguchi -> jsk-ros-pkg if approved ##
wstool merge https://raw.githubusercontent.com/708yamaguchi/jsk_robot/kinova-gen3/jsk_kinova_robot/kinova.rosinstall
wstool merge https://raw.githubusercontent.com/jsk-ros-pkg/jsk_robot/master/jsk_kinova_robot/kinova.rosinstall
wstool update
cd ../
source /opt/ros/melodic/setup.bash
Expand Down
22 changes: 4 additions & 18 deletions jsk_kinova_robot/kinova.rosinstall
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
# TODO
# Use jsk-ros-pkg/jsk_robot master after approved
# - git:
# local-name: jsk_robot
# uri: https://github.com/jsk-ros-pkg/jsk_robot.git
# version: master
- git:
local-name: jsk_robot
uri: https://github.com/708yamaguchi/jsk_robot.git
version: kinova-gen3
# TODO
# Use Kinovarobotics/ros_kortex kinetic-devel after merging below:
# https://github.com/Kinovarobotics/ros_kortex/pull/140
# https://github.com/Kinovarobotics/ros_kortex/pull/141
# - git:
# local-name: ros_kortex
# uri: https://github.com/Kinovarobotics/ros_kortex
# version: kinetic-devel
uri: https://github.com/jsk-ros-pkg/jsk_robot.git
version: master
- git:
local-name: ros_kortex
uri: https://github.com/708yamaguchi/ros_kortex
version: jsk-pr
uri: https://github.com/Kinovarobotics/ros_kortex
version: kinetic-devel
- git:
local-name: ros_kortex_vision
uri: https://github.com/Kinovarobotics/ros_kortex_vision
3 changes: 2 additions & 1 deletion jsk_kinova_robot/kinovaeus/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ if(CATKIN_ENABLE_TESTING)
# Test with Kinematic Simulator
add_rostest(test/test-kinova-kinematic-simulator.test)
# Test with Gazebo and MoveIt!
add_rostest(test/test-kinova-moveit.test)
# TODO: We can use this test after https://github.com/Kinovarobotics/ros_kortex/pull/141 is merged
# add_rostest(test/test-kinova-moveit.test)
endif()
1 change: 1 addition & 0 deletions jsk_kinova_robot/kinovaeus/kinova-interface.l
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ joint-vel : joint velocity [rad/s]. length must equal to the number of joint.
(list (/ tm 1000.0))
0.001))
;; TODO: Set vel and acc
;; https://github.com/jsk-ros-pkg/jsk_robot/pull/1313#issuecomment-771768492
(setq trajpoints
(mapcar #'(lambda (pos vel tim acc)
;; (list pos vel tim acc)) ;; ideal
Expand Down
5 changes: 4 additions & 1 deletion jsk_kinova_robot/kinovaeus/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
<run_depend>pr2eus_moveit</run_depend>

<test_depend>kortex_gazebo</test_depend>
<!-- Remove these dependencies after below PR is merged -->
<!-- TODO: Remove this dependency after below PR is merged -->
<!-- https://github.com/Kinovarobotics/ros_kortex/pull/140 -->
<test_depend>kortex_control</test_depend>
<!-- TODO: Remove these dependencies after below PR is merged -->
<!-- https://github.com/Kinovarobotics/ros_kortex/pull/142 -->
<test_depend>gen3_robotiq_2f_85_move_it_config</test_depend>
<test_depend>gen3_robotiq_2f_140_move_it_config</test_depend>
Expand Down

0 comments on commit 93f19b1

Please sign in to comment.