-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Check jazzy Signed-off-by: Jakub Delicat <[email protected]> * changed ign to gz | skipped mecanum controller Signed-off-by: Jakub Delicat <[email protected]> * skip python-transforms3d-pip Signed-off-by: Jakub Delicat <[email protected]> * rosbot_hardware_interfaces jazzy devel version Signed-off-by: Jakub Delicat <[email protected]> * build rosbot_utils only when is hardware build Signed-off-by: Jakub Delicat <[email protected]> * commit to branch Signed-off-by: Jakub Delicat <[email protected]> * hardware jazzy with namespaces Signed-off-by: Jakub Delicat <[email protected]> * revert tools Signed-off-by: Jakub Delicat <[email protected]> * fix package.xml | jazzy dockerfiles Signed-off-by: Jakub Delicat <[email protected]> * Fixed workflow Signed-off-by: Jakub Delicat <[email protected]> * Applied precommit Signed-off-by: Jakub Delicat <[email protected]> * added mecanum to test_depend Signed-off-by: Jakub Delicat <[email protected]> * changed workflow to 24.04 Signed-off-by: Jakub Delicat <[email protected]> * fix pip Signed-off-by: Jakub Delicat <[email protected]> * detect if running on RPi4 or RPi5 in flashing script --------- Signed-off-by: Jakub Delicat <[email protected]> Co-authored-by: dominikn <[email protected]>
- Loading branch information
Showing
14 changed files
with
81 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,22 @@ | ||
repositories: | ||
# jazzy-devel | ||
rosbot_hardware_interfaces: | ||
type: git | ||
url: https://github.com/husarion/rosbot_hardware_interfaces.git | ||
version: main | ||
version: jazzy-devel | ||
ros_components_description: | ||
type: git | ||
url: https://github.com/husarion/ros_components_description.git | ||
version: 1cb25600afa5941d21d48c0af8e63ad2eb3afaa0 | ||
husarion_controllers: | ||
type: git | ||
url: https://github.com/husarion/husarion_controllers | ||
version: 217b09830f5f42930098b9992eda41710702b625 | ||
# Waiting for backporting to the humble version | ||
# https://github.com/ros-controls/ros2_controllers/pull/726 and | ||
# https://github.com/ros-controls/ros2_controllers/pull/831 | ||
ros2_controllers: | ||
type: git | ||
url: https://github.com/delihus/ros2_controllers | ||
version: humble | ||
version: jazzy | ||
micro_ros_msgs: | ||
type: git | ||
url: https://github.com/micro-ROS/micro_ros_msgs.git | ||
version: humble | ||
version: jazzy | ||
micro-ROS-Agent: | ||
type: git | ||
url: https://github.com/micro-ROS/micro-ROS-Agent.git | ||
version: humble | ||
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG ROS_DISTRO=humble | ||
ARG ROS_DISTRO=jazzy | ||
ARG PREFIX= | ||
ARG ROSBOT_FW_RELEASE=0.8.0 | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG ROS_DISTRO=humble | ||
ARG ROS_DISTRO=jazzy | ||
ARG PREFIX= | ||
ARG HUSARION_ROS_BUILD_TYPE=hardware | ||
|
||
|