Skip to content

Commit

Permalink
galactic sync
Browse files Browse the repository at this point in the history
  • Loading branch information
ROBOTIS-Will committed Jun 14, 2021
2 parents 38c94f4 + 101704f commit a1d03d3
Show file tree
Hide file tree
Showing 106 changed files with 1,416 additions and 3,611 deletions.
8 changes: 8 additions & 0 deletions turtlebot3_fake_node/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package turtlebot3_fake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.4 (2021-06-14)
------------------
* Release for ROS2 Galactic
* Clean up unncessary files
* Use turtlebot3_common mesh modeling
* Independent turtlebot3_simulations package
* Contributors: Will Son

2.2.3 (2021-04-12)
------------------
* Update required keyword arguments
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_fake_node/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ install(TARGETS ${EXEC_NAME}
DESTINATION lib/${PROJECT_NAME}
)

install(DIRECTORY launch param rviz
install(DIRECTORY launch param
DESTINATION share/${PROJECT_NAME}
)

Expand Down
4 changes: 2 additions & 2 deletions turtlebot3_fake_node/launch/rviz2.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

def generate_launch_description():
rviz_config_dir = os.path.join(
get_package_share_directory('turtlebot3_fake_node'),
get_package_share_directory('turtlebot3_gazebo'),
'rviz',
'model.rviz'
'tb3_gazebo.rviz'
)

return LaunchDescription([
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_fake_node/launch/turtlebot3_fake_node.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def generate_launch_description():
urdf_file_name = 'turtlebot3_' + TURTLEBOT3_MODEL + '.urdf'

urdf = os.path.join(
get_package_share_directory('turtlebot3_description'),
get_package_share_directory('turtlebot3_gazebo'),
'urdf',
urdf_file_name)

Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_fake_node/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>turtlebot3_fake_node</name>
<version>2.2.3</version>
<version>2.2.4</version>
<description>
Package for TurtleBot3 fake node. With this package, simple tests can be done without a robot.
You can do simple tests using this package on rviz without real robots.
Expand Down
233 changes: 0 additions & 233 deletions turtlebot3_fake_node/rviz/model.rviz

This file was deleted.

9 changes: 9 additions & 0 deletions turtlebot3_gazebo/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package turtlebot3_gazebo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

2.2.4 (2021-06-14)
------------------
* Release for ROS2 Galactic
* Separate world and robot models(#162)
* Clean up unncessary files
* Use turtlebot3_common mesh modeling
* Independent turtlebot3_simulations package
* Contributors: Joep Tool, Will Son

2.2.3 (2021-04-12)
------------------
* Update required keyword arguments
Expand Down
2 changes: 1 addition & 1 deletion turtlebot3_gazebo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ install(TARGETS ${EXEC_NAME}
DESTINATION lib/${PROJECT_NAME}
)

install(DIRECTORY launch models rviz worlds
install(DIRECTORY launch models rviz urdf worlds
DESTINATION share/${PROJECT_NAME}/
)

Expand Down
Loading

0 comments on commit a1d03d3

Please sign in to comment.