You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a Robotiq FT300 force sensor. I've installed the package robotiq and attached the sensor to the manipulator's end-effector in Gazebo. Now I'm struggling with reading the sensor's data. In robotiq_ft_sensor package, I don't see any launch file that will power up the sensor. I only see nodes. I've launched the node rq_sensor but I get
[ INFO] [1676303650.439018404]: Waiting for sensor connection...
If I launch this line <node name="ft_sensor" pkg="robotiq_ft_sensor" type="rq_sensor" respawn="true" output="screen" />
Could you please tell me how to get data from the sensor in Gazebo via ROS topic? Do you have any samples of the launch file? Currently, I only need it for simulations. As soon as the tests are complete, I will check it in our lab since we have the sensor on hand.
Gazebo 9, Linux 18.04 STL, Melodic ROS.
The text was updated successfully, but these errors were encountered:
I am using a Robotiq FT300 force sensor. I've installed the package robotiq and attached the sensor to the manipulator's end-effector in Gazebo. Now I'm struggling with reading the sensor's data. In
robotiq_ft_sensor
package, I don't see any launch file that will power up the sensor. I only see nodes. I've launched the noderq_sensor
but I get[ INFO] [1676303650.439018404]: Waiting for sensor connection...
If I launch this line
<node name="ft_sensor" pkg="robotiq_ft_sensor" type="rq_sensor" respawn="true" output="screen" />
Could you please tell me how to get data from the sensor in Gazebo via ROS topic? Do you have any samples of the launch file? Currently, I only need it for simulations. As soon as the tests are complete, I will check it in our lab since we have the sensor on hand.
Gazebo 9, Linux 18.04 STL, Melodic ROS.
The text was updated successfully, but these errors were encountered: