Skip to content

Commit d6af1fb

Browse files
committed
fix(hlvs_player): disable actual pressure_converter
because it delivers incorrect values and might never have worked correctly. Instead of trying to fix it we should first merge #337.
1 parent 824a5a1 commit d6af1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitbots_simulation/bitbots_robocup_api/launch/bitbots_robocup_api_bridge.launch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0"?>
22
<launch>
3-
<arg name="without_pressure_converter" default="false"/>
3+
<arg name="without_pressure_converter" default="true"/>
44

55
<node pkg="hlvs_player" exec="hlvs_player" output="screen">
66
<param name="devices_file" value="$(find-pkg-share bitbots_robocup_api)/config/devices.json"/>

0 commit comments

Comments
 (0)