naoki-mizuno/ds4_driver

Compatiblity with Noetic?

yves-chevallier opened this issue · 1 comments

I've tried to use this ds4_driver on noetic but I get this error. I suppose it is not compatible, isn't?

roslaunch ds4_driver ds4_driver.launch.xml
... logging to /home/ubuntu/.ros/log/59a55ef4-6f8c-11ec-9b33-c544238f7f4a/roslaunch-ubuntu-30598.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.

RLException: <node> tag is missing required attribute: 'type'. Node xml is <node pkg="ds4_driver" exec="ds4_driver_node.py" name="ds4_driver" output="screen">
    <param from="$(find-pkg-share ds4_driver)/config/params.yaml"/>

    <param name="device_addr" value="$(var addr)"/>
    <param name="use_standard_msgs" value="$(var use_standard_msgs)"/>
    <param name="autorepeat_rate" value="$(var autorepeat_rate)"/>
  </node>
The traceback for the exception was written to the log file

ds4_driver is compatible with noetic. You might be using the wrong branch. Please use noetic-devel for noetic.