You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ros2 run micro_ros_setup configure_firmware.sh test_app -t serial
ros2 run micro_ros_setup build_firmware.sh
ros2 run micro_ros_setup flash_firmware.sh
source install/local_setup.bash
ros2 run micro_ros_agent micro_ros_agent serial --dev /dev/ttyACM0 -v 6
Expected behavior
I expect to create 2 tasks on esp32 that will independently send messages to different topics
ros2 run micro_ros_setup configure_firmware.sh test_app -t serial
ros2 run micro_ros_setup build_firmware.sh
ros2 run micro_ros_setup flash_firmware.sh
source install/local_setup.bash
ros2 run micro_ros_agent micro_ros_agent serial --dev /dev/ttyACM0 -v 6
Issue template
Steps to reproduce the issue
app-colcon.meta:
main.c:
Expected behavior
I expect to create 2 tasks on esp32 that will independently send messages to different topics
Actual behavior
the agent sends me this message non-stop:
and messages in topics are constantly = 0
Additional information
Examples from the microros_ws/firmware/freertos_apps/apps/ folder run without problems
The text was updated successfully, but these errors were encountered: