-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* LiDARの追加 (#38) * Update descriptions * Adds stl data of multi LIDAR mount * Adds xacro if for lds and rplidar. * Adds macro lidar_multi_mount * Adds macro lidar_multi_sensor * Update README. Adds License description * Adds stl file for LDS * Update specs * Update collision size * Adjust positions * Add colors * Adds legs for LDS * fix typo * Adds lidar parameter to macro lidar_multi_sensor. * Adds RPLIDAR thing * Adds lidar parameter to macro lidar_multi_sensor * Adds if statement. rplidar is to be added * Update README * Update file name * Update links * Update lidar macro * update macro names * Adds RPLIDAR macros * Update specs for RPLIDAR * Updates the position of LDS and the length of its legs * Updates RPLIDAR's position * Adds a command that displays the lidar mounted on the robot. * Replace material color to black * Adds leg visual macro for the lidars * Remove comments * Update urdf/raspimouse.urdf.xacro Co-authored-by: Shota Aoki <[email protected]> * Adjust the collision size and position of the LIDARs * Remove comment * Adjusts the size of the collision of the multi_lidar_mount * Adjust the inertial position * Adjust the inertial height of each LIDAR * LiDARマウントの重心位置を修正 Co-authored-by: Shota Aoki <[email protected]> * Update version * Fix typo and add author * Adds change log Co-authored-by: Shota Aoki <[email protected]>
- Loading branch information
Shuhei Kozasa
and
Shota Aoki
authored
Jul 12, 2022
1 parent
b9487f2
commit 04a3d1f
Showing
9 changed files
with
178 additions
and
11 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,13 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package raspimouse_description | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
1.0.0 (2022-07-12) | ||
------------------ | ||
* LiDARの追加 (`#38 <https://github.com/rt-net/raspimouse_description/issues/38>`_) | ||
* Merge master branch (ROS1) into ros2 branch (`#37 <https://github.com/rt-net/raspimouse_description/issues/37>`_) | ||
* Update library to rviz2 (`#36 <https://github.com/rt-net/raspimouse_description/issues/36>`_) | ||
* Update tread (ROS 2) (`#32 <https://github.com/rt-net/raspimouse_description/issues/32>`_) | ||
* Update README for ROS 2 (`#26 <https://github.com/rt-net/raspimouse_description/issues/26>`_) | ||
* Support ROS 2 Foxy (`#24 <https://github.com/rt-net/raspimouse_description/issues/24>`_) | ||
* Contributors: Daisuke Sato, Shota Aoki, Shuhei Kozasa |
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.
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 |
---|---|---|
|
@@ -2,11 +2,12 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>raspimouse_description</name> | ||
<version>0.1.0</version> | ||
<version>1.0.0</version> | ||
<description>The raspimouse_description package</description> | ||
<maintainer email="[email protected]">RT Corporation</maintainer> | ||
<author email="[email protected]">Daisuke Sato</author> | ||
<author email="[email protected]">Daisuke Sato</author> | ||
<author email="[email protected]">Shota Aoki</author> | ||
<author email="[email protected]">Shuhei Kozasa</author> | ||
|
||
<license>MIT</license> | ||
|
||
|
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