forked from ros2/ros1_bridge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parametrize Quality of Service in
parameter_bridge
. (ros2#331)
* Extend create_bidirectional_bridge to take qos param for ROS2 publisher Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Busy setting up a way to read QoS parameters from ROS1 params Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Parse history qos params Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Call qos_from_params when setting up topics Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Configure deadline, lifespan, liveliness_lease_durations Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Configure liveliness Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Add some basic debug text Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Print the QoS settings to stdout when setting them up Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Catch XmlRpc::XmlRpcExceptions when constructing QoS from parameters Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Parse liveliness as either int enum value or upper/lower case string representation of liveliness enum values Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Fix formatting with uncrustify Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Fix cpplint formatting In 2 cases the formatting conflicts with what uncrustify wants; // NOLINT got rid of the complaints of cpplint, favouring uncrustify Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Clearer logging as suggested by code review Co-authored-by: Geoffrey Biggs <gbiggs@killbots.net> Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> * Clarify keep_last vs keep_all setting for history Signed-off-by: Loy van Beek <loy.vanbeek@mojin-robotics.de> Co-authored-by: Geoffrey Biggs <gbiggs@killbots.net>
- Loading branch information
1 parent
e0a7496
commit 96f3a21
Showing
6 changed files
with
290 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters