Skip to content

Commit

Permalink
use pr2_gazebo with PR2/pr2_simulator#147
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed May 23, 2020
1 parent 7fbef14 commit 823d9d4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
<!-- <node name="spawn_pr2_leave_from_door" pkg="gazebo_ros" type="spawn_model" args="$(optenv ROBOT_INITIAL_POSE) -unpause -urdf -parm robot_description -x $(arg pr2_init_x -model pr2" respawn="false" output="screen" /> -->

<!-- bringup script -->
<include file="$(find obinata_pr2_73b2_cleanup)/launch/pr2_empty_world.launch">
<include file="$(find pr2_gazebo)/launch/pr2_empty_world.launch">
<arg name="world_name" value="$(arg world_name)" />
<arg name="ROBOT_INITIAL_POSE" value="-x 0.75 -y 0 -z 0" />
</include>

<!-- put chairs -->
Expand Down
11 changes: 0 additions & 11 deletions obinata_research/obinata_pr2_73b2_cleanup/launch/pr2.launch

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions obinata_research/obinata_pr2_73b2_cleanup/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<buildtool_depend>catkin</buildtool_depend>

<run_depend>gazebo_ros</run_depend> <!-- for gazebo_ros_pose_publisher https://github.com/ros-simulation/gazebo_ros_pkgs/pull/1098 -->
<run_depend>pr2_gazebo</run_depend> <!-- ROBOT_INITIAL_POSE argument https://github.com/PR2/pr2_simulator/pull/147, you can remove this line once it is released -->
<run_depend>jsk_maps</run_depend>
<run_depend>pr2eus</run_depend>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
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

0 comments on commit 823d9d4

Please sign in to comment.