|
sas
Modularised monitoring, logging, and control of robots.
|
Directories | |
| launch | |
| sas_force_sensor_bota | |
| test | |
Bota Systems package compliant with sas.
Docker examples that do not need any installation or cloning the repository.
See config/ethercat_gen0.json for the example configuration file.
See config/bota_binary_gen0.json for the example configuration file.
The launch file loads the parameters from config/config.yaml (override with config_file:=/path/to/config.yaml). The hardware-specific JSON configuration (configuration_file_path) is embedded in the YAML file: config/config.yaml points at bota_binary_gen0.json and config/config_ethercat.yaml points at ethercat_gen0.json (for the EtherCAT hardware).
| Configurable Parameter | Meaning |
|---|---|
| config_file (launch argument) | Path to the YAML configuration file. Defaults to config/config.yaml; use config_ethercat.yaml for the EtherCAT hardware. |
| Property | Value |
|---|---|
| Executable | sas_force_sensor_bota_node |
| ROS node name | sas_force_sensor_bota_node (set by the name launch argument of force_sensor_launch.py) |
| Description | Reads the Bota force/torque sensor, publishes the wrench on <topic_name>/get/wrench, and keeps the sensor configured/activated for the node lifetime. |
| Parameter | Type | Mandatory / Optional | Default | Purpose |
|---|---|---|---|---|
| topic_name | string | Optional | /sas_force_sensor_bota | Topic prefix; e.g. when there are multiple sensors in the same ROS_DOMAIN |
| configuration_file_path | string | Optional | in-code default pointing at config/bota_binary_gen0.json in the package share directory | Path to the Bota JSON configuration file (hardware-specific). May be given as an absolute path or as a filename relative to the package config/ directory (as in the sample YAML files) |
| sampling_time | double | Optional | 0.01 | Sampling period of the read loop, in seconds |
How mandatory/optional is determined in code:
To use the EtherCAT JSON configuration (select the EtherCAT YAML, which embeds configuration_file_path: ethercat_gen0.json):