-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
423 changed files
with
5,883 additions
and
10,938 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Submodule BehaviorTree.ROS2
added at
ce923e
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# External | ||
|
||
This folder consists of Git Submodules which are pulled in through the setup instructions. If you are missing any of the packages, run `git submodule --update` to pull then in again. | ||
Here is a list of the submodules: | ||
* BehaviorTree.ROS2: provides a set of C++ interfaces for BT.CPP to connect to ROS2. | ||
* Articubot One: an example project by [Articulated Robotics](https://www.youtube.com/@ArticulatedRobotics) which contains a URDF robot and navigation implementation. | ||
* Aruco ROS: a package designed for reading ARUCO tags and providing the transform to them relative to the robot. | ||
* NanoPB: a package which allow us to implement [Protocol Buffers](https://protobuf.dev/), a protocol for message transmission which allows us to communicate with our firmware. |
Submodule articubot_one
added at
44d512
Oops, something went wrong.