@@ -57,10 +57,10 @@ def generate_launch_description():
57
57
}],
58
58
arguments = [
59
59
[namespace ,
60
- '/cmd_vel' + '@geometry_msgs/msg/TwistStamped' + '[ignition .msgs.Twist' ],
60
+ '/cmd_vel' + '@geometry_msgs/msg/TwistStamped' + '[gz .msgs.Twist' ],
61
61
['/model/' , robot_name , '/cmd_vel' +
62
62
'@geometry_msgs/msg/TwistStamped' +
63
- ']ignition .msgs.Twist' ]
63
+ ']gz .msgs.Twist' ]
64
64
],
65
65
remappings = [
66
66
([namespace , '/cmd_vel' ], 'cmd_vel' ),
@@ -78,10 +78,10 @@ def generate_launch_description():
78
78
arguments = [
79
79
['/model/' , robot_name , '/pose' +
80
80
'@tf2_msgs/msg/TFMessage' +
81
- '[ignition .msgs.Pose_V' ],
81
+ '[gz .msgs.Pose_V' ],
82
82
['/model/' , dock_name , '/pose' +
83
83
'@tf2_msgs/msg/TFMessage' +
84
- '[ignition .msgs.Pose_V' ]
84
+ '[gz .msgs.Pose_V' ]
85
85
],
86
86
remappings = [
87
87
(['/model/' , robot_name , '/pose' ],
@@ -100,7 +100,7 @@ def generate_launch_description():
100
100
arguments = [
101
101
['/model/' , robot_name , '/tf' +
102
102
'@tf2_msgs/msg/TFMessage' +
103
- '[ignition .msgs.Pose_V' ]
103
+ '[gz .msgs.Pose_V' ]
104
104
],
105
105
remappings = [
106
106
(['/model/' , robot_name , '/tf' ], 'tf' )
@@ -117,7 +117,7 @@ def generate_launch_description():
117
117
[namespace ,
118
118
'/bumper_contact' +
119
119
'@ros_gz_interfaces/msg/Contacts' +
120
- '[ignition .msgs.Contacts' ]
120
+ '[gz .msgs.Contacts' ]
121
121
],
122
122
remappings = [
123
123
([namespace ,
@@ -138,7 +138,7 @@ def generate_launch_description():
138
138
['/world/' , world ,
139
139
'/model/' , robot_name ,
140
140
'/link/base_link/sensor/' + cliff + '/scan' +
141
- '@sensor_msgs/msg/LaserScan[ignition .msgs.LaserScan' ]
141
+ '@sensor_msgs/msg/LaserScan[gz .msgs.LaserScan' ]
142
142
],
143
143
remappings = [
144
144
(['/world/' , world ,
@@ -161,7 +161,7 @@ def generate_launch_description():
161
161
['/world/' , world ,
162
162
'/model/' , robot_name ,
163
163
'/link/' + ir + '/sensor/' + ir + '/scan' +
164
- '@sensor_msgs/msg/LaserScan[ignition .msgs.LaserScan' ]
164
+ '@sensor_msgs/msg/LaserScan[gz .msgs.LaserScan' ]
165
165
],
166
166
remappings = [
167
167
(['/world/' , world ,
@@ -183,7 +183,7 @@ def generate_launch_description():
183
183
arguments = [
184
184
[namespace , '/create3_buttons' +
185
185
'@std_msgs/msg/Int32' +
186
- '[ignition .msgs.Int32' ],
186
+ '[gz .msgs.Int32' ],
187
187
],
188
188
remappings = [
189
189
([namespace , '/create3_buttons' ], '_internal/create3_buttons' ),
0 commit comments