Skip to content

Commit

Permalink
Add plotjuggler to windows (#407)
Browse files Browse the repository at this point in the history
* Add plotjuggler to windows

* add it to linux too, why not

mostly I just want to see if windows segfaults again

* Add protobuf as host dep

* Tidy up yaml

---------

Co-authored-by: Tobias Fischer <[email protected]>
  • Loading branch information
gftabor and Tobias-Fischer authored Feb 16, 2024
1 parent d45f4a4 commit 4db39d9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
2 changes: 1 addition & 1 deletion patch/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,4 @@ resource_retriever:
add_host: ["libcurl"]
add_run: ["libcurl"]
plotjuggler:
add_host: [{"sel(linux)": "elfutils"}]
add_host: [{"sel(linux)": "elfutils"}, "protobuf"]
1 change: 0 additions & 1 deletion vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ packages_select_by_deps:
- criutils
- baldor
- catch-ros

- amcl
- map-server
- move-base
Expand Down
17 changes: 6 additions & 11 deletions vinca_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ packages_remove_from_deps:
- stage

skip_existing:
# - https://conda.anaconda.org/robostack/
- https://conda.anaconda.org/robostack-staging/

# This list contains lots of commented-out package names. That is okay.
Expand Down Expand Up @@ -118,11 +117,15 @@ packages_select_by_deps:
- teb-local-planner
- turtlebot3
- turtlebot3-fake
- plotjuggler_ros
- plotjuggler
- rosserial-arduino

##
## PREVIOUSLY SUPPORTED PACKAGES, NOW NOT PACKAGED ANYMORE UNTIL REQUESTED
##
# Fails due to Too long input line.
# - hector-gazebo-plugins

## PREVIOUSLY SUPPORTED PACKAGES, NOW NOT PACKAGED ANYMORE UNTIL REQUESTED
# - dynamixel-sdk -- this one not ready for Windows
# - tf2_web_republisher
# - libfranka
Expand Down Expand Up @@ -152,8 +155,6 @@ packages_select_by_deps:
# Need to build in own stage
# - fcl
# - teb_local_planner
# - plotjuggler_ros

# - openslam-gmapping

# - laser-proc
Expand Down Expand Up @@ -462,12 +463,6 @@ packages_select_by_deps:
# - wireless-msgs
# - xpp-msgs
# - xv-11-laser-driver

# ##
# # DONE Win
# ##

- rosserial-arduino
# - rosbash
# - tf2_web_republisher
# - grid_map
Expand Down

0 comments on commit 4db39d9

Please sign in to comment.