Skip to content

Commit 6118d12

Browse files
committed
pre-commit formatting
1 parent 8023df2 commit 6118d12

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ From the top level, you can execute:
6060
```bash
6161
./sync_subtrees.sh
6262
```
63-

src/example_behaviors/src/ransac_registration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ BT::PortsList RANSACRegistration::providedPorts()
8282

8383
BT::KeyValueVector RANSACRegistration::metadata()
8484
{
85-
return { {"description", "Finds the pose of a target point cloud relative to the base frame of a base point cloud using the Normal Distributions Transform (NDT) algoritm"} };
85+
return { {"description", "Finds the pose of a target point cloud relative to the base frame of a base point cloud using the Normal Distributions Transform (NDT) algorithm"} };
8686
}
8787

8888

sync_subtrees.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ git subtree pull --prefix src/fanuc_sim https://github.com/PickNikRobotics/fanuc
99
git subtree pull --prefix src/external_dependencies/ridgeback https://github.com/sjahr/ridgeback ros2 --squash
1010
git subtree pull --prefix src/external_dependencies/ros2_robotiq_gripper https://github.com/PickNikRobotics/ros2_robotiq_gripper main --squash
1111
git subtree pull --prefix src/external_dependencies/serial https://github.com/tylerjw/serial.git ros2 --squash
12-
gis submodule update --recursive --init
12+
gis submodule update --recursive --init

0 commit comments

Comments
 (0)