schunk_svh_driver:a finger has a hardware failure
Hi, I install package schunk_svh_driver calling:
sudo apt-get install ros-indigo-schunk-svh-driver
but the THUMB's schunk 5 finger hand that I'm using has a hardware failure and so I want disable_flags (1 and 2) calling:
roslaunch schunk_svh_driver svh_controller.launch disable_flags:=[true true false false false false false false false]
but I get the error:
roslaunch: error: The following input files do not exist: false].
How I can disable the thumb?
it seemed that your command needs comma like [true, true, ... have you tried that