-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* The header file "cv_bridge.h" in the cv_bridge package has been renamed to "cv_bridge.hpp". This change has been applied to all corresponding "#include" statements. * Replaced "Twist" with "TwistStamped" in "joystick_control.py" * Replaced "Twist" with "TwistStamped" for "camera_line_follower.launch.py" * Replaced "Twist" with "TwistStamped" for "object_tracking.launch.py" * Replaced "Twist" with "TwistStamped" (Changed in all instances, revert if any unexpected issues occur, "revert"). * Modify CI to ensure compatibility with the act tool * Add author * Update README for Support Jazzy * Add CI settings for Rolling * Revert "Add CI settings for Rolling" This reverts commit 5996db3. * Replace ROS_REPO: [ros] with ROS_REPO: [main] * Add rosinstall for CI * Adapt clang-format with Google style * Fix order of include in c file * Revert "Add rosinstall for CI" This reverts commit b9605cd. * Reapply "Add rosinstall for CI" This reverts commit a06b8a9. * Revert "Fix order of include in c file" This reverts commit 356a417. * Revert "Adapt clang-format with Google style" This reverts commit 0a42043. * fix typo of distribution name * Applied "ament_clang_format" and passed cpplint, with manual adjustments made to the "include" order * Adapted ruff formetter * fix "import" module order * Adaptted "ament_uncrustify" * Update README.en.md fo Jazzy * Fix pictures and page links * Fix images for README in japanese * Update Copyright years * Fix Indent and replace .h with .hpp * FIxed autho name * Add warnings for camera settings
- Loading branch information
Showing
25 changed files
with
510 additions
and
473 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
- git: | ||
uri: https://github.com/rt-net/raspimouse2.git | ||
local-name: raspimouse2 | ||
version: jazzy | ||
- git: | ||
uri: https://github.com/rt-net/rt_usb_9axisimu_driver.git | ||
local-name: rt_usb_9axisimu_driver | ||
version: jazzy |
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 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
Oops, something went wrong.