-
Notifications
You must be signed in to change notification settings - Fork 132
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
Showing
59 changed files
with
179 additions
and
79 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="robot"/> | ||
<arg name="module"/> | ||
<arg name="module_type" default="gripper"/> | ||
<arg name="component_name"/> | ||
<arg name="sim" default="false"/> | ||
|
||
<include unless="$(arg sim)" file="$(find cob_bringup)/drivers/schunk_sdhx.launch"> | ||
<arg name="component_name" value="$(arg component_name)"/> | ||
</include> | ||
<include if="$(arg sim)" file="$(find cob_bringup)/controllers/generic_controller.launch"> | ||
<arg name="robot" value="$(arg robot)"/> | ||
<arg name="module" value="$(arg module)"/> | ||
<arg name="module_type" value="$(arg module_type)"/> | ||
<arg name="component_name" value="$(arg component_name)"/> | ||
</include> | ||
</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
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,16 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="arm" value="cob4-arm3"/> | ||
<arg name="component_name"/> | ||
<arg name="sim" default="false"/> | ||
|
||
<include file="$(find cob_bringup)/bundles/canopen_generic.launch"> | ||
<arg name="module" value="$(arg arm)"/> | ||
<arg name="module_type" value="arm"/> | ||
<arg name="component_name" value="$(arg component_name)"/> | ||
<arg name="can_device" value="can3"/> | ||
<arg name="sim" value="$(arg sim)"/> | ||
<arg if="$(arg sim)" name="cartesian_control" value="true"/> | ||
</include> | ||
|
||
</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,15 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="arm" value="cob4-arm4"/> | ||
<arg name="component_name"/> | ||
<arg name="sim" default="false"/> | ||
|
||
<include file="$(find cob_bringup)/bundles/canopen_generic.launch"> | ||
<arg name="module" value="$(arg arm)"/> | ||
<arg name="module_type" value="arm"/> | ||
<arg name="component_name" value="$(arg component_name)"/> | ||
<arg name="can_device" value="can2"/> | ||
<arg name="sim" value="$(arg sim)"/> | ||
</include> | ||
|
||
</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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="sensorring" value="cob4-s3"/> | ||
<arg name="sim" default="false"/> | ||
|
||
<include file="$(find cob_bringup)/bundles/canopen_generic.launch"> | ||
<arg name="module" value="$(arg sensorring)"/> | ||
<arg name="module_type" value="sensorring"/> | ||
<arg name="component_name" value="sensorring"/> | ||
<arg name="can_device" value="can1"/> | ||
<arg name="sim" value="$(arg sim)"/> | ||
</include> | ||
|
||
</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,15 @@ | ||
<?xml version="1.0"?> | ||
<launch> | ||
<arg name="torso" value="cob4-t2"/> | ||
<arg name="sim" default="false"/> | ||
|
||
<include file="$(find cob_bringup)/bundles/canopen_generic.launch"> | ||
<arg name="module" value="$(arg torso)"/> | ||
<arg name="module_type" value="torso"/> | ||
<arg name="component_name" value="torso"/> | ||
<arg name="can_device" value="can0"/> | ||
<arg name="sim" value="$(arg sim)"/> | ||
<arg if="$(arg sim)" name="cartesian_control" value="true"/> | ||
</include> | ||
|
||
</launch> |
Oops, something went wrong.