-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
60b2ec9
commit 4afbb6f
Showing
27 changed files
with
120 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
hsrb_gazebo_bringup/launch/include/hsrb_default_controllers.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<launch> | ||
<arg name="namespace" default="hsrb" /> | ||
<arg name="personal_name" default="" /> | ||
|
||
<group ns="$(arg personal_name)/$(arg namespace)"> | ||
<rosparam command="load" file="$(find hsrb_common_config)/params/hsrb_controller_config.yaml"/> | ||
<rosparam command="load" file="$(find hsrb_gazebo_bringup)/params/hsrb_controller_config.yaml"/> | ||
<!-- Remove tf_prefix --> | ||
<param name="omni_base_controller/model_name" value="$(arg personal_name)/robot_description" /> | ||
<node name="controller_spawner" | ||
pkg="controller_manager" | ||
type="spawner" | ||
respawn="false" | ||
output="screen" | ||
args="joint_state_controller | ||
arm_trajectory_controller | ||
head_trajectory_controller | ||
omni_base_controller | ||
--timeout 60" /> | ||
</group> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="namespace" default="hsrb" /> | ||
<arg name="personal_name" default="" /> | ||
|
||
<group ns="$(arg personal_name)/$(arg namespace)"> | ||
<node pkg="nodelet" type="nodelet" name="stereo_camera_nodelet_manager" | ||
args="manager" output="screen"/> | ||
|
||
<!-- wrist wrench compensation --> | ||
<group ns="wrist_wrench"> | ||
<node name="compensation_node" | ||
pkg="tmc_force_torque_sensor_compensation" | ||
type="force_torque_sensor_compensation_node"> | ||
<remap from="/wrench_state" to="raw" /> | ||
<remap from="~wrench_state" to="compensated" /> | ||
<remap from="~offset_refresh_triger" to="readjust_offset" /> | ||
<remap from="~offset_refresh_time" to="readjustment_time" /> | ||
<rosparam param="config_files" subst_value="True"> | ||
["$(find hsrb_manipulation_launch)/config/default_hand_weight_config.yaml"] | ||
</rosparam> | ||
<remap from="~dead_zone_with_linear_interpolation/threshold" | ||
to="dead_zone/threshold" /> | ||
<remap from="~dead_zone_with_linear_interpolation/interpolation_width" | ||
to="dead_zone/interpolation_width" /> | ||
</node> | ||
</group> | ||
|
||
<node pkg="nodelet" type="nodelet" name="metric_rect" | ||
args="standalone depth_image_proc/convert_metric record_player_manager --no-bond"> | ||
<remap from="image_raw" to="head_rgbd_sensor/depth_registered/image_raw"/> | ||
<remap from="image" to="head_rgbd_sensor/depth_registered/image"/> | ||
</node> | ||
</group> | ||
</launch> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ priority: 5 | |
pan_vel: 0.3 | ||
tilt_vel: 0.3 | ||
|
||
frame: hero/base_link | ||
frame: base_link |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ priority: 5 | |
pan_vel: 0.2 | ||
tilt_vel: 0.2 | ||
|
||
frame: hero/base_link | ||
frame: base_link |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
tf_prefix: hero | ||
pan_joint_name: head_pan_joint | ||
tilt_joint_name: head_tilt_joint | ||
default_pan: 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.