diff --git a/doc/index.rst b/doc/index.rst index da91429..be26e4e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -97,10 +97,25 @@ Parameters Publish rate. Default: 1000 hz Documentation --------- +--------------- `API doc is available `_ also on `ros.org.`_ +Troubleshooting +===================== + +1. ``/force`` topic exists but does not publish any data +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +There is a possibility that the conditions are such that serial communication error occurs. + +Please try launch options of ``frequency_div:=-1`` and ``acquire_calibration:=false`` +for sample.launch or driver.launch as follows. + +``$ roslaunch dynpick_driver driver.launch frequency_div:=-1 acquire_calibration:=false`` + +``$ roslaunch dynpick_driver sample.launch frequency_div:=-1 acquire_calibration:=false`` + DEB build status ================ diff --git a/launch/driver.launch b/launch/driver.launch index 9e4ebee..7ae00d7 100644 --- a/launch/driver.launch +++ b/launch/driver.launch @@ -4,13 +4,14 @@ + + - diff --git a/launch/sample.launch b/launch/sample.launch index 07fd271..25a0dbb 100644 --- a/launch/sample.launch +++ b/launch/sample.launch @@ -5,12 +5,16 @@ + + + +