-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fix-sp-segmenter-error' of github.com:cpaxton/costar_st…
…ack into fix-sp-segmenter-error
- Loading branch information
Showing
68 changed files
with
1,058 additions
and
1,220 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<launch> | ||
<!-- Smartmove params --> | ||
<group ns="costar"> | ||
<rosparam param="home">[0.30, -1.33, -1.80, -0.27, 1.50, 1.60]</rosparam> | ||
<group ns="robot"> | ||
<rosparam param="has_gripper">false</rosparam> | ||
<rosparam param="has_planning_scene">false</rosparam> | ||
<rosparam param="dof">6</rosparam> | ||
<rosparam param="base_link">PSM1_psm_base_link</rosparam> | ||
<rosparam param="end_link">PSM1_tool_tip_link_virtual</rosparam> | ||
</group> | ||
<group ns="smartmove"> | ||
<rosparam param="available_objects"> | ||
- sander_makita | ||
- node_uniform | ||
- link_uniform | ||
- drill | ||
- table | ||
</rosparam> | ||
<rosparam param="regions"> | ||
- in_back_of | ||
- in_front_of | ||
- right_of | ||
- left_of | ||
- up_from | ||
- down_from | ||
</rosparam> | ||
<!-- Unused reference | ||
- ar_marker_0 | ||
- ar_marker_1 | ||
- ar_marker_2 | ||
- ar_marker_3 | ||
- table_frame | ||
--> | ||
<rosparam param="references"> | ||
- world | ||
</rosparam> | ||
</group> | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/usr/bin/env bash | ||
|
||
mv $HOME/.costar user_$1_files | ||
git clone [email protected]:cpaxton/costar_files.git $HOME/.costar --branch study2 | ||
|
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.