Skip to content
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

Enable logging level manipulation from rmw_fastrtps #156

Merged
merged 14 commits into from
Jan 18, 2018

Commits on Oct 13, 2017

  1. Fastrtps supports rich logging facilities, which could be used on any…

    … ros2 development.
    
    * To enable the same, enable setting log levels from rmw_fastrtps layers,
    * Add generic logging level parameters to 'rmw.h' which would be used by other
      layers above like rcl/rclcpp.
    * Hide DDS specific implementation inside rmw_fastrtps.
    
    Signed-off-by: Sriram Raghunathan <sriram.max@gmail.com>
    Sriram Raghunathan committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    a4899fb View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2017

  1. The changes follow the discussions

    ros2/rmw#124
    
    * The API defined is used to set the logging level particular to the DDS
    implementation.
    * This change is specific to DDS type Fast-RTPS.
    * The file is named as rmw_configure since we could write API's of type
      'system level config setting' types here.
    
    Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com>
    Sriram Raghunathan committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    e1eba0f View commit details
    Browse the repository at this point in the history
  2. Rename file from rmw_fastrtps_configure to rmw_logging, which follows…

    … the patterns being used already.
    
    like rmw_node, rmw_publisher..
    
    Signed-off-by: Sriram Raghunathan <sriram.max@gmail.com>
    Sriram Raghunathan committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    4393093 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. - Fix, coding errors.

    - Renmae API to suite ros styles
    
    Signed-off-by: Sriram Raghunathan <sriram.max@gmail.com>
    Sriram Raghunathan committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    82f178b View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2017

  1. Fix ament_cpplint warnings

    Signed-off-by: Sriram Raghunathan <sriram.max@gmail.com>
    Sriram Raghunathan committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    6c36dac View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into sriram_beta3

    Signed-off-by: Sriram Raghunathan <sriram.max@gmail.com>
    Sriram Raghunathan committed Oct 29, 2017
    Configuration menu
    Copy the full SHA
    db2d734 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2017

  1. Merge branch 'master' of https://github.com/ros2/rmw_fastrtps into sr…

    …iram_beta3
    Sriram Raghunathan committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    5030f85 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2017

  1. Remove utility function to create a 'error' returnable API for settin…

    …g logging
    
    Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com>
    Sriram Raghunathan committed Nov 19, 2017
    Configuration menu
    Copy the full SHA
    220b4bc View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Fix, logging msg bug.

    Sriram Raghunathan committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    c38d5aa View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Modify logging mapping for type 'debug' from warning to info.

    Signed-off-by: Sriram Raghunathan <rsriram7@visteon.com>
    Sriram Raghunathan committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    23c8b0f View commit details
    Browse the repository at this point in the history
  2. order log levels, use different local variable name, include unknown …

    …severity in error message
    dirk-thomas authored Dec 19, 2017
    Configuration menu
    Copy the full SHA
    a01006a View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2018

  1. Merge into master

    Sriram Raghunathan committed Jan 4, 2018
    Configuration menu
    Copy the full SHA
    5a21b3b View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2018

  1. Fix error due to parameterized logging

    Sriram Raghunathan committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a7bd975 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2018

  1. Fix code style issues from uncrustify

    Sriram Raghunathan committed Jan 7, 2018
    Configuration menu
    Copy the full SHA
    a415c52 View commit details
    Browse the repository at this point in the history