-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IR] Implementation of QoS Features #1
Commits on Mar 15, 2019
-
Add interfaces for events in memory_strategy
Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 065a966 - Browse repository at this point
Copy the full SHA 065a966View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ddded4 - Browse repository at this point
Copy the full SHA 6ddded4View commit details -
add event callbacks to publisher, subscriber, client, service
Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a078e8e - Browse repository at this point
Copy the full SHA a078e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a4ccaa - Browse repository at this point
Copy the full SHA 1a4ccaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1ad5c2 - Browse repository at this point
Copy the full SHA e1ad5c2View commit details -
improve usability of the SubscriptionOptions and PublisherOptions cla…
…sses Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc8bb54 - Browse repository at this point
Copy the full SHA cc8bb54View commit details -
Attempt to fix cppcheck (ros2#646)
Signed-off-by: Shane Loretz <[email protected]> Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for afca6f4 - Browse repository at this point
Copy the full SHA afca6f4View commit details -
Add a method to the LifecycleNode class to get the logging interface (r…
…os2#652) There are getters for the other interfaces, but the logging interface appears to have been overlooked. Signed-off-by: Michael Jeronimo <[email protected]> Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec4476e - Browse repository at this point
Copy the full SHA ec4476eView commit details -
update to use separated action types (ros2#601)
* match renamed action types * fix action type casting * rename type/field to use correct term * rename custom GoalID type to avoid naming collision, update types using unique_identifier_msgs * remove obsolete comments * change signature of set_succeeded / set_canceled * change signature of on_terminal_state_(uuid_, result_msg);set_succeeded / set_canceled * change signature of set_aborted * change signature of publish_feedback * update another test Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 40ba3c6 - Browse repository at this point
Copy the full SHA 40ba3c6View commit details -
Add Doxyfile for rclcpp_action
Signed-off-by: Jacob Perron <[email protected]> Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6821fa6 - Browse repository at this point
Copy the full SHA 6821fa6View commit details -
Add documentation to rclcpp_action
Signed-off-by: Jacob Perron <[email protected]> Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7cdf8f - Browse repository at this point
Copy the full SHA b7cdf8fView commit details -
Don't hardcode int64_t for duration type representations (ros2#648)
In LLVM's `libcxx`, `int64_t` doesn't match chrono literals. See example below. To compile, run `clang++-6.0 -stdlib=libc++ -std=c++14 TEST.cpp` ``` using namespace std::chrono_literals; template<typename RatioT = std::milli> bool wait_for_service( std::chrono::duration<int64_t, RatioT> timeout ) { return timeout == std::chrono::nanoseconds(0); } int main() { wait_for_service(2s); return 0; } ``` Result of compilation ``` TEST.cpp:6:1: note: candidate template ignored: could not match 'long' against 'long long' wait_for_service( ``` Signed-off-by: Emerson Knapp <[email protected]> Signed-off-by: Steven! Ragnarök <[email protected]> Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22a6484 - Browse repository at this point
Copy the full SHA 22a6484View commit details -
Fix test_time_source test (ros2#639)
* Fix flakey test Signed-off-by: Pete Baughman <[email protected]> * Fix lint and uncrustify issues Signed-off-by: Pete Baughman <[email protected]> Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80e3d48 - Browse repository at this point
Copy the full SHA 80e3d48View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcabadc - Browse repository at this point
Copy the full SHA bcabadcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 993788f - Browse repository at this point
Copy the full SHA 993788fView commit details -
fix wait for service memory leak bug (ros2#656)
* when call wait for service in an while loop, the event will be make forever and never release * fix it by: creating it when we need Signed-off-by: reed-lau <[email protected]> Signed-off-by: Miaofei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a77d110 - Browse repository at this point
Copy the full SHA a77d110View commit details
Commits on Mar 19, 2019
-
Merge remote-tracking branch 'upstream/master' into qos
Signed-off-by: Emerson Knapp <[email protected]>
Emerson Knapp committedMar 19, 2019 Configuration menu - View commit details
-
Copy full SHA for 8d94f1b - Browse repository at this point
Copy the full SHA 8d94f1bView commit details
Commits on Mar 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 787fa6f - Browse repository at this point
Copy the full SHA 787fa6fView commit details -
Fix lint and build warnings and API inconsistency
Signed-off-by: Emerson Knapp <[email protected]>
Emerson Knapp committedMar 21, 2019 Configuration menu - View commit details
-
Copy full SHA for 71ba5f3 - Browse repository at this point
Copy the full SHA 71ba5f3View commit details