I have been trying to implement the micro-ros in the i.MX93 (it has an m33 core mcu).

Abierto
#803 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
20/100
Tipo de issue
Error
Claridad
Necesita aclaración
Estado de actividad
Estancado
Stack tecnológico
c

Línea de trabajo

Comience con los archivos adjuntos uros_transport.c, hello_world.c y timer.c, siguiendo la llamada a rclc_executor_spin_some() y los valores de clock_gettime() en el núcleo M33 del i.MX93. Compare la ruta del executor con la ruta de rcl_publish() que funciona manualmente. Se considera completado cuando se haya identificado la causa de que el executor no funcione y se haya documentado si el origen del reloj o la configuración de la biblioteca estática es responsable.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

I have been trying to implement the micro-ros in the i.MX93 (it has an m33 core mcu).
What's already done:

  1. Created a static library and linked to the mcuxpresso ide.
  2. Implemented a custom transport function.
  3. The setup has connected with the micro-ros agent, node and topic published.
    But...
    The rclc_executor_spin_some() is not working, i have tried multiple ways to invoke this but still can't figure out. My assumption reagarding the issue is that the time i am providing to the clock_gettime().
    I have debugged the time functions of the mcu and getting the ticks values properly. But still the executor() is not working.

When the rcl_publish() is manually invoked the data is publishing to the topic.

How can i debug this issue. Will there be any issue with the static library that i have made first? if that's the case will this much steps work with the current setup?

How should i feed the time to the clock_gettime() ? if this ticks converted to sec and nsec not enough?
I have attached the files with this post, ROS Experts please help me.
Thank you.

uros_transport.c
hello_world.c
timer.c

Originally posted by @Anandhu-Sudha in https://github.com/micro-ROS/micro_ros_setup/discussions/802

Lenguaje dominante
Shell
Estrellas
509
Forks
183
Merge medio
22 h 26 min
PR fusionados (30 d)
7

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de micro-ROS/micro_ros_setup

Todos los issues de micro-ROS/micro_ros_setup

Issues similares

Más issues de Shell/Bash

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.