Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gazebo_ros_state plugin #209

Open
wants to merge 1 commit into
base: humble-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions turtlebot3_gazebo/worlds/empty_world.world
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<?xml version="1.0"?>
<sdf version="1.6">
<world name="default">
<plugin name="gazebo_ros_state" filename="libgazebo_ros_state.so">
<ros>
<namespace>/gazebo</namespace>
</ros>

<update_rate>1.0</update_rate>
</plugin>

<include>
<uri>model://ground_plane</uri>
Expand Down
8 changes: 7 additions & 1 deletion turtlebot3_gazebo/worlds/turtlebot3_dqn_stage1.world
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0"?>
<sdf version="1.6">
<world name="default">
<plugin name="gazebo_ros_state" filename="libgazebo_ros_state.so">
<ros>
<namespace>/gazebo</namespace>
</ros>
<update_rate>1.0</update_rate>
</plugin>

<include>
<uri>model://ground_plane</uri>
Expand Down Expand Up @@ -42,7 +48,7 @@
</constraints>
</ode>
</physics>

<model name="turtlebot3_dqn_world">
<static>1</static>
<include>
Expand Down
6 changes: 6 additions & 0 deletions turtlebot3_gazebo/worlds/turtlebot3_dqn_stage2.world
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0"?>
<sdf version="1.6">
<world name="default">
<plugin name="gazebo_ros_state" filename="libgazebo_ros_state.so">
<ros>
<namespace>/gazebo</namespace>
</ros>
<update_rate>1.0</update_rate>
</plugin>

<include>
<uri>model://ground_plane</uri>
Expand Down
6 changes: 6 additions & 0 deletions turtlebot3_gazebo/worlds/turtlebot3_dqn_stage3.world
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0"?>
<sdf version="1.6">
<world name="default">
<plugin name="gazebo_ros_state" filename="libgazebo_ros_state.so">
<ros>
<namespace>/gazebo</namespace>
</ros>
<update_rate>1.0</update_rate>
</plugin>

<include>
<uri>model://ground_plane</uri>
Expand Down
8 changes: 7 additions & 1 deletion turtlebot3_gazebo/worlds/turtlebot3_dqn_stage4.world
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0"?>
<sdf version="1.6">
<world name="default">
<plugin name="gazebo_ros_state" filename="libgazebo_ros_state.so">
<ros>
<namespace>/gazebo</namespace>
</ros>
<update_rate>1.0</update_rate>
</plugin>

<include>
<uri>model://ground_plane</uri>
Expand Down Expand Up @@ -62,7 +68,7 @@
<uri>model://turtlebot3_dqn_world/obstacle1</uri>
</include>
</model>

<model name="turtlebot3_dqn_obstacle2">
<plugin name="obstacle2" filename="libobstacle2.so"/>
<include>
Expand Down
6 changes: 6 additions & 0 deletions turtlebot3_gazebo/worlds/turtlebot3_house.world
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0"?>
<sdf version="1.6">
<world name="default">
<plugin name="gazebo_ros_state" filename="libgazebo_ros_state.so">
<ros>
<namespace>/gazebo</namespace>
</ros>
<update_rate>1.0</update_rate>
</plugin>

<include>
<uri>model://ground_plane</uri>
Expand Down
6 changes: 6 additions & 0 deletions turtlebot3_gazebo/worlds/turtlebot3_world.world
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
<?xml version="1.0"?>
<sdf version="1.6">
<world name="default">
<plugin name="gazebo_ros_state" filename="libgazebo_ros_state.so">
<ros>
<namespace>/gazebo</namespace>
</ros>
<update_rate>1.0</update_rate>
</plugin>

<include>
<uri>model://ground_plane</uri>
Expand Down