-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into fix-virtual-force-rate
- Loading branch information
Showing
238 changed files
with
12,209 additions
and
456 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
aero: | ||
- 'jsk_aero_robot/**' | ||
baxter: | ||
- 'jsk_baxter_robot/**' | ||
cobotta: | ||
- 'jsk_denso_robot/**' | ||
Fetch: | ||
- 'jsk_fetch_robot/**' | ||
jsk_robot_startup: | ||
- 'jsk_robot_common/jsk_robot_startup/**' | ||
naoqi: | ||
- 'jsk_naoqi_robot/**' | ||
magni: | ||
- 'jsk_magni_robot/**' | ||
kinova: | ||
- 'jsk_kinova_robot/**' | ||
panda: | ||
- 'jsk_panda_robot/**' | ||
spot: | ||
- 'jsk_spot_robot/**' | ||
Unitree: | ||
- 'jsk_unitree_robot/**' | ||
PR2: | ||
- 'jsk_pr2_robot/**' |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: "Pull Request Labeler (Main)" | ||
on: | ||
- pull_request_target | ||
|
||
jobs: | ||
triage: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
configuration-path: ".github/labeler_conf/main_labeler.yml" | ||
repo-token: "${{ secrets.GITHUB_TOKEN }}" | ||
sync-labels: true | ||
dot: true |
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
19 changes: 19 additions & 0 deletions
19
jsk_baxter_robot/jsk_baxter_startup/jsk_baxter_description/baxter_softhand.urdf.xacro
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,19 @@ | ||
<?xml version="1.0" ?> | ||
<robot name="baxter_softhand" xmlns:xacro="http://www.ros.org/wiki/xacro"> | ||
<xacro:arg name="gazebo" default="false"/> | ||
<xacro:arg name="pedestal" default="true"/> | ||
<xacro:arg name="right_electric_gripper" default="false"/> | ||
<xacro:arg name="left_electric_gripper" default="false"/> | ||
|
||
<xacro:include filename="$(find jsk_baxter_startup)/jsk_baxter_description/baxter.urdf.xacro"> | ||
<xacro:arg name="gazebo" value="false"/> | ||
<xacro:arg name="pedestal" value="true"/> | ||
<xacro:arg name="right_electric_gripper" value="false"/> | ||
<xacro:arg name="left_electric_gripper" value="false"/> | ||
</xacro:include> | ||
|
||
<xacro:include filename="$(find jsk_baxter_startup)/jsk_baxter_description/right_softhand.urdf.xacro"/> | ||
|
||
<xacro:include filename="$(find jsk_baxter_startup)/jsk_baxter_description/left_softhand.urdf.xacro"/> | ||
|
||
</robot> |
7 changes: 7 additions & 0 deletions
7
jsk_baxter_robot/jsk_baxter_startup/jsk_baxter_description/left_softhand.urdf.xacro
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,7 @@ | ||
<?xml version="1.0" ?> | ||
<robot name="left_softhand" xmlns:xacro="http://www.ros.org/wiki/xacro"> | ||
|
||
<xacro:include filename="$(find jsk_baxter_startup)/jsk_baxter_description/softhand.urdf.xacro"/> | ||
<xacro:softhand side="left"/> | ||
|
||
</robot> |
7 changes: 7 additions & 0 deletions
7
jsk_baxter_robot/jsk_baxter_startup/jsk_baxter_description/right_softhand.urdf.xacro
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,7 @@ | ||
<?xml version="1.0" ?> | ||
<robot name="right_softhand" xmlns:xacro="http://www.ros.org/wiki/xacro"> | ||
|
||
<xacro:include filename="$(find jsk_baxter_startup)/jsk_baxter_description/softhand.urdf.xacro"/> | ||
<xacro:softhand side="right"/> | ||
|
||
</robot> |
11 changes: 11 additions & 0 deletions
11
jsk_baxter_robot/jsk_baxter_startup/jsk_baxter_description/softhand.urdf.xacro
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,11 @@ | ||
<?xml version="1.0" ?> | ||
<robot name="softhand" xmlns:xacro="http://www.ros.org/wiki/xacro"> | ||
<xacro:macro name="softhand" params="side"> | ||
<joint name="softhand_${side}_endpoint" type="fixed"> | ||
<origin rpy="0 0 0" xyz="0 0 0"/> | ||
<parent link="${side}_gripper"/> | ||
<child link="${side}_softhand"/> | ||
</joint> | ||
<xacro:include filename="$(find softhand_ros)/urdf/softhand_${side}.urdf.xacro" /> | ||
</xacro:macro> | ||
</robot> |
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
Oops, something went wrong.