micro-ROS / micro-ROS/micro_ros_espidf_component
Is it feasible to select interfaces (UART/UDP) dynamically at runtime during the initialization phase?
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- C
- Estrellas
- 419
- Forks
- 124
- Merge medio
- 21 h 35 min
- PR fusionados (30 d)
- 3
Descripción
- Hardware description: ESP32-S3
- RTOS: FreeRTOS
- Installation type: micro_ros_espidf_component
- Version or commit hash: iron
Hi
I want to release a single binary file for different products and then select the communication interface through different configuration parameters (stored in Flash).
However, it seems that macro definitions like **RMW_UXRCE_TRANSPORT_UDP** or **RMW_UXRCE_TRANSPORT_CUSTOM** are used in many places, which are determined at compile time.
Can I treat UDP as a custom transport and then handle it by **rmw_uros_set_custom_transport**?
Thanks.
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Start by tracing the initialization path in the micro_ros_espidf_component and the uses of RMW_UXRCE_TRANSPORT_UDP and RMW_UXRCE_TRANSPORT_CUSTOM. Compare the runtime configuration goal with rmw_uros_set_custom_transport and the Flash-stored parameters. Done means establishing whether UART/UDP selection can be made at initialization time and identifying the compile-time constraints.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- c
- Área
- embedded-iot, networking
- Tipo de issue
- Nueva funcionalidad
- Dificultad
- 5/5
- Tiempo estimado
- Más de una semana
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100