Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/general-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ assignees: ''
- Hardware description: <!-- hardware where you are using micro-ROS -->
- RTOS: <!-- RTOS where you are using micro-ROS -->
- Installation type: <!-- micro_ros_setup, modules, etc -->
- Version or commit hash: <!-- version of micro-ROS used: foxy, rolling -->
- Version or commit hash: <!-- version of micro-ROS used: humble, jazzy, kilted, rolling -->

#### Steps to reproduce the issue
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/-->
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
type: string

env:
ROS_DISTRO: rolling
ROS_DISTRO: kilted

jobs:

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:

jobs:

Kilted:
uses: micro-ROS/micro_ros_setup/.github/workflows/ci.yml@kilted
with:
ci_target_ref: 'kilted'

Jazzy:
uses: micro-ROS/micro_ros_setup/.github/workflows/ci.yml@jazzy
with:
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,9 @@ This package targets the **ROS 2** installation. ROS 2 supported distributions a
| Foxy | EOL | `foxy` |
| Galactic | EOL | `galactic` |
| Humble | Supported | `humble` |
| Iron | Supported | `iron` |
| Iron | EOL | `iron` |
| Jazzy | Supported | `jazzy` |
| Kilted | Supported | `kilted` |
| Rolling | Supported | `rolling` |

Some other prerequisites needed for building a firmware using this package are:
Expand All @@ -113,7 +115,7 @@ source /opt/ros/$ROS_DISTRO/setup.bash

mkdir uros_ws && cd uros_ws

git clone -b rolling https://github.com/micro-ROS/micro_ros_setup.git src/micro_ros_setup
git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro_ros_setup.git src/micro_ros_setup

rosdep update && rosdep install --from-paths src --ignore-src -y

Expand Down
4 changes: 2 additions & 2 deletions config/agent_uros_packages.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ repositories:
uros/micro_ros_msgs:
type: git
url: https://github.com/micro-ROS/micro_ros_msgs.git
version: rolling
version: kilted
uros/micro-ROS-Agent:
type: git
url: https://github.com/micro-ROS/micro-ROS-Agent.git
version: rolling
version: kilted
uros/drive_base:
type: git
url: https://github.com/micro-ROS/drive_base.git
Expand Down
18 changes: 9 additions & 9 deletions config/android/generic/client_uros_packages.repos
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,36 @@ repositories:
uros/rcl:
type: git
url: https://github.com/micro-ROS/rcl
version: rolling
version: kilted
uros/rclc:
type: git
url: https://github.com/ros2/rclc
version: rolling
version: kilted
uros/micro_ros_utilities:
type: git
url: https://github.com/micro-ROS/micro_ros_utilities
version: rolling
version: kilted
uros/rcutils:
type: git
url: https://github.com/micro-ROS/rcutils
version: rolling
version: kilted
uros/micro_ros_msgs:
type: git
url: https://github.com/micro-ROS/micro_ros_msgs.git
version: rolling
version: kilted
uros/rmw_microxrcedds:
type: git
url: https://github.com/micro-ROS/rmw-microxrcedds.git
version: rolling
version: kilted
uros/rosidl_typesupport:
type: git
url: https://github.com/micro-ROS/rosidl_typesupport.git
version: rolling
version: kilted
uros/rosidl_typesupport_microxrcedds:
type: git
url: https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git
version: rolling
version: kilted
uros/micro-ROS-demos:
type: git
url: https://github.com/micro-ROS/micro-ROS-demos.git
version: rolling
version: kilted
16 changes: 8 additions & 8 deletions config/client_uros_packages.repos
Original file line number Diff line number Diff line change
Expand Up @@ -12,32 +12,32 @@ repositories:
uros/rcl:
type: git
url: https://github.com/micro-ROS/rcl
version: rolling
version: kilted
uros/rclc:
type: git
url: https://github.com/ros2/rclc
version: rolling
version: kilted
uros/micro_ros_utilities:
type: git
url: https://github.com/micro-ROS/micro_ros_utilities
version: rolling
version: kilted
uros/rcutils:
type: git
url: https://github.com/micro-ROS/rcutils
version: rolling
version: kilted
uros/micro_ros_msgs:
type: git
url: https://github.com/micro-ROS/micro_ros_msgs.git
version: rolling
version: kilted
uros/rmw_microxrcedds:
type: git
url: https://github.com/micro-ROS/rmw-microxrcedds.git
version: rolling
version: kilted
uros/rosidl_typesupport:
type: git
url: https://github.com/micro-ROS/rosidl_typesupport.git
version: rolling
version: kilted
uros/rosidl_typesupport_microxrcedds:
type: git
url: https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git
version: rolling
version: kilted
2 changes: 1 addition & 1 deletion config/freertos/crazyflie21/board.repos
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ repositories:
freertos_apps:
type: git
url: https://github.com/micro-ROS/freertos_apps
version: rolling
version: kilted

2 changes: 1 addition & 1 deletion config/freertos/esp32/board.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ repositories:
freertos_apps:
type: git
url: https://github.com/micro-ROS/freertos_apps
version: rolling
version: kilted



2 changes: 1 addition & 1 deletion config/freertos/nucleo_f446re/board.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ repositories:
freertos_apps:
type: git
url: https://github.com/micro-ros/freertos_apps
version: rolling
version: kilted
2 changes: 1 addition & 1 deletion config/freertos/nucleo_f446ze/board.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ repositories:
freertos_apps:
type: git
url: https://github.com/micro-ros/freertos_apps
version: rolling
version: kilted
2 changes: 1 addition & 1 deletion config/freertos/nucleo_f746zg/board.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ repositories:
freertos_apps:
type: git
url: https://github.com/micro-ros/freertos_apps
version: rolling
version: kilted
2 changes: 1 addition & 1 deletion config/freertos/nucleo_f767zi/board.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ repositories:
freertos_apps:
type: git
url: https://github.com/micro-ros/freertos_apps
version: rolling
version: kilted
2 changes: 1 addition & 1 deletion config/freertos/olimex-stm32-e407/board.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ repositories:
freertos_apps:
type: git
url: https://github.com/micro-ROS/freertos_apps
version: rolling
version: kilted



22 changes: 11 additions & 11 deletions config/host/generic/client_host_packages.repos
Original file line number Diff line number Diff line change
Expand Up @@ -13,51 +13,51 @@ repositories:
uros/rclc:
type: git
url: https://github.com/ros2/rclc.git
version: rolling
version: kilted
uros/micro_ros_msgs:
type: git
url: https://github.com/micro-ROS/micro_ros_msgs.git
version: rolling
version: kilted
uros/rmw_microxrcedds:
type: git
url: https://github.com/micro-ROS/rmw-microxrcedds.git
version: rolling
version: kilted
uros/rosidl_typesupport_microxrcedds:
type: git
url: https://github.com/micro-ROS/rosidl_typesupport_microxrcedds.git
version: rolling
version: kilted
uros/micro-ROS-demos:
type: git
url: https://github.com/micro-ROS/micro-ROS-demos.git
version: rolling
version: kilted
uros/micro_ros_utilities:
type: git
url: https://github.com/micro-ROS/micro_ros_utilities
version: rolling
version: kilted

# Required messages packages

ros2/common_interfaces:
type: git
url: https://github.com/ros2/common_interfaces
version: rolling
version: kilted

ros2/example_interfaces:
type: git
url: https://github.com/ros2/example_interfaces
version: rolling
version: kilted

ros2/rcl_interfaces:
type: git
url: https://github.com/ros2/rcl_interfaces
version: rolling
version: kilted

ros2/unique_identifier_msgs:
type: git
url: https://github.com/ros2/unique_identifier_msgs
version: rolling
version: kilted

ros2/test_interface_files:
type: git
url: https://github.com/ros2/test_interface_files
version: rolling
version: kilted
2 changes: 1 addition & 1 deletion config/raspbian/generic/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ pushd $FW_TARGETDIR/$DEV_WS_DIR >/dev/null
popd >/dev/null

pushd $FW_TARGETDIR >/dev/null
git clone -b rolling https://github.com/micro-ROS/raspbian_apps.git
git clone -b kilted https://github.com/micro-ROS/raspbian_apps.git
popd >/dev/null
2 changes: 1 addition & 1 deletion config/zephyr/generic/board.repos
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ repositories:
zephyr_apps:
type: git
url: https://github.com/micro-ROS/zephyr_apps
version: rolling
version: kilted
2 changes: 1 addition & 1 deletion scripts/create_ws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ then
fi

# ROS_DISTRO SPECIFIC
curl -s https://raw.githubusercontent.com/ros2/ros2/rolling/ros2.repos |\
curl -s https://raw.githubusercontent.com/ros2/ros2/kilted/ros2.repos |\
ros2 run micro_ros_setup yaml_filter.py ${PACKAGES} > ros2.repos
vcs import --input ros2.repos --skip-existing
vcs import --input $REPOS --skip-existing
Expand Down
Loading