forked from clearpathrobotics/clearpath_common
-
Notifications
You must be signed in to change notification settings - Fork 0
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
a2bce31
commit 19061c9
Showing
23 changed files
with
541 additions
and
37 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,28 @@ | ||
BSD 3-Clause License | ||
|
||
Copyright (c) 2023, clearpathrobotics | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
||
1. Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
|
||
2. Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
3. Neither the name of the copyright holder nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
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 |
---|---|---|
|
@@ -5,6 +5,7 @@ | |
<version>0.0.0</version> | ||
<description>Clearpath Common Metapackage</description> | ||
|
||
<maintainer email="[email protected]">Luis Camero</maintainer> | ||
<maintainer email="[email protected]">Roni Kreinin</maintainer> | ||
<maintainer email="[email protected]">Tony Baltovski</maintainer> | ||
|
||
|
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 |
---|---|---|
|
@@ -12,8 +12,9 @@ | |
<author email="[email protected]">Tony Baltovski</author> | ||
<author email="[email protected]">Roni Kreinin</author> | ||
|
||
<maintainer email="tbaltovski@clearpathrobotics.com">Tony Baltovski</maintainer> | ||
<maintainer email="lcamero@clearpathrobotics.com">Luis Camero</maintainer> | ||
<maintainer email="[email protected]">Roni Kreinin</maintainer> | ||
<maintainer email="[email protected]">Tony Baltovski</maintainer> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
||
|
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 |
---|---|---|
|
@@ -4,7 +4,12 @@ | |
<name>clearpath_description_generator</name> | ||
<version>0.0.0</version> | ||
<description>Clearpath robot description generator</description> | ||
<maintainer email="[email protected]">rkreinin</maintainer> | ||
|
||
<author email="[email protected]">Roni Kreinin</author> | ||
<maintainer email="[email protected]">Luis Camero</maintainer> | ||
<maintainer email="[email protected]">Roni Kreinin</maintainer> | ||
<maintainer email="[email protected]">Tony Baltovski</maintainer> | ||
|
||
<license>BSD</license> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
39 changes: 39 additions & 0 deletions
39
clearpath_platform_description/urdf/a200/decorations/sensor_arch.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,39 @@ | ||
<?xml version="1.0"?> | ||
<robot xmlns:xacro="http://ros.org/wiki/xacro" name="510_mm_sensor_arch"> | ||
|
||
<xacro:macro name="sensor_arch" params="parent_link size:=510 *origin"> | ||
|
||
<!-- Spawn the sensor arch link --> | ||
<link name="sensor_arch_link"> | ||
<visual> | ||
<origin xyz="-0.0812 0 ${size / 1000}" rpy="0 0 0"/> | ||
<geometry> | ||
<mesh filename="package://clearpath_platform_description/meshes/a200/decorations/${size}_mm_sensor_arch.dae" /> | ||
</geometry> | ||
</visual> | ||
<collision> | ||
<origin xyz="0 0 0" rpy="0 0 0"/> | ||
<geometry> | ||
<mesh filename="package://clearpath_platform_description/meshes/a200/decorations/${size}_mm_sensor_arch.dae" /> | ||
</geometry> | ||
</collision> | ||
</link> | ||
|
||
<link name="sensor_arch_mount"/> | ||
|
||
<!-- Attach the sensor arch to the top plate --> | ||
<joint name="sensor_arch_joint" type="fixed"> | ||
<xacro:insert_block name="origin"/> | ||
<parent link="${parent_link}"/> | ||
<child link="sensor_arch_link"/> | ||
</joint> | ||
|
||
<joint name="sensor_arch_mount_joint" type="fixed"> | ||
<origin xyz="0 0 ${size / 1000}" rpy="0 0 0"/> | ||
<parent link="sensor_arch_link"/> | ||
<child link="sensor_arch_mount"/> | ||
</joint> | ||
|
||
</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
Binary file not shown.
Oops, something went wrong.