micro-ROS / micro-ROS/micro-ROS-Agent
Agent stops relaying service response messages to DDS
Abierto
@Acuadros95 ya está trabajando en esto.
Desde el 6/7/2023.
- Lenguaje dominante
- C++
- Estrellas
- 201
- Forks
- 111
- Merge medio
- 1 d 6 h
- PR fusionados (30 d)
- 10
Descripción
After some amount of time the Agent can get itself into a state where it provides services, allows them to be called, forwards the messages onto to downstream micro but does not bridge the response back to the DDS
To Reproduce
Steps to reproduce the behaviour:
- Run agent
ros2 run micro_ros_agent micro_ros_agent serial --dev /dev/ttyACM0 -v6 - Connect an MCU which provides a service
- Run a node on the device which hosts the agent which calls the service in a tight loop
- You will continue to see [==>> SER <<==] messages in the agent and logs in the MCU that the service call has been requested but no more [** <> **] agent messages
- ros2 cli service calls will also hang from this point onwards
- Restarting the agent gets everything back to normal
Expected behaviour
Agent should always bridge mcu to DDS and never need restarting
System information (please complete the following information):
- OS: Debian 11
- ROS 2 Humble and Iron
- Version 4.0.3 on iron branch
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.
Evaluación
Este issue todavía no se ha evaluado.