-
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 ichikura_sample
- Loading branch information
Showing
30 changed files
with
3,897 additions
and
64 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
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
3,571 changes: 3,571 additions & 0 deletions
3,571
jsk_fetch_robot/jsk_fetch_accessories/head_l515/fetch_head_l515_mount.step
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file added
BIN
+538 KB
jsk_fetch_robot/jsk_fetch_accessories/head_l515/fetch_head_l515_mount.stl
Binary file not shown.
Binary file added
BIN
+4.77 KB
...etch_robot/jsk_fetch_accessories/head_l515/fetch_head_l515_mount_simplified.stl
Binary file not shown.
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 @@ | ||
# This file is bash configuration for robot.conf | ||
# This file must be at /var/lib/robot/config.bash | ||
|
||
export RS_SERIAL_NO_T265="" | ||
export RS_SERIAL_NO_D435_FRONTRIGHT="" | ||
export RS_SERIAL_NO_D435_FRONTLEFT="" | ||
export RS_SERIAL_NO_L515_HEAD="" |
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
Oops, something went wrong.