Link to official datasheet
- ROS-Noetic or ROS2-Foxy
- BotaSys FT sensor
- Product: Bota systems-BFT-ROKS-SER-M8
- Range(Fxy, Fz, Mxy, Mz): (500N, 1200N, 15Nm, 12Nm)
- Weight: ~113g
- Comunication: Serial RS422/USB
- Size(DxL): 42 x 32 mm
- Accuracy: <2.0%
- Sampling rate(Max): 800 Hz
Add a picture of required components of FT sensor
Setup catkin_ws
Install bota_driver package
create new package inside catkin_ws/src
Download the ft_sensor repo for calibrated_wrench
Follow the instructions provided in "Demo" section to verify the installation
- Check
rospack list
for installed rokubimini_serial packages - Run the following node to access the sensor data via topics
roslaunch rokubimini_ethercat rokubimini_ethercat.launch
- Run the custom node to calibrate the sensor
rosrun ft_sensor ft_sensor_wrench.py
Run (for ROS-noetic)
rostopic list
and echo the topic of interest rostopic echo <your topic name>
/bus0/ft_sensor0/ft_sensor_readings/reading
/bus0/ft_sensor0/ft_sensor_readings/temperature
/bus0/ft_sensor0/ft_sensor_readings/wrench
/calibrated_wrench
/diagnostics
/rosout
/rosout_agg
/statistics