Skip to content

Commit d51cc5c

Browse files
authored
Remove connext (#327)
* Remove connext * Update * Check
1 parent 2caeb5c commit d51cc5c

11 files changed

Lines changed: 2 additions & 12 deletions

File tree

config/client_uros_packages.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ repositories:
4343
version: main
4444
uros/tracetools:
4545
type: git
46-
url: https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing
46+
url: https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing.git/
4747
version: master

config/freertos/crazyflie21/create.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,4 @@ pushd $FW_TARGETDIR >/dev/null
2020
touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE
2121
touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE
2222

23-
rosdep install -y --from-paths mcu_ws -i mcu_ws --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
24-
2523
popd >/dev/null

config/freertos/esp32/create.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,4 @@ pushd $FW_TARGETDIR >/dev/null
4242
touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE
4343
touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE
4444

45-
rosdep install -y --from-paths mcu_ws -i mcu_ws --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
4645
popd >/dev/null

config/freertos/nucleo_f446re/create.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ pushd $FW_TARGETDIR >/dev/null
2121
touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE
2222
touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE
2323

24-
rosdep install -y --from-paths mcu_ws -i mcu_ws --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
2524
popd >/dev/null

config/freertos/nucleo_f446ze/create.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ pushd $FW_TARGETDIR >/dev/null
2121
touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE
2222
touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE
2323

24-
rosdep install -y --from-paths mcu_ws -i mcu_ws --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
2524
popd >/dev/null

config/freertos/nucleo_f746zg/create.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ pushd $FW_TARGETDIR >/dev/null
2121
touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE
2222
touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE
2323

24-
rosdep install -y --from-paths mcu_ws -i mcu_ws --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
2524
popd >/dev/null

config/freertos/nucleo_f767zi/create.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ pushd $FW_TARGETDIR >/dev/null
2121
touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE
2222
touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE
2323

24-
rosdep install -y --from-paths mcu_ws -i mcu_ws --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
2524
popd >/dev/null

config/freertos/olimex-stm32-e407/create.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ pushd $FW_TARGETDIR >/dev/null
2121
touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE
2222
touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE
2323

24-
rosdep install -y --from-paths mcu_ws -i mcu_ws --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
2524
popd >/dev/null

config/generate_lib/generic/create.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ pushd $FW_TARGETDIR >/dev/null
99
touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE
1010
touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE
1111

12-
rosdep install -y --from-paths mcu_ws -i mcu_ws --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
1312
popd >/dev/null

config/zephyr/generic/create.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ pushd $FW_TARGETDIR >/dev/null
5555
touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE
5656
touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE
5757

58-
rosdep install -y --from-paths mcu_ws -i mcu_ws --rosdistro $ROS_DISTRO --skip-keys="$SKIP"
5958
popd >/dev/null

0 commit comments

Comments
 (0)