File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
- mqtt_client :
1
+ /**/* :
2
2
ros__parameters :
3
3
broker :
4
4
host : localhost
Original file line number Diff line number Diff line change 1
1
<launch >
2
2
3
- <arg name =" params_file " default =" $(find mqtt_client)/config/params.yaml " />
3
+ <arg name =" namespace " default =" mqtt_client" />
4
4
<arg name =" node_name" default =" mqtt_client" />
5
+ <arg name =" params_file" default =" $(find mqtt_client)/config/params.yaml" />
5
6
6
- <node pkg =" nodelet" type =" nodelet" name =" $(arg node_name)" args =" standalone mqtt_client/MqttClient" output =" screen" >
7
+ <node pkg =" nodelet" type =" nodelet" name =" $(arg node_name)" ns = " $(arg namespace) " args =" standalone mqtt_client/MqttClient" output =" screen" >
7
8
<rosparam command =" load" file =" $(arg params_file)" />
8
9
</node >
9
10
Original file line number Diff line number Diff line change 1
1
<launch >
2
2
3
- <arg name =" params_file " default =" $(find-pkg-share mqtt_client)/config/params.ros2.yaml " />
3
+ <arg name =" namespace " default =" mqtt_client" />
4
4
<arg name =" node_name" default =" mqtt_client" />
5
+ <arg name =" params_file" default =" $(find-pkg-share mqtt_client)/config/params.ros2.yaml" />
5
6
6
- <node pkg =" mqtt_client" exec =" mqtt_client" name =" $(var node_name)" output =" screen" >
7
+ <node pkg =" mqtt_client" exec =" mqtt_client" name =" $(var node_name)" namespace = " $(var namespace) " output =" screen" >
7
8
<param from =" $(var params_file)" />
8
9
</node >
9
10
You can’t perform that action at this time.
0 commit comments