Supplementary ROS2 package for Control, Simulation and Navigation
Go to file
2023-04-12 09:04:55 +02:00
config Initial commit 2023-04-12 09:04:55 +02:00
description Initial commit 2023-04-12 09:04:55 +02:00
launch Initial commit 2023-04-12 09:04:55 +02:00
worlds Initial commit 2023-04-12 09:04:55 +02:00
CMakeLists.txt Initial commit 2023-04-12 09:04:55 +02:00
LICENSE.md Initial commit 2023-04-12 09:04:55 +02:00
package.xml Initial commit 2023-04-12 09:04:55 +02:00
README.md Initial commit 2023-04-12 09:04:55 +02:00

Robot Package Template

This is a GitHub template. You can make your own copy by clicking the green "Use this template" button.

It is recommended that you keep the repo/package name the same, but if you do change it, ensure you do a "Find all" using your IDE (or the built-in GitHub IDE by hitting the . key) and rename all instances of my_bot to whatever your project's name is.

Note that each directory currently has at least one file in it to ensure that git tracks the files (and, consequently, that a fresh clone has direcctories present for CMake to find). These example files can be removed if required (and the directories can be removed if CMakeLists.txt is adjusted accordingly).