From 823d9d4d841af941899563e99625175fd2ea4db4 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Fri, 22 May 2020 14:33:26 +0900 Subject: [PATCH] use pr2_gazebo with https://github.com/PR2/pr2_simulator/pull/147 --- .../launch/obinata-pr2-73b2world.launch | 3 +- .../launch/pr2.launch | 11 ------ .../launch/pr2_empty_world.launch | 35 ------------------- .../launch/pr2_no_controllers.launch | 16 --------- .../obinata_pr2_73b2_cleanup/package.xml | 1 + .../pr2_73b2_cleanup.rosinstall | 7 +++- 6 files changed, 9 insertions(+), 64 deletions(-) delete mode 100644 obinata_research/obinata_pr2_73b2_cleanup/launch/pr2.launch delete mode 100644 obinata_research/obinata_pr2_73b2_cleanup/launch/pr2_empty_world.launch delete mode 100644 obinata_research/obinata_pr2_73b2_cleanup/launch/pr2_no_controllers.launch diff --git a/obinata_research/obinata_pr2_73b2_cleanup/launch/obinata-pr2-73b2world.launch b/obinata_research/obinata_pr2_73b2_cleanup/launch/obinata-pr2-73b2world.launch index 68e6f12ade..77f4400dc4 100644 --- a/obinata_research/obinata_pr2_73b2_cleanup/launch/obinata-pr2-73b2world.launch +++ b/obinata_research/obinata_pr2_73b2_cleanup/launch/obinata-pr2-73b2world.launch @@ -11,8 +11,9 @@ - + + diff --git a/obinata_research/obinata_pr2_73b2_cleanup/launch/pr2.launch b/obinata_research/obinata_pr2_73b2_cleanup/launch/pr2.launch deleted file mode 100644 index 6e58313461..0000000000 --- a/obinata_research/obinata_pr2_73b2_cleanup/launch/pr2.launch +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/obinata_research/obinata_pr2_73b2_cleanup/launch/pr2_empty_world.launch b/obinata_research/obinata_pr2_73b2_cleanup/launch/pr2_empty_world.launch deleted file mode 100644 index fbb83d3801..0000000000 --- a/obinata_research/obinata_pr2_73b2_cleanup/launch/pr2_empty_world.launch +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/obinata_research/obinata_pr2_73b2_cleanup/launch/pr2_no_controllers.launch b/obinata_research/obinata_pr2_73b2_cleanup/launch/pr2_no_controllers.launch deleted file mode 100644 index 0ad2721ace..0000000000 --- a/obinata_research/obinata_pr2_73b2_cleanup/launch/pr2_no_controllers.launch +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - diff --git a/obinata_research/obinata_pr2_73b2_cleanup/package.xml b/obinata_research/obinata_pr2_73b2_cleanup/package.xml index 5ac932f55d..f2167cb819 100644 --- a/obinata_research/obinata_pr2_73b2_cleanup/package.xml +++ b/obinata_research/obinata_pr2_73b2_cleanup/package.xml @@ -12,6 +12,7 @@ catkin gazebo_ros + pr2_gazebo jsk_maps pr2eus diff --git a/obinata_research/obinata_pr2_73b2_cleanup/pr2_73b2_cleanup.rosinstall b/obinata_research/obinata_pr2_73b2_cleanup/pr2_73b2_cleanup.rosinstall index d6d61c8388..ce30b58d11 100644 --- a/obinata_research/obinata_pr2_73b2_cleanup/pr2_73b2_cleanup.rosinstall +++ b/obinata_research/obinata_pr2_73b2_cleanup/pr2_73b2_cleanup.rosinstall @@ -2,4 +2,9 @@ - git: local-name: gazebo_ros_pkgs uri: https://github.com/k-okada/gazebo_ros_pkgs.git - version: add_gazebo_pose_publisher \ No newline at end of file + version: add_gazebo_pose_publisher +# ROBOT_INITIAL_POSE argument https://github.com/PR2/pr2_simulator/pull/147 +- git: + local-name: pr2_simulator + uri: https://github.com/k-okada/pr2_simulator.git + version: arg_robot_initial_pose \ No newline at end of file