Skip to content

Commit b7be6d5

Browse files
Merge pull request #61 from rshanor/rshanor/better-launch-deps
feat: Add robostack mapping for better launch deps
2 parents 5558fa9 + 2ea40d3 commit b7be6d5

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

pkg_additional_info.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,3 +159,5 @@ lanelet2_python:
159159
additional_cmake_args: "-DCMAKE_CXX_STANDARD=17 -DCMAKE_CXX_STANDARD_REQUIRED=ON -DCMAKE_CXX_EXTENSIONS=OFF"
160160
robot_state_publisher:
161161
additional_cmake_args: "-DCMAKE_WINDOWS_EXPORT_ALL_SYMBOLS=ON"
162+
better_launch:
163+
build_number: 16

robostack.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,8 @@ python3-dev:
804804
robostack: [python]
805805
python3-docopt:
806806
robostack: [docopt]
807+
python3-docstring-parser:
808+
robostack: [docstring_parser]
807809
python3-docutils:
808810
robostack: [docutils]
809811
python3-empy:
@@ -875,6 +877,8 @@ python3-opengl:
875877
linux: [pyopengl, libopengl-devel, libgl-devel]
876878
osx: [pyopengl]
877879
win64: [pyopengl]
880+
python3-osrf-pycommon:
881+
robostack: [osrf_pycommon]
878882
python3-packaging:
879883
robostack: [packaging]
880884
python3-pandas:
@@ -889,6 +893,8 @@ python3-pip:
889893
robostack: [pip]
890894
python3-pkg-resources:
891895
robostack: []
896+
python3-prompt-toolkit:
897+
robostack: [prompt-toolkit]
892898
python3-protobuf:
893899
robostack: [protobuf]
894900
python3-psutil:
@@ -949,6 +955,8 @@ python3-scipy:
949955
robostack: [scipy]
950956
python3-serial:
951957
robostack: [pyserial]
958+
python3-setproctitle:
959+
robostack: [setproctitle]
952960
python3-setuptools:
953961
robostack: [setuptools]
954962
python3-simplejson:

vinca.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ conda_index:
55
- robostack.yaml
66
- packages-ignore.yaml
77

8-
# Reminder for next full rebuild, the next build number should be 16
8+
# Reminder for next full rebuild, the next build number should be 17
99
build_number: 15
1010

1111
mutex_package:

0 commit comments

Comments
 (0)