Skip to content

Commit 9427adf

Browse files
committed
Fix gripper mimic joint example.
1 parent a3e727d commit 9427adf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ign_ros2_control_demos/launch/gripper_mimic_joint_example.launch.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def generate_launch_description():
5555
)
5656

5757
ignition_spawn_entity = Node(
58-
package='ros_ign_gazebo',
58+
package='ros_gz_sim',
5959
executable='create',
6060
output='screen',
6161
arguments=['-string', doc.toxml(),
@@ -79,8 +79,8 @@ def generate_launch_description():
7979
# Launch gazebo environment
8080
IncludeLaunchDescription(
8181
PythonLaunchDescriptionSource(
82-
[os.path.join(get_package_share_directory('ros_ign_gazebo'),
83-
'launch', 'ign_gazebo.launch.py')]),
82+
[os.path.join(get_package_share_directory('ros_gz_sim'),
83+
'launch', 'gz_sim.launch.py')]),
8484
launch_arguments=[('ign_args', [' -r -v 4 empty.sdf'])]),
8585
RegisterEventHandler(
8686
event_handler=OnProcessExit(

0 commit comments

Comments
 (0)