remove ros2 coboclaw driver

This commit is contained in:
acki
2025-10-03 10:13:28 +02:00
parent 41f475c772
commit 06afa03c2b
4 changed files with 5 additions and 5 deletions

2
.gitignore vendored
View File

@@ -105,3 +105,5 @@ AMENT_IGNORE
.vscode
.cache
.idea

4
.gitmodules vendored
View File

@@ -2,7 +2,3 @@
path = src/rplidar_ros
url = https://github.com/Slamtec/rplidar_ros
branch = ros2
[submodule "src/ros2_roboclaw_modelec"]
path = src/ros2_roboclaw_modelec
url = https://github.com/modelec/ros2_roboclaw_driver
branch = modelec

3
build.zsh Normal file
View File

@@ -0,0 +1,3 @@
colcon build --symlink-install --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
source "install/setup.zsh"