Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add plotjuggler to windows #407

Merged
merged 5 commits into from
Feb 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading