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

error: field 'platform' has incomplete type #713

Open
caesar-ROS opened this issue Jul 29, 2024 · 1 comment
Open

error: field 'platform' has incomplete type #713

caesar-ROS opened this issue Jul 29, 2024 · 1 comment

Comments

@caesar-ROS
Copy link

caesar-ROS commented Jul 29, 2024

Issue template

  • Hardware description: STM32F722ZET6U
  • RTOS: FreeRTOS
  • Installation type: custom ROS message
  • Version or commit hash: Humble

Steps to reproduce the issue

I'm a beginner doing tutorials on the "micro.ros.org " site.
Among them, an error occurs during the "How to include a custom ROS message in micro-ROS" process and asks questions.
An error occurs while building micro-ROS workspace, and it does not work.
I'd appreciate your help.

Actual behavior

The error contents are as follows.

firmware/mcu_ws/eProsima/Micro-XRCE-DDS-Client/include/uxr/client/profile/transport/serial/serial_transport.h:39:30: error: field 'platform' has incomplete type
struct uxrSerialPlatform platform;
^~~~~~~~

Additional information

I attach the details as a picture.

1
2
3
4
5
7
8
9
10
11

@meetgandhi-dev
Copy link

It seems the issue you're encountering is likely related to the transport configuration rather than the custom message. Could you share what type of transport you’re using when running the configure_firmware.sh command?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants