Skip to content

Commit b24dd7e

Browse files
committed
Compiled conda for packages
1 parent 28dc76b commit b24dd7e

File tree

16 files changed

+307
-24
lines changed

16 files changed

+307
-24
lines changed

src/keyboard_event_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?><package format="3">
33
<name>keyboard_event_msgs</name>
4-
<version>1.0.0</version>
4+
<version>1.0.4</version>
55
<description>Keyboard message event in the style of sdl</description>
66
<maintainer email="neppel.elian.s6@dc.tohoku.ac.jp">Elian_NEPPEL</maintainer>
77
<license>MIT</license>
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[workspace]
2+
name = "ros-humble-keyboard-event-msgs"
3+
channels = [
4+
"https://prefix.dev/robostack-humble",
5+
"https://prefix.dev/conda-forge",
6+
"https://prefix.dev/motion-stack",
7+
]
8+
platforms = [
9+
"linux-64",
10+
"linux-aarch64",
11+
]
12+
preview = ["pixi-build"]
13+
14+
[dependencies]
15+
ros-humble-keyboard-event-msgs = { path = "." }
16+
ros-humble-std-msgs = "*"
17+
18+
[package]
19+
name = "ros-humble-keyboard-event-msgs"
20+
homepage = "https://motion-stack.deditoolbox.fr/"
21+
license = "MIT"
22+
repository = "https://github.com/2lian/Motion-Stack"
23+
24+
[package.build.backend]
25+
channels = [
26+
"https://prefix.dev/pixi-build-backends",
27+
"https://prefix.dev/conda-forge",
28+
]
29+
name = "pixi-build-ros"
30+
version = "*"
31+
32+
[package.build.config]
33+
distro = "humble"
34+
35+
[package.build-dependencies]
36+
setuptools = "*"
37+
38+
[package.host-dependencies]
39+
setuptools = "*"
40+
41+
[package.run-dependencies]
42+
ros-humble-std-msgs = "*"
43+
44+
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
[workspace]
2+
name = "ros-jazzy-keyboard-event-msgs"
3+
channels = [
4+
"https://prefix.dev/robostack-jazzy",
5+
"https://prefix.dev/conda-forge",
6+
"https://prefix.dev/motion-stack",
7+
]
8+
platforms = [
9+
"linux-64",
10+
"linux-aarch64",
11+
]
12+
preview = ["pixi-build"]
13+
14+
[dependencies]
15+
ros-jazzy-keyboard-event-msgs = { path = "." }
16+
ros-jazzy-std-msgs = "*"
17+
18+
[package]
19+
name = "ros-jazzy-keyboard-event-msgs"
20+
homepage = "https://motion-stack.deditoolbox.fr/"
21+
license = "MIT"
22+
repository = "https://github.com/2lian/Motion-Stack"
23+
24+
[package.build.backend]
25+
channels = [
26+
"https://prefix.dev/pixi-build-backends",
27+
"https://prefix.dev/conda-forge",
28+
]
29+
name = "pixi-build-ros"
30+
version = "*"
31+
32+
[package.build.config]
33+
distro = "jazzy"
34+
35+
[package.build-dependencies]
36+
setuptools = "*"
37+
38+
[package.host-dependencies]
39+
setuptools = "*"
40+
41+
[package.run-dependencies]
42+
ros-jazzy-std-msgs = "*"
43+
44+
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
[workspace]
2+
name = "ros-kilted-keyboard-event-msgs"
3+
channels = [
4+
"https://prefix.dev/robostack-kilted",
5+
"https://prefix.dev/conda-forge",
6+
"https://prefix.dev/motion-stack",
7+
]
8+
platforms = [
9+
"linux-64",
10+
"linux-aarch64",
11+
]
12+
preview = ["pixi-build"]
13+
14+
[dependencies]
15+
ros-kilted-keyboard-event-msgs = { path = "." }
16+
ros-kilted-std-msgs = "*"
17+
18+
[package]
19+
name = "ros-kilted-keyboard-event-msgs"
20+
homepage = "https://motion-stack.deditoolbox.fr/"
21+
license = "MIT"
22+
repository = "https://github.com/2lian/Motion-Stack"
23+
24+
[package.build.backend]
25+
channels = [
26+
"https://prefix.dev/pixi-build-backends",
27+
"https://prefix.dev/conda-forge",
28+
]
29+
name = "pixi-build-ros"
30+
version = "*"
31+
32+
[package.build.config]
33+
distro = "kilted"
34+
35+
[package.build-dependencies]
36+
setuptools = "*"
37+
38+
[package.host-dependencies]
39+
setuptools = "*"
40+
41+
[package.run-dependencies]
42+
ros-kilted-std-msgs = "*"
43+

src/keyboard_event_msgs/pkg.bash

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
for arch in linux-64 linux-aarch64; do
2-
for distro in jazzy humble kilted; do
3-
rm -r ./pixi-$distro/package.xml
4-
rm -r ./pixi-$distro/CMakeLists.txt
5-
rm -r ./pixi-$distro/msg
1+
mv -f ./pixi.toml ./pixi.toml.bak
2+
# crosscompile doesn't work
3+
export arch="architecture"
4+
for distro in jazzy humble kilted; do
65

7-
ln -s ../package.xml ./pixi-$distro/package.xml
8-
ln -s ../CMakeLists.txt ./pixi-$distro/CMakeLists.txt
9-
ln -s ../msg ./pixi-$distro/msg
6+
rm ./pixi.toml
7+
ln -s ./pixi-$distro.toml ./pixi.toml
108

11-
pixi build \
12-
--manifest-path ./pixi-$distro/pixi.toml \
13-
--output-dir ./$arch \
14-
--target-platform $arch
15-
done
9+
pixi build \
10+
--output-dir ./$arch \
11+
# --target-platform $arch
1612
done
13+
mv -f ./pixi.toml.bak ./pixi.toml
14+

src/motion_stack/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?><package format="3">
33
<name>motion_stack</name>
4-
<version>1.0.2</version>
4+
<version>1.0.3</version>
55
<description>From modular mobile robots with distributed computation, to a simple robotic arm, this package provides control for (multi-)limbed systems. The goal of the project is maximum flexibility to reflect the flexibility of modular robotics, while abstracting away the complexity of such systems.</description>
66
<maintainer email="elian.dev@posteo.com">Elian NEPPEL</maintainer>
77
<license>MIT</license>

src/motion_stack/pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
./pixi-jazzy.toml
1+
./pixi-kilted.toml

src/motion_stack_msgs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?><package format="3">
33
<name>motion_stack_msgs</name>
4-
<version>0.0.0</version>
4+
<version>0.0.2</version>
55
<description>Package only containing custom messages for motion stack</description>
66
<maintainer email="elian.dev@posteo.com">Elian NEPPEL</maintainer>
77
<license>MIT</license>
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
[workspace]
2+
name = "ros-humble-motion-stack-msgs"
3+
channels = [
4+
"https://prefix.dev/robostack-humble",
5+
"https://prefix.dev/conda-forge",
6+
"https://prefix.dev/motion-stack",
7+
]
8+
platforms = [
9+
"linux-64",
10+
"linux-aarch64",
11+
]
12+
preview = ["pixi-build"]
13+
14+
[dependencies]
15+
ros-humble-motion-stack-msgs = { path = "." }
16+
ros-humble-geometry-msgs = "*"
17+
ros-humble-sensor-msgs = "*"
18+
ros-humble-std-msgs = "*"
19+
20+
[package]
21+
name = "ros-humble-motion-stack-msgs"
22+
homepage = "https://motion-stack.deditoolbox.fr/"
23+
license = "MIT"
24+
repository = "https://github.com/2lian/Motion-Stack"
25+
26+
[package.build.backend]
27+
channels = [
28+
"https://prefix.dev/pixi-build-backends",
29+
"https://prefix.dev/conda-forge",
30+
]
31+
name = "pixi-build-ros"
32+
version = "*"
33+
34+
[package.build.config]
35+
distro = "humble"
36+
37+
[package.build-dependencies]
38+
setuptools = "*"
39+
40+
[package.host-dependencies]
41+
setuptools = "*"
42+
43+
[package.run-dependencies]
44+
ros-humble-geometry-msgs = "*"
45+
ros-humble-sensor-msgs = "*"
46+
ros-humble-std-msgs = "*"
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[workspace]
2+
name = "ros-jazzy-motion-stack-msgs"
3+
channels = [
4+
"https://prefix.dev/robostack-jazzy",
5+
"https://prefix.dev/conda-forge",
6+
"https://prefix.dev/motion-stack",
7+
]
8+
platforms = [
9+
"linux-64",
10+
"linux-aarch64",
11+
]
12+
preview = ["pixi-build"]
13+
14+
[dependencies]
15+
ros-jazzy-motion-stack-msgs = { path = "." }
16+
ros-jazzy-geometry-msgs = "*"
17+
ros-jazzy-sensor-msgs = "*"
18+
ros-jazzy-std-msgs = "*"
19+
20+
[package]
21+
name = "ros-jazzy-motion-stack-msgs"
22+
homepage = "https://motion-stack.deditoolbox.fr/"
23+
license = "MIT"
24+
repository = "https://github.com/2lian/Motion-Stack"
25+
26+
[package.build.backend]
27+
channels = [
28+
"https://prefix.dev/pixi-build-backends",
29+
"https://prefix.dev/conda-forge",
30+
]
31+
name = "pixi-build-ros"
32+
version = "*"
33+
34+
[package.build.config]
35+
distro = "jazzy"
36+
37+
[package.build-dependencies]
38+
setuptools = "*"
39+
40+
[package.host-dependencies]
41+
setuptools = "*"
42+
43+
[package.run-dependencies]
44+
ros-jazzy-geometry-msgs = "*"
45+
ros-jazzy-sensor-msgs = "*"
46+
ros-jazzy-std-msgs = "*"
47+

0 commit comments

Comments
 (0)