Skip to content

Commit e31c1b6

Browse files
Cleanup
1 parent c00873d commit e31c1b6

11 files changed

+10
-1043
lines changed

.ci_support/conda_forge_pinnings.yaml

Lines changed: 0 additions & 926 deletions
This file was deleted.

.scripts/run_docker_build.sh

Lines changed: 0 additions & 88 deletions
This file was deleted.

env/robostackenv.yaml

Lines changed: 0 additions & 17 deletions
This file was deleted.

pixi.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ build_one_package = { cmd = "cp ./patch/$PACKAGE.*patch ./recipes/$PACKAGE/patch
4343
beta = ["beta"]
4444

4545
[target.linux-64.tasks]
46-
rename-file = { cmd = "cp vinca_linux_64.yaml vinca.yaml", depends_on = ["remove-file"] }
46+
rename-file = { cmd = "ln -s vinca_linux_64.yaml vinca.yaml", depends_on = ["remove-file"] }
4747

4848
[target.osx-64.tasks]
49-
rename-file = { cmd = "cp vinca_osx.yaml vinca.yaml", depends_on = ["remove-file"] }
49+
rename-file = { cmd = "ln -s vinca_osx.yaml vinca.yaml", depends_on = ["remove-file"] }
5050

5151
[target.osx-arm64.tasks]
5252
rename-file = { cmd = "ln -s vinca_osx_arm64.yaml vinca.yaml", depends_on = ["remove-file"] }
5353

5454
[target.linux-aarch64.tasks]
55-
rename-file = { cmd = "cp vinca_linux_aarch64.yaml vinca.yaml", depends_on = ["remove-file"] }
55+
rename-file = { cmd = "ln -s vinca_linux_aarch64.yaml vinca.yaml", depends_on = ["remove-file"] }
5656

5757
[target.win-64.tasks]
5858
rename-file = { cmd = "cp vinca_win.yaml vinca.yaml", depends_on = ["remove-file"] }
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
tests:
22
- script:
3-
- if: build_platform == target_platform
4-
then:
5-
- ament_cpplint --help
3+
- ament_cpplint --help
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
tests:
22
- script:
3-
- if: build_platform == target_platform
4-
then:
5-
- ament_lint_cmake --help
3+
- ament_lint_cmake --help
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
tests:
22
- script:
3-
- if: build_platform == target_platform
4-
then:
5-
- ament_xmllint --help
3+
- ament_xmllint --help

vinca_linux_64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ packages_select_by_deps:
6464
- moveit-planners-chomp
6565
- rqt-moveit
6666
# - moveit2_tutorials # this does not exist anymore
67+
- pilz-industrial-motion-planner
6768

6869
- topic_tools
6970

vinca_linux_aarch64.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ packages_select_by_deps:
8484
- moveit_visual_tools
8585
- moveit_servo
8686
- moveit-planners-chomp
87+
- pilz-industrial-motion-planner
8788

8889
# - control_toolbox
8990
# - ros1_bridge

vinca_osx.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ packages_select_by_deps:
103103
- moveit_visual_tools
104104
- moveit_servo
105105
- moveit-planners-chomp
106+
- pilz-industrial-motion-planner
106107

107108
- gtsam
108109

0 commit comments

Comments
 (0)