File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
bitbots_lowlevel/bitbots_ros_control/launch
bitbots_simulation/bitbots_robocup_api/launch Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 26
26
<group >
27
27
<include file =" $(find-pkg-share system_monitor)/launch/system_monitor.launch" />
28
28
<include file =" $(find-pkg-share bitbots_buttons)/launch/buttons.launch" />
29
- <!-- include file="$(find-pkg-share bitbots_ros_control)/launch/pressure_converter.launch"/-->
29
+ <!-- < include file="$(find-pkg-share bitbots_ros_control)/launch/pressure_converter.launch"/> -->
30
30
</group >
31
31
32
32
<group if =" $(var tts)" >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<launch >
3
+ <arg name =" without_pressure_converter" default =" false" />
4
+
3
5
<node pkg =" hlvs_player" exec =" hlvs_player" output =" screen" >
4
6
<param name =" devices_file" value =" $(find-pkg-share bitbots_robocup_api)/config/devices.json" />
5
7
<remap from =" camera/image_raw" to =" camera/image_proc" />
18
20
without the actual 'ros_control/pressure_converter' node.
19
21
-->
20
22
<node pkg =" bitbots_robocup_api" exec =" foot_pressure_proxy" output =" screen" >
21
- <param name =" without_pressure_converter" value =" false " />
23
+ <param name =" without_pressure_converter" value =" $(var without_pressure_converter) " />
22
24
</node >
23
25
26
+ <include unless =" $(var without_pressure_converter)" file =" $(find-pkg-share bitbots_ros_control)/launch/pressure_converter.launch" />
24
27
<include file =" $(find-pkg-share bitbots_webots_sim)/launch/imu_filter_sim.launch" />
25
28
</launch >
You can’t perform that action at this time.
0 commit comments