Skip to content

Commit

Permalink
Get rid of all the ignition references
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Apr 27, 2024
1 parent a04bbfe commit 6fef309
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 31 deletions.
2 changes: 1 addition & 1 deletion leo_gz_bringup/launch/leo_gz.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def generate_launch_description():
executable="parameter_bridge",
name="clock_bridge",
arguments=[
"/clock@rosgraph_msgs/msg/Clock[ignition.msgs.Clock",
"/clock@rosgraph_msgs/msg/Clock[gz.msgs.Clock",
],
parameters=[
{
Expand Down
12 changes: 6 additions & 6 deletions leo_gz_bringup/launch/spawn_robot.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ def spawn_robot(context: LaunchContext, namespace: LaunchConfiguration):
executable="parameter_bridge",
name=node_name_prefix + "parameter_bridge",
arguments=[
robot_ns + "/cmd_vel@geometry_msgs/msg/Twist]ignition.msgs.Twist",
robot_ns + "/odom@nav_msgs/msg/Odometry[ignition.msgs.Odometry",
robot_ns + "/tf@tf2_msgs/msg/TFMessage[ignition.msgs.Pose_V",
robot_ns + "/imu/data_raw@sensor_msgs/msg/Imu[ignition.msgs.IMU",
robot_ns + "/cmd_vel@geometry_msgs/msg/Twist]gz.msgs.Twist",
robot_ns + "/odom@nav_msgs/msg/Odometry[gz.msgs.Odometry",
robot_ns + "/tf@tf2_msgs/msg/TFMessage[gz.msgs.Pose_V",
robot_ns + "/imu/data_raw@sensor_msgs/msg/Imu[gz.msgs.IMU",
robot_ns
+ "/camera/camera_info@sensor_msgs/msg/CameraInfo[ignition.msgs.CameraInfo",
robot_ns + "/joint_states@sensor_msgs/msg/JointState[ignition.msgs.Model",
+ "/camera/camera_info@sensor_msgs/msg/CameraInfo[gz.msgs.CameraInfo",
robot_ns + "/joint_states@sensor_msgs/msg/JointState[gz.msgs.Model",
],
parameters=[
{
Expand Down
1 change: 0 additions & 1 deletion leo_gz_plugins/hooks/gz_sim_system_plugin_path.dsv
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
prepend-non-duplicate;IGN_GAZEBO_SYSTEM_PLUGIN_PATH;lib
prepend-non-duplicate;GZ_SIM_SYSTEM_PLUGIN_PATH;lib
1 change: 0 additions & 1 deletion leo_gz_worlds/hooks/gz_sim_resource_path.dsv.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
prepend-non-duplicate;IGN_GAZEBO_RESOURCE_PATH;share/@PROJECT_NAME@/worlds;share/@PROJECT_NAME@/models
prepend-non-duplicate;GZ_SIM_RESOURCE_PATH;share/@PROJECT_NAME@/worlds;share/@PROJECT_NAME@/models
17 changes: 8 additions & 9 deletions leo_gz_worlds/worlds/leo_empty.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,20 @@
</physics>

<plugin
filename="ignition-gazebo-physics-system"
name="ignition::gazebo::systems::Physics">
filename="gz-sim-physics-system"
name="gz::sim::systems::Physics">
</plugin>
<plugin
filename="ignition-gazebo-sensors-system"
name="ignition::gazebo::systems::Sensors">
<render_engine>ogre2</render_engine>
filename="gz-sim-sensors-system"
name="gz::sim::systems::Sensors">
</plugin>
<plugin
filename="ignition-gazebo-scene-broadcaster-system"
name="ignition::gazebo::systems::SceneBroadcaster">
filename="gz-sim-scene-broadcaster-system"
name="gz::sim::systems::SceneBroadcaster">
</plugin>
<plugin
filename="ignition-gazebo-user-commands-system"
name="ignition::gazebo::systems::UserCommands">
filename="gz-sim-user-commands-system"
name="gz::sim::systems::UserCommands">
</plugin>

<light name="sun" type="directional">
Expand Down
17 changes: 8 additions & 9 deletions leo_gz_worlds/worlds/marsyard2020.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,20 @@
</physics>

<plugin
filename="ignition-gazebo-physics-system"
name="ignition::gazebo::systems::Physics">
filename="gz-sim-physics-system"
name="gz::sim::systems::Physics">
</plugin>
<plugin
filename="ignition-gazebo-sensors-system"
name="ignition::gazebo::systems::Sensors">
<render_engine>ogre2</render_engine>
filename="gz-sim-sensors-system"
name="gz::sim::systems::Sensors">
</plugin>
<plugin
filename="ignition-gazebo-scene-broadcaster-system"
name="ignition::gazebo::systems::SceneBroadcaster">
filename="gz-sim-scene-broadcaster-system"
name="gz::sim::systems::SceneBroadcaster">
</plugin>
<plugin
filename="ignition-gazebo-user-commands-system"
name="ignition::gazebo::systems::UserCommands">
filename="gz-sim-user-commands-system"
name="gz::sim::systems::UserCommands">
</plugin>

<light name="sun" type="directional">
Expand Down
3 changes: 1 addition & 2 deletions leo_gz_worlds/worlds/marsyard2021.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
</physics>

<plugin
filename="ignition-gazebo-physics-system"
filename="gz-sim-physics-system"
name="gz::sim::systems::Physics">
</plugin>
<plugin
filename="gz-sim-sensors-system"
name="gz::sim::systems::Sensors">
<render_engine>ogre2</render_engine>
</plugin>
<plugin
filename="gz-sim-scene-broadcaster-system"
Expand Down
3 changes: 1 addition & 2 deletions leo_gz_worlds/worlds/marsyard2022.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@
</physics>

<plugin
filename="ignition-gazebo-physics-system"
filename="gz-sim-physics-system"
name="gz::sim::systems::Physics">
</plugin>
<plugin
filename="gz-sim-sensors-system"
name="gz::sim::systems::Sensors">
<render_engine>ogre2</render_engine>
</plugin>
<plugin
filename="gz-sim-scene-broadcaster-system"
Expand Down

0 comments on commit 6fef309

Please sign in to comment.