Repository Summary
Checkout URI | https://bitbucket.org/dataspeedinc/dbw_ros.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2022-12-01 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
dataspeed_dbw_common | 2.1.0 |
dataspeed_dbw_gateway | 2.1.0 |
dataspeed_dbw_msgs | 2.1.0 |
dataspeed_ulc | 2.1.0 |
dataspeed_ulc_can | 2.1.0 |
dataspeed_ulc_msgs | 2.1.0 |
dbw_fca | 2.1.0 |
dbw_fca_can | 2.1.0 |
dbw_fca_description | 2.1.0 |
dbw_fca_joystick_demo | 2.1.0 |
dbw_fca_msgs | 2.1.0 |
dbw_ford | 2.1.0 |
dbw_ford_can | 2.1.0 |
dbw_ford_description | 2.1.0 |
dbw_ford_joystick_demo | 2.1.0 |
dbw_ford_msgs | 2.1.0 |
dbw_polaris | 2.1.0 |
dbw_polaris_can | 2.1.0 |
dbw_polaris_description | 2.1.0 |
dbw_polaris_joystick_demo | 2.1.0 |
dbw_polaris_msgs | 2.1.0 |
README
dbw_ros
Topics
dbw_enabled (std_msgs/msg/Bool) QoS(1,TransientLocal) -
vin (std_msgs/msg/String) QoS(1,TransientLocal) -
Quality of Serice (QoS)
Quality of service definition is as follows. This section refers to how to relates to the above Topic documentation. See the ROS2 QoS Documentation for more details on QoS.
A QoS definition for a topic will have the following format: QoS(History,Depth,Reliability,Durability)
. Any value may be omitted without losing clarity, including the entire QoS definition itself. Any omitted values are assumed to be the default.
History
KeepLast - only store up to N samples, configurable via the queue depth option. Default.
KeepAll - store all samples, subject to the configured resource limits of the DDS vendor. With this option, Queue Size is ignored.
Depth
- Queue Size - Depicted in the definition as an integer. Only honored if used together with keep last. Default of 10
Reliability
BestEffort - Attempt to deliver samples, but may lose them if the network is not robust.
Reliable - Guarantee that samples are delivered, may retry multiple times. Default
Durability
TransientLocal - The publisher becomes responsible for persisting samples for late-joining subscriptions. This will only occur if both the publisher and subscriber use this Durablity.
Volatile - No attempt is made to persist samples. Default
CONTRIBUTING
Repository Summary
Checkout URI | https://bitbucket.org/dataspeedinc/dbw_ros.git |
VCS Type | git |
VCS Version | ros2 |
Last Updated | 2022-12-01 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Packages
Name | Version |
---|---|
dataspeed_dbw_common | 2.1.0 |
dataspeed_dbw_gateway | 2.1.0 |
dataspeed_dbw_msgs | 2.1.0 |
dataspeed_ulc | 2.1.0 |
dataspeed_ulc_can | 2.1.0 |
dataspeed_ulc_msgs | 2.1.0 |
dbw_fca | 2.1.0 |
dbw_fca_can | 2.1.0 |
dbw_fca_description | 2.1.0 |
dbw_fca_joystick_demo | 2.1.0 |
dbw_fca_msgs | 2.1.0 |
dbw_ford | 2.1.0 |
dbw_ford_can | 2.1.0 |
dbw_ford_description | 2.1.0 |
dbw_ford_joystick_demo | 2.1.0 |
dbw_ford_msgs | 2.1.0 |
dbw_polaris | 2.1.0 |
dbw_polaris_can | 2.1.0 |
dbw_polaris_description | 2.1.0 |
dbw_polaris_joystick_demo | 2.1.0 |
dbw_polaris_msgs | 2.1.0 |
README
dbw_ros
Topics
dbw_enabled (std_msgs/msg/Bool) QoS(1,TransientLocal) -
vin (std_msgs/msg/String) QoS(1,TransientLocal) -
Quality of Serice (QoS)
Quality of service definition is as follows. This section refers to how to relates to the above Topic documentation. See the ROS2 QoS Documentation for more details on QoS.
A QoS definition for a topic will have the following format: QoS(History,Depth,Reliability,Durability)
. Any value may be omitted without losing clarity, including the entire QoS definition itself. Any omitted values are assumed to be the default.
History
KeepLast - only store up to N samples, configurable via the queue depth option. Default.
KeepAll - store all samples, subject to the configured resource limits of the DDS vendor. With this option, Queue Size is ignored.
Depth
- Queue Size - Depicted in the definition as an integer. Only honored if used together with keep last. Default of 10
Reliability
BestEffort - Attempt to deliver samples, but may lose them if the network is not robust.
Reliable - Guarantee that samples are delivered, may retry multiple times. Default
Durability
TransientLocal - The publisher becomes responsible for persisting samples for late-joining subscriptions. This will only occur if both the publisher and subscriber use this Durablity.
Volatile - No attempt is made to persist samples. Default