Skip to content

Commit 7500870

Browse files
authored
Add rosidl_dynamic_typesupport to rolling (#629)
* Add new rolling repository Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Upgrade setuptools Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Revert setuptools modification Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Move setuptools to last create step Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Test zephyr build Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Reenable micro-ROS build Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Remove zephyr workarround Signed-off-by: acuadros95 <acuadros1995@gmail.com> --------- Signed-off-by: acuadros95 <acuadros1995@gmail.com>
1 parent 9cf5d09 commit 7500870

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

config/client_ros2_packages.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ keep:
33
ros2/rmw
44
ros2/rosidl_defaults
55
ros2/rosidl
6+
ros2/rosidl_dynamic_typesupport
67
ros2/rosidl_dds
78
ros2/rmw_implementation
89
ros2/common_interfaces

config/zephyr/generic/create.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ pushd $FW_TARGETDIR >/dev/null
3030

3131
pip3 install -r zephyrproject/zephyr/scripts/requirements.txt --ignore-installed
3232

33-
# Downgrade setuptools (https://github.com/pypa/setuptools/issues/3452)
34-
pip install --force-reinstall setuptools==59.5.0
35-
3633
if [ "$PLATFORM" = "host" ]; then
3734
if [ "$ARCH" = "aarch64" ]; then
3835
export TOOLCHAIN_VERSION=zephyr-sdk-0.13.1-linux-aarch64-setup.run

0 commit comments

Comments
 (0)