File tree Expand file tree Collapse file tree 8 files changed +52
-8
lines changed Expand file tree Collapse file tree 8 files changed +52
-8
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package turtlebot3_fake
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 2.3.2 (2025-04-01)
6
+ ------------------
7
+ * None
8
+
5
9
2.3.1 (2025-03-25)
6
10
------------------
7
11
* None
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >turtlebot3_fake_node</name >
5
- <version >2.3.1 </version >
5
+ <version >2.3.2 </version >
6
6
<description >
7
7
Package for TurtleBot3 fake node. With this package, simple tests can be done without a robot.
8
8
You can do simple tests using this package on rviz without real robots.
Original file line number Diff line number Diff line change 2
2
Changelog for package turtlebot3_gazebo
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 2.3.2 (2025-04-01)
6
+ ------------------
7
+ * Added a plugin to Turtlebot3 House
8
+ * Contributors: Hyungyu Kim
9
+
5
10
2.3.1 (2025-03-25)
6
11
------------------
7
12
* Gazebo Sim update
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >turtlebot3_gazebo</name >
5
- <version >2.3.1 </version >
5
+ <version >2.3.2 </version >
6
6
<description >
7
7
Gazebo simulation package for the TurtleBot3
8
8
</description >
Original file line number Diff line number Diff line change 33
33
</constraints >
34
34
</ode >
35
35
</physics >
36
+ <plugin
37
+ filename =" gz-sim-physics-system"
38
+ name =" gz::sim::systems::Physics" >
39
+ </plugin >
40
+ <plugin
41
+ filename =" gz-sim-user-commands-system"
42
+ name =" gz::sim::systems::UserCommands" >
43
+ </plugin >
44
+ <plugin
45
+ filename =" gz-sim-scene-broadcaster-system"
46
+ name =" gz::sim::systems::SceneBroadcaster" >
47
+ </plugin >
48
+ <plugin
49
+ filename =" gz-sim-sensors-system"
50
+ name =" gz::sim::systems::Sensors" >
51
+ <render_engine >ogre2</render_engine >
52
+ </plugin >
53
+ <plugin
54
+ filename =" gz-sim-imu-system"
55
+ name =" gz::sim::systems::Imu" >
56
+ </plugin >
36
57
37
58
<include >
38
59
<uri >https://fuel.gazebosim.org/1.0/OpenRobotics/models/Ground Plane</uri >
Original file line number Diff line number Diff line change 21
21
</constraints >
22
22
</ode >
23
23
</physics >
24
- <plugin filename =" gz-sim-physics-system" name =" gz::sim::systems::Physics" >
24
+ <plugin
25
+ filename =" gz-sim-physics-system"
26
+ name =" gz::sim::systems::Physics" >
25
27
</plugin >
26
- <plugin filename =" gz-sim-user-commands-system" name =" gz::sim::systems::UserCommands" >
28
+ <plugin
29
+ filename =" gz-sim-user-commands-system"
30
+ name =" gz::sim::systems::UserCommands" >
27
31
</plugin >
28
- <plugin filename =" gz-sim-scene-broadcaster-system" name =" gz::sim::systems::SceneBroadcaster" >
32
+ <plugin
33
+ filename =" gz-sim-scene-broadcaster-system"
34
+ name =" gz::sim::systems::SceneBroadcaster" >
29
35
</plugin >
30
- <plugin filename =" gz-sim-sensors-system" name =" gz::sim::systems::Sensors" >
36
+ <plugin
37
+ filename =" gz-sim-sensors-system"
38
+ name =" gz::sim::systems::Sensors" >
31
39
<render_engine >ogre2</render_engine >
32
40
</plugin >
33
41
<plugin
34
- filename =" gz-sim-imu-system" name =" gz::sim::systems::Imu" >
42
+ filename =" gz-sim-imu-system"
43
+ name =" gz::sim::systems::Imu" >
35
44
</plugin >
36
45
37
46
<include >
Original file line number Diff line number Diff line change 2
2
Changelog for package turtlebot3_simulations
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ 2.3.2 (2025-04-01)
6
+ ------------------
7
+ * Added a plugin to Turtlebot3 House
8
+ * Contributors: Hyungyu Kim
9
+
5
10
2.3.1 (2025-03-25)
6
11
------------------
7
12
* Gazebo Sim update
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >turtlebot3_simulations</name >
5
- <version >2.3.1 </version >
5
+ <version >2.3.2 </version >
6
6
<description >
7
7
ROS 2 packages for TurtleBot3 simulations
8
8
</description >
You can’t perform that action at this time.
0 commit comments