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+ /**/* :
22 ros__parameters :
33 broker :
44 host : localhost
Original file line number Diff line number Diff line change 11<launch >
22
3- <arg name =" params_file " default =" $(find mqtt_client)/config/params.yaml " />
3+ <arg name =" namespace " default =" mqtt_client" />
44 <arg name =" node_name" default =" mqtt_client" />
5+ <arg name =" params_file" default =" $(find mqtt_client)/config/params.yaml" />
56
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" >
78 <rosparam command =" load" file =" $(arg params_file)" />
89 </node >
910
Original file line number Diff line number Diff line change 11<launch >
22
3- <arg name =" params_file " default =" $(find-pkg-share mqtt_client)/config/params.ros2.yaml " />
3+ <arg name =" namespace " default =" mqtt_client" />
44 <arg name =" node_name" default =" mqtt_client" />
5+ <arg name =" params_file" default =" $(find-pkg-share mqtt_client)/config/params.ros2.yaml" />
56
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" >
78 <param from =" $(var params_file)" />
89 </node >
910
You can’t perform that action at this time.
0 commit comments