Skip to content

Commit

Permalink
linux-aarch64 - build 5 - desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
sonelu committed Aug 30, 2024
1 parent 1c732db commit f9fcc18
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions vinca_linux_aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,89 @@ packages_select_by_deps:
# ros-humble-ros-gz-bridge
# ros-humble-ros-gz-image

- desktop # ** which includes **
# ros-humble-action-tutorials-cpp
# ros-humble-action-tutorials-interfaces
# ros-humble-action-tutorials-py
# ros-humble-composition
# ros-humble-demo-nodes-cpp
# ros-humble-demo-nodes-cpp-native
# ros-humble-demo-nodes-py
# ros-humble-depthimage-to-laserscan
# ros-humble-dummy-map-server
# ros-humble-dummy-robot-bringup
# ros-humble-dummy-sensors
# ros-humble-examples-rclcpp-minimal-action-client
# ros-humble-examples-rclcpp-minimal-action-server
# ros-humble-examples-rclcpp-minimal-client
# ros-humble-examples-rclcpp-minimal-composition
# ros-humble-examples-rclcpp-minimal-publisher
# ros-humble-examples-rclcpp-minimal-service
# ros-humble-examples-rclcpp-minimal-subscriber
# ros-humble-examples-rclcpp-minimal-timer
# ros-humble-examples-rclcpp-multithreaded-executor
# ros-humble-examples-rclpy-executors
# ros-humble-examples-rclpy-minimal-action-client
# ros-humble-examples-rclpy-minimal-action-server
# ros-humble-examples-rclpy-minimal-client
# ros-humble-examples-rclpy-minimal-publisher
# ros-humble-examples-rclpy-minimal-service
# ros-humble-examples-rclpy-minimal-subscriber
# ros-humble-image-tools
# ros-humble-intra-process-demo
# ros-humble-joy
# ros-humble-lifecycle
# ros-humble-logging-demo
# ros-humble-pendulum-control
# ros-humble-pendulum-msgs
# ros-humble-quality-of-service-demo-cpp
# ros-humble-quality-of-service-demo-py
# ros-humble-rqt-common-plugins
# ros-humble-rviz-default-plugins
# ros-humble-rviz2
# ros-humble-teleop-twist-joy
# ros-humble-teleop-twist-keyboard
# ros-humble-tlsf
# ros-humble-tlsf-cpp
# ros-humble-topic-monitor
# ros-humble-turtlesim
# ros-humble-tango-icons-vendor
# ros-humble-rviz-assimp-vendor
# ros-humble-ignition-cmake2-vendor
# ros-humble-rttest
# ros-humble-libcurl-vendor
# ros-humble-python-qt-binding
# ros-humble-rviz-ogre-vendor
# ros-humble-ignition-math6-vendor
# ros-humble-qt-dotgraph
# ros-humble-qt-gui
# ros-humble-qt-gui-py-common
# ros-humble-resource-retriever
# ros-humble-rviz-rendering
# ros-humble-qt-gui-cpp
# ros-humble-example-interfaces
# ros-humble-map-msgs
# ros-humble-rqt-gui-cpp
# ros-humble-rqt-gui
# ros-humble-rqt-py-common
# ros-humble-rqt-gui-py
# ros-humble-rqt-topic
# ros-humble-rqt-plot
# ros-humble-rqt-console
# ros-humble-rqt-service-caller
# ros-humble-rqt-shell
# ros-humble-rqt-py-console
# ros-humble-rqt-publisher
# ros-humble-rqt-graph
# ros-humble-rqt-image-view
# ros-humble-rqt-msg
# ros-humble-rqt-reconfigure
# ros-humble-interactive-markers
# ros-humble-rviz-common
# ros-humble-rqt-bag
# ros-humble-rqt-action
# ros-humble-rqt-srv
# ros-humble-rqt-bag-plugins


# - ros2-controllers
Expand Down

2 comments on commit f9fcc18

@sonelu
Copy link
Author

@sonelu sonelu commented on f9fcc18 Aug 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was built on Raspberry Pi5 as the cross-build issued an error when building recipe ros-humble-rviz-rendering:

-- Generating done (0.0s)
-- Build files have been written to: $SRC_DIR/build
[1/33] Generating include/rviz_rendering/moc_render_window.cpp
FAILED: include/rviz_rendering/moc_render_window.cpp $SRC_DIR/build/include/rviz_rendering/moc_render_window.cpp
cd $SRC_DIR/build/include/rviz_rendering && $PREFIX/bin/moc @$SRC_DIR/build/include/rviz_rendering/moc_render_window.cpp_parameters
/bin/sh: 1: $PREFIX/bin/moc: Exec format error
ninja: build stopped: subcommand failed.

@Tobias-Fischer
Copy link
Contributor

@Tobias-Fischer Tobias-Fischer commented on f9fcc18 Aug 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that’s fine. We use a native build on the main branch (pull requests use cross compile)

Please sign in to comment.