Skip to content

Commit

Permalink
[wip] rviz_default_plugins breaks on some systems
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCousineau-TRI committed May 13, 2024
1 parent af06800 commit 1825159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
1 change: 1 addition & 0 deletions bazel_ros2_rules/ros2/resources/ros2bzl/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def configure_package_cc_library(
data.append(share_label(name, metadata))
# Add in plugins, if any
if 'plugin_libraries' in metadata:
print(name)
data.extend(
sandbox(find_library_path(library))
for library in metadata['plugin_libraries']
Expand Down
19 changes: 2 additions & 17 deletions ros2_example_bazel_installed/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -65,24 +65,9 @@ load(
"ROS2_DISTRO_PREFIX",
)

# Please keep this list sorted
# HACK
ROS2_PACKAGES = [
"action_msgs",
"builtin_interfaces",
"console_bridge_vendor",
"rclcpp",
"rclcpp_action",
"rclpy",
"ros2cli",
"ros2cli_common_extensions",
"rosbag2",
"rosidl_default_generators",
"tf2_py",
] + [
# These are possible RMW implementations. Uncomment one and only one to
# change implementations
"rmw_cyclonedds_cpp",
# "rmw_fastrtps_cpp",
"rviz_default_plugins",
]

RESOLVED_PREFIX = (
Expand Down

0 comments on commit 1825159

Please sign in to comment.