The source project of this merge request has been removed.
[feat] Add a template for merge request
Goal
Before, on master, the SLAM was doing this. The goal of this MR is to do this and that.
Changes
- A function called Myfunction is added to this file. It takes that as input and this as output. The parameters are bla and bli because. It does this and that following this method
- First it does that
- Then it does this
- And finally it does that
- The previous function is used in foo to do that.
Results
Commands to reproduce the results
catkin_make -DCMAKE_BUILD_TYPE=Release
ros2 launch my_launch.launch param1:=2
ros2 bag play --clock path/to/this_bag.bag
Results
- Here is a resulting map
- Here is a resulting trajectory
- Here is an example of input frame and its keypoints (optional)
- Here is a screenshot of the SLAM result
Performances (optional)
- The overall SLAM process before (on master) was taking 10s
- The overall process takes 9s
What remains to solve
-
this -
this -
that