Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mavlink/mavros
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.10.0
Choose a base ref
...
head repository: mavlink/mavros
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.10.1
Choose a head ref
  • 6 commits
  • 13 files changed
  • 4 contributors

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    063b1c3 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. Fix incorrect macro usage

    RCLCPP_SMART_PTR_DEFINITIONS eventually is expanding to:
    
    \#define __RCLCPP_MAKE_UNIQUE_DEFINITION(...) \
      template<typename ... Args> \
      static std::unique_ptr<__VA_ARGS__> \
      make_unique(Args && ... args) \
      { \
        return std::unique_ptr<__VA_ARGS__>(new __VA_ARGS__(std::forward<Args>(args) ...)); \
      }
    
    which is incorrect for abstract classes like Endpoint or Plugin
    
    RCLCPP_SMART_PTR_DEFINITIONS_NOT_COPYABLE is used instead excluding make_unique functionality
    mishmetall authored and vooon committed May 6, 2025
    Configuration menu
    Copy the full SHA
    aa534f1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Initialize last_pos_time with RCL_ROS_TIME

    schashni authored and vooon committed May 13, 2025
    Configuration menu
    Copy the full SHA
    427d697 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. fix: display topic on service timeout error

    Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
    emmanuel-ferdman authored and vooon committed May 15, 2025
    Configuration menu
    Copy the full SHA
    43a40ef View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2025

  1. update changelog

    Signed-off-by: Vladimir Ermakov <vooon341@gmail.com>
    vooon committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    9ced3e5 View commit details
    Browse the repository at this point in the history
  2. 2.10.1

    vooon committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    aaedc49 View commit details
    Browse the repository at this point in the history
Loading