Skip to content

Commit 0218b40

Browse files
committed
Skip non-working packages on Windows
1 parent e31c1b6 commit 0218b40

File tree

3 files changed

+50
-0
lines changed

3 files changed

+50
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
diff --git a/system_modes/CMakeLists.txt b/system_modes/CMakeLists.txt
2+
index 2c0bf30..ab07f68 100644
3+
--- a/system_modes/CMakeLists.txt
4+
+++ b/system_modes/CMakeLists.txt
5+
@@ -17,3 +17,4 @@ endif()
6+
+set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
7+
8+
# find dependencies
9+
find_package(ament_cmake REQUIRED)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
diff --git a/turtlebot3_node/CMakeLists.txt b/turtlebot3_node/CMakeLists.txt
2+
index d81d8127..3c464b42 100644
3+
--- a/turtlebot3_node/CMakeLists.txt
4+
+++ b/turtlebot3_node/CMakeLists.txt
5+
@@ -14,3 +14,4 @@ endif()
6+
+set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
7+
8+
################################################################################
9+
# Find ament packages and libraries for ament and system dependencies

vinca_win.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,38 @@ packages_remove_from_deps:
7777
- rqt_image_overlay
7878
# libspnav is not available on Windows
7979
- spacenav
80+
# ublox packages are not supported on Windows
81+
- ublox_gps
82+
- ublox_msgs
83+
- ublox
84+
- ublox-dgnss-node
85+
- ublox-nav-sat-fix-hp-node
86+
- ublox-dgnss
87+
# Some packages in ur stack do not support Windows
88+
- ur-client-library
89+
- ur-controllers
90+
- ur_robot_driver
91+
- ur_calibration
92+
# Some packages in velodyne repo do not support Windows
93+
- velodyne_driver
94+
- velodyne_pointcloud
95+
- velodyne_laserscan
96+
- velodyne
97+
- velodyne_gazebo_plugins
98+
- velodyne_simulator
99+
# webots_ros2 is not supported on Windows
100+
- webots_ros2
101+
- webots_ros2_control
102+
- webots_ros2_driver
103+
- webots_ros2_epuck
104+
- webots_ros2_importer
105+
- webots_ros2_mavic
106+
- webots_ros2_msgs
107+
- webots_ros2_tesla
108+
- webots_ros2_tiago
109+
- webots_ros2_turtlebot
110+
- webots_ros2_universal_robot
111+
- webots_ros2_tests
80112

81113
skip_existing:
82114
- https://conda.anaconda.org/robostack-staging/

0 commit comments

Comments
 (0)