Skip to content

Commit 79f8dc2

Browse files
authored
Remove micro-ROS fork (#110)
* Remove micro-ROS fork Signed-off-by: acuadros95 <acuadros1995@gmail.com> * Add venv install Signed-off-by: acuadros95 <acuadros1995@gmail.com> --------- Signed-off-by: acuadros95 <acuadros1995@gmail.com>
1 parent 35db5a9 commit 79f8dc2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/platformio-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ runs:
88
run: |
99
apt update
1010
export DEBIAN_FRONTEND=noninteractive
11-
apt install -y git curl python3 python3-pip git cmake
11+
apt install -y git curl python3 python3-pip python3-venv git cmake
1212
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
1313
echo 'export PATH=$PATH:~/.platformio/penv/bin' >> ~/.bashrc
1414

microros_utils/repositories.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class Sources:
128128
Repository("rosidl_typesupport", "https://github.com/micro-ROS/rosidl_typesupport", "iron"),
129129
Repository("rosidl_typesupport_microxrcedds", "https://github.com/micro-ROS/rosidl_typesupport_microxrcedds", "iron"),
130130
Repository("rosidl", "https://github.com/ros2/rosidl", "iron"),
131-
Repository("rosidl_dynamic_typesupport", "https://github.com/micro-ROS/rosidl_dynamic_typesupport", "iron"),
131+
Repository("rosidl_dynamic_typesupport", "https://github.com/ros2/rosidl_dynamic_typesupport", "iron"),
132132
Repository("rosidl_core", "https://github.com/ros2/rosidl_core", "iron"),
133133
Repository("rmw", "https://github.com/ros2/rmw", "iron"),
134134
Repository("rcl_interfaces", "https://github.com/ros2/rcl_interfaces", "iron"),
@@ -152,7 +152,7 @@ class Sources:
152152
Repository("rosidl_typesupport", "https://github.com/micro-ROS/rosidl_typesupport", "rolling"),
153153
Repository("rosidl_typesupport_microxrcedds", "https://github.com/micro-ROS/rosidl_typesupport_microxrcedds", "rolling"),
154154
Repository("rosidl", "https://github.com/ros2/rosidl", "rolling"),
155-
Repository("rosidl_dynamic_typesupport", "https://github.com/micro-ROS/rosidl_dynamic_typesupport", "rolling"),
155+
Repository("rosidl_dynamic_typesupport", "https://github.com/ros2/rosidl_dynamic_typesupport", "rolling"),
156156
Repository("rosidl_core", "https://github.com/ros2/rosidl_core", "rolling"),
157157
Repository("rmw", "https://github.com/ros2/rmw", "rolling"),
158158
Repository("rcl_interfaces", "https://github.com/ros2/rcl_interfaces", "rolling"),

0 commit comments

Comments
 (0)