Skip to content

Commit

Permalink
gazebo表記をgzに統一
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuwamai committed Dec 20, 2024
1 parent e43fd76 commit d58ec1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crane_plus_gazebo/launch/crane_plus_with_table.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def generate_launch_description():
gui_config = os.path.join(
get_package_share_directory('crane_plus_gazebo'), 'gui', 'gui.config')
# -r オプションで起動時にシミュレーションをスタートしないと、コントローラが起動しない
gz_gazebo = ExecuteProcess(
gz_sim = ExecuteProcess(
cmd=['gz sim -r',
LaunchConfiguration('world_name'),
'--gui-config',
Expand All @@ -82,7 +82,7 @@ def generate_launch_description():
shell=True
)

gazebo_spawn_entity = Node(
gz_sim_spawn_entity = Node(
package='ros_gz_sim',
executable='create',
output='screen',
Expand Down Expand Up @@ -147,8 +147,8 @@ def generate_launch_description():
declare_rviz_config,
declare_rviz_config_camera,
declare_world_name,
gz_gazebo,
gazebo_spawn_entity,
gz_sim,
gz_sim_spawn_entity,
move_group,
spawn_joint_state_controller,
spawn_arm_controller,
Expand Down

0 comments on commit d58ec1a

Please sign in to comment.