Skip to content

Commit faec4bb

Browse files
committed
Add robot files
1 parent 4296258 commit faec4bb

File tree

196 files changed

+290300
-87
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+290300
-87
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,5 @@ tests/reports
144144

145145
# Ruff
146146
.ruff_cache
147+
/log/
148+
/install/

log/latest_build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
build_2024-04-22_22-53-21
1+
build_2024-05-01_17-49-57

poetry.lock

Lines changed: 155 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ pyyaml = "^6.0.1"
5959
matplotlib = "^3.8.4"
6060
pandas = "^2.2.2"
6161
pyqtgraph = "^0.13.5"
62-
pyqt5 = "5.15.10"
62+
pyqt5 = "=5.15.10"
63+
pyqt5-qt5 = "=5.15.2"
6364
torch = "^2.3.0"
64-
empy = "4.1"
65+
empy = "=3.3.4"
6566

6667

6768
[tool.poetry.group.dev.dependencies]
Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,124 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package turtlebot3_description
3+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
2.1.5 (2202-05-26)
6+
------------------
7+
* ROS2 Humble Hawksbill supported
8+
9+
2.1.4 (2022-02-08)
10+
------------------
11+
* none
12+
13+
2.1.3 (2021-09-02)
14+
------------------
15+
* ROS 2 Rolling Ridley supported
16+
* Contributors: Will Son
17+
18+
2.1.2 (2021-04-07)
19+
------------------
20+
* None
21+
22+
2.1.1 (2021-01-06)
23+
------------------
24+
* turtlebot3.repos updated to target correct distro
25+
* galactic-devel branch created
26+
* Eloquent EOL
27+
* Contributors: Ashe Kim, Will Son
28+
29+
2.1.0 (2020-06-22)
30+
------------------
31+
* ROS 2 Foxy Fitzroy supported
32+
* ROS 2 Eloquent Elusor supported
33+
* Contributors: Ryan, Ashe
34+
35+
2.0.1 (2019-09-05)
36+
------------------
37+
* Updated the CHANGELOG and version to release binary packages
38+
* Modified dependency packages
39+
* Contributors: Darby Lim, Pyo
40+
41+
2.0.0 (2019-08-20)
42+
------------------
43+
* Supported ROS 2 Dashing Diademata
44+
* Updated the CHANGELOG and version to release binary packages
45+
* Removed ament_export_dependency(xacro) `#462 <https://github.com/ROBOTIS-GIT/turtlebot3/issues/462>`_
46+
* Contributors: Ross Desmond, Darby Lim, Pyo
47+
48+
1.2.2 (2019-08-20)
49+
------------------
50+
* none
51+
52+
1.2.1 (2019-08-20)
53+
------------------
54+
* none
55+
56+
1.2.0 (2019-01-22)
57+
------------------
58+
* none
59+
60+
1.1.0 (2018-07-23)
61+
------------------
62+
* added bringup to load multiple robot simply #251
63+
* added odometrySource
64+
* modified camera topic name
65+
* modified base_scan update_rate and add param on diff_drive #258
66+
* modified the laser scanner update_rate in the gazebo xacro files #258
67+
* modified origin of collision in Waffle URDF
68+
* Contributors: Darby Lim, Gilbert, shtseng, Pyo
69+
70+
1.0.0 (2018-05-29)
71+
------------------
72+
* added frameName for imu on gazebo (however, there is no effect.)
73+
* modified robot names
74+
* modified range of lidar, lidar position, scan param
75+
* modified camera position and fixed slip bug
76+
* modified waffle_pi stl files
77+
* merged pull request `#220 <https://github.com/ROBOTIS-GIT/turtlebot3/issues/220>`_ `#212 <https://github.com/ROBOTIS-GIT/turtlebot3/issues/212>`_ `#200 <https://github.com/ROBOTIS-GIT/turtlebot3/issues/200>`_ `#155 <https://github.com/ROBOTIS-GIT/turtlebot3/issues/155>`_ `#154 <https://github.com/ROBOTIS-GIT/turtlebot3/issues/154>`_ `#153 <https://github.com/ROBOTIS-GIT/turtlebot3/issues/153>`_ `#147 <https://github.com/ROBOTIS-GIT/turtlebot3/issues/147>`_ `#146 <https://github.com/ROBOTIS-GIT/turtlebot3/issues/146>`_
78+
* Contributors: Darby Lim, Pyo
79+
80+
0.2.1 (2018-03-14)
81+
------------------
82+
* refactoring for release
83+
* Contributors: Pyo
84+
85+
0.2.0 (2018-03-12)
86+
------------------
87+
* added waffle pi model (urdf and gazebo)
88+
* modified topic of gazebo plugin
89+
* refactoring for release
90+
* modified r200 tf tree
91+
* modified gazebo imu link
92+
* Contributors: Darby Lim, Pyo
93+
94+
0.1.6 (2017-08-14)
95+
------------------
96+
* modified models
97+
* fixed xacro.py deprecation
98+
* updated IMU link
99+
* updated gazebo config
100+
* Contributors: Darby Lim, Hunter L. Allen
101+
102+
0.1.5 (2017-05-25)
103+
------------------
104+
* updated turtlebot3 waffle URDF
105+
* Contributors: Darby Lim
106+
107+
0.1.4 (2017-05-23)
108+
------------------
109+
* modified launch file name
110+
* added teleop package
111+
* Contributors: Darby Lim
112+
113+
0.1.3 (2017-04-24)
114+
------------------
115+
* modified the package information for release
116+
* modified SLAM param
117+
* modified the description, authors, depend option and delete the core package
118+
* modified the turtlebot bringup files
119+
* modified pkg setting for turtlebot3_core
120+
* modified the navigation package and turtlebot3 node for demo
121+
* modified the wheel speed gain
122+
* added Intel RealSense R200
123+
* added LDS sensor
124+
* Contributors: Darby Lim, Pyo
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
################################################################################
2+
# Set minimum required version of cmake, project name and compile options
3+
################################################################################
4+
cmake_minimum_required(VERSION 3.5)
5+
project(turtlebot3_description)
6+
7+
if(NOT CMAKE_CXX_STANDARD)
8+
set(CMAKE_CXX_STANDARD 17)
9+
endif()
10+
11+
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
12+
add_compile_options(-Wall -Wextra -Wpedantic)
13+
endif()
14+
15+
################################################################################
16+
# Find ament packages and libraries for ament and system dependencies
17+
################################################################################
18+
find_package(ament_cmake REQUIRED)
19+
find_package(urdf REQUIRED)
20+
21+
################################################################################
22+
# Install
23+
################################################################################
24+
install(DIRECTORY meshes rviz urdf
25+
DESTINATION share/${PROJECT_NAME}
26+
)
27+
28+
################################################################################
29+
# Macro for ament package
30+
################################################################################
31+
ament_package()
4.6 MB
Binary file not shown.
15.5 MB
Binary file not shown.
7.51 MB
Binary file not shown.

0 commit comments

Comments
 (0)