Rhys Mainwaring

Results 78 issues of Rhys Mainwaring

This draft PR adds a Gazebo model for @IamPete1's OmniCopter ![omnicopter_2](https://user-images.githubusercontent.com/24916364/146563555-57b4afc7-dec5-4720-9446-d1dafb82aeca.png) ![omnicopter_1_viz](https://user-images.githubusercontent.com/24916364/146563631-592c6459-d72c-45a7-86c6-09da64a96e22.png) ## Usage Gazebo and the plugins should be installed as per the [ardupilot_gazebo wiki instructions](https://github.com/ArduPilot/ardupilot_gazebo/wiki). #### Run Gazebo...

enhancement

## Desired behaviour Add a mechanism for external projects to extend the render engine interface and implementation. The present render engine plugin mechanism allows external projects to add custom render...

enhancement

## Environment * OS Version: macOS Big Sur 11.6.2 * Source build, main branch, commit ff16689f * If this is a GUI or sensor rendering bug, describe your GPU and...

bug
help wanted

Add minimal GHA workflow to run on Ubuntu latest that does a build and test using the CMake build (#73).

Update `EntityKind::DOMAIN` to `EntityKind::DOMAIN_ENTITY` to avoid conflict with System V macro of the same name. ### Dependencies - https://github.com/eProsima/Fast-DDS-statistics-backend/pull/195 ### Motivation With this PR and - https://github.com/eProsima/dev-utils/pull/81 Fast DDS monitor...

## Desired behavior To have `ign-rviz` working on macOS using the Metal graphics API. ## Alternatives considered Use the OpenGL graphics API available in ogre and ogre2.1. Or use the...

enhancement

# 🎉 New feature ## Summary Add an overloaded Request method to the class Node that accepts references to abstract request and response types, specifically the type `google::protobuf::Message`. The addition...

🌱 garden

**Note**: this PR has been reworked to incorporate https://github.com/ArduPilot/ardupilot/pull/25228 - Remove the unused TFMessage variable `tx_dynamic_transforms_topic`. - Add best effort streams - should not mix reliable and best effort stream...

NeedRework
ROS

This PR updates the SDF `` element in collision mode to allow its children ``, ``, ``, ``, `` to be optional in line with [SDF 1.6](http://sdformat.org/spec?elem=collision&ver=1.6)

This PR adds support for SDF plugins that contain repeated elements (#139) Repeated elements are specified by assigning a list to a tag in a dictionary of plugin arguments. For...