ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

mosslab's profile - activity

2019-11-19 12:43:10 -0500 received badge  Famous Question (source)
2019-03-04 06:51:11 -0500 received badge  Student (source)
2019-01-31 16:31:21 -0500 marked best answer How do I use or find documentation for robotiq_ft_sensor_acc numerical commands?

I'm using the kinetic-devel branch of the robotiq package and noticed that in the comments of rq_sensor.cpp, a "New interface with numerical commands" is mentioned in the receiverCallback function. Until now I've been unaware of these, as they don't seem to be mentioned anywhere except in the pull requests of the jade-devel branch of this package, which reference some old string-based commands like "SET ZRO". I am interested in using whatever the equivalent of "SET ZRO" is now to zero out my FT300 sensor before using its readings.

After some digging I've learned I need to use rosservice call robotiq_ft_sensor_acc [command_id] [command], but as for what [command_id] and [command] should be, other than an integer and string respectively, I have no clue. I have tried every combination of numbers and strings but the service always returns success: False and either res: !!binary | followed by some random short string of characters, or res:''. Also, occasionally the terminal running rq_sensor gives me a warning saying that I should use a numeric command instead of a string, something which the service doesn't seem to actually allow. It doesn't give this warning if I retry the same command a second time.

I'm very new to ROS so pardon me if this is a stupid question, but what commands are appropriate for this service? Or, where can I find documentation that tells me how robotiq_ft_sensor_acc is supposed to work?

Edit:

2019-01-31 16:31:21 -0500 received badge  Scholar (source)
2019-01-31 16:31:10 -0500 commented answer How do I use or find documentation for robotiq_ft_sensor_acc numerical commands?

Oh my gosh, I hadn't tried passing 8 "". That worked! Thank you!

2019-01-31 13:22:02 -0500 commented answer How do I use or find documentation for robotiq_ft_sensor_acc numerical commands?

I got a "not enough arguments" error by just passing 8 with no string.

2019-01-27 11:49:09 -0500 commented answer How do I use or find documentation for robotiq_ft_sensor_acc numerical commands?

Thank you. I tried using those constants to no avail, and I'm pretty sure leaving the string field blank gave me another

2019-01-27 11:47:04 -0500 received badge  Notable Question (source)
2019-01-25 22:13:39 -0500 received badge  Popular Question (source)
2019-01-25 21:49:30 -0500 commented question How do I use or find documentation for robotiq_ft_sensor_acc numerical commands?

Yes! I've added everything I could find.

2019-01-25 21:48:08 -0500 edited question How do I use or find documentation for robotiq_ft_sensor_acc numerical commands?

How do I use or find documentation for robotiq_ft_sensor_acc numerical commands? I'm using the kinetic-devel branch of t

2019-01-25 17:49:56 -0500 marked best answer How do I get the Robotiq force-torque sensor to work with ROS Kinetic?

Our lab is using Kinetic on Ubuntu 16.04 and we can't connect to our FT300 sensor with ROS. Using just the instructions in the FT300 manual (under the Development Package section), I was able to get sensor readings to show up in the terminal, so I do at least know my computer can make the connection. But rosrun robotiq_force_torque_sensor rq_sensor, which should do the same thing, just gives me lines and lines of "Waiting for sensor connection..." indefinitely. I've tried the following in various combinations:

  • Using both the jade-devel and kinetic-devel branches of the Robotiq repository
  • Specifying the exact \dev\ttyUSB* device that the sensor shows up as
  • Modifying my files using TheDash's pull request that allows FT300 support

Unfortunately I lack the technical knowledge to know what the source of this problem is. As far as I can tell, the only fix is to downgrade to Ubuntu 14.04 and Indigo, since another lab has been able to get their FT300 working that way. Has anyone else run into this problem and managed to solve it somehow? Otherwise, can anyone give me a rough idea of how much headway has been made towards making this possible?

Thanks for reading.

2019-01-25 16:34:36 -0500 received badge  Organizer (source)
2019-01-25 16:25:27 -0500 edited question How do I use or find documentation for robotiq_ft_sensor_acc numerical commands?

How do I use or find documentation for robotiq_ft_sensor_acc numerical commands? I'm using the kinetic-devel branch of t

2019-01-25 16:25:27 -0500 received badge  Editor (source)
2019-01-25 16:19:59 -0500 edited question How do I use or find documentation for robotiq_ft_sensor_acc numerical commands?

How do I use or find documentation for robotiq_ft_sensor_acc numerical commands? I'm using the kinetic-devel branch of t

2019-01-25 16:15:53 -0500 asked a question How do I use or find documentation for robotiq_ft_sensor_acc numerical commands?

How do I use or find documentation for robotiq_ft_sensor_acc numerical commands? I'm using the kinetic-devel branch of t

2019-01-23 12:38:09 -0500 received badge  Supporter (source)
2018-12-19 07:43:08 -0500 received badge  Famous Question (source)
2018-12-19 07:43:08 -0500 received badge  Notable Question (source)
2018-09-28 10:07:24 -0500 answered a question How do I get the Robotiq force-torque sensor to work with ROS Kinetic?

This problem was solved here: https://askubuntu.com/questions/112568/how-do-i-allow-a-non-default-user-to-use-serial-dev

2018-09-27 07:53:56 -0500 received badge  Popular Question (source)
2018-09-25 16:46:37 -0500 asked a question How do I get the Robotiq force-torque sensor to work with ROS Kinetic?

How do I get the Robotiq force-torque sensor to work with ROS Kinetic? Our lab is using Kinetic on Ubuntu 16.04 and we c