Skip to content

Commit 3320ed6

Browse files
authored
Merge branch 'master' into fetch15
2 parents 09d5f26 + 4ad9303 commit 3320ed6

File tree

5 files changed

+15
-11
lines changed

5 files changed

+15
-11
lines changed

.travis.rosinstall

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# see .travis.rosinstall.ROS_DISTRO
1+
# see also .travis.rosinstall.ROS_DISTRO
2+
# waiting for jsk_maps release
3+
# add keepout map for entire eng2 building
4+
# https://github.com/jsk-ros-pkg/jsk_demos/pull/1300
5+
- git:
6+
local-name: jsk-ros-pkg/jsk_demos
7+
uri: https://github.com/jsk-ros-pkg/jsk_demos.git
8+
version: master

.travis.rosinstall.kinetic

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
- git:
2222
uri: https://github.com/ros-naoqi/nao_interaction.git
2323
local-name: ros-naoqi/nao_interaction
24-
- git:
25-
uri: https://github.com/tork-a/jsk_demos-release.git
26-
local-name: jsk_maps
27-
version: release/kinetic/jsk_maps
2824
# jsk_fetch_startup requires fetch_ros with following PRs.
2925
# https://github.com/fetchrobotics/fetch_ros/pull/144
3026
# https://github.com/fetchrobotics/fetch_ros/pull/146

.travis.rosinstall.melodic

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
uri: https://github.com/ros-planning/moveit_robots.git
2020
local-name: ros-planning/moveit_robots
2121
version: kinetic-devel
22-
- git: # wait until releasing
23-
uri: https://github.com/tork-a/jsk_demos-release.git
24-
local-name: jsk_maps
25-
version: release/kinetic/jsk_maps
2622
- git: # wait for melodic release https://github.com/ros-naoqi/pepper_robot/issues/50
2723
uri: https://github.com/ros-naoqi/pepper_robot.git
2824
local-name: pepper_robot
@@ -40,3 +36,9 @@
4036
local-name: fetchrobotics/fetch_ros
4137
uri: https://github.com/fetchrobotics/fetch_ros.git
4238
version: ba4bafdb802e474487d1e0d893aa25c9535dc55f
39+
# for drc_task_common in jsk_demos
40+
# jsk_control is not released in melodic
41+
- tar:
42+
local-name: jsk_control/jsk_ik_server
43+
uri: https://github.com/tork-a/jsk_control-release/archive/release/kinetic/jsk_ik_server/0.1.14-0.tar.gz
44+
version: jsk_control-release-release-kinetic-jsk_ik_server-0.1.14-0

jsk_robot_common/jsk_robot_startup/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,5 +116,4 @@ The topic specified in the argument is subscribed.
116116

117117
This launch file provides a set of nodes for safe teleoperation common to mobile robots. Robot-specific nodes such as `/joy`, `/teleop` or `/cable_warning` must be included in the teleop launch file for each robot, such as [safe_teleop.xml for PR2](https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_pr2_robot/jsk_pr2_startup/jsk_pr2_move_base/safe_teleop.xml) or [safe_teleop.xml for fetch](https://github.com/jsk-ros-pkg/jsk_robot/blob/master/jsk_fetch_robot/jsk_fetch_startup/launch/fetch_teleop.xml).
118118

119-
![JSK teleop_base system](https://user-images.githubusercontent.com/19769486/88371623-608d0380-cdcf-11ea-859e-f3eccac120b3.png)
120-
119+
![JSK teleop_base system](images/jsk_safe_teleop_system.png)
63.8 KB
Loading

0 commit comments

Comments
 (0)