Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: moveit/moveit2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a1a2eda63ac72dd96100ccdaad63cc6333f1125e
Choose a base ref
..
head repository: moveit/moveit2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4929a9d7ad48ade48bf1c269254a5d225fa7bbd5
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 doc/MIGRATION_GUIDE.md
1 change: 0 additions & 1 deletion doc/MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
@@ -23,7 +23,6 @@ Then wherever you call a logging macro you can use the `moveit::getLogger()` fun
```C++
RCLCPP_INFO(moveit::getLogger("my_namespace"), "Very important info message");
```
```

### Logger naming convention