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

Agent TCP4 not responding to RMW stream or packet #198

Open
jondurrant opened this issue Jul 5, 2023 · 0 comments
Open

Agent TCP4 not responding to RMW stream or packet #198

jondurrant opened this issue Jul 5, 2023 · 0 comments

Comments

@jondurrant
Copy link

Issue template

  • Hardware description:
    Agent running on Ubuntu 22.04 x86)64
    Firmware on Raspberry PI Pico W
  • RTOS: FreeRTOS
  • Installation type: micro_ros_setup
  • Version or commit hash: Humble

Steps to reproduce the issue

Agent running in TCP4 mode:
$ ros2 run micro_ros_agent micro_ros_agent tcp4 -p 8000

Firmware is using LWIP Sockets under Freertos as a custom transport rmw (rmw_uros_set_custom_transport). Tested both stream and packet communication modes.

Expected behavior

Would expect some acknowledge package or activity from the Agent.

Actual behavior

Agent is listening on port 8000. It accepts the connection. Data is sent from the firmware to the Agent but no response from the agent.

Additional information

I've not managed to find any blogs or code examples using tcp4 comms on the Agent. Can I confirm that this does talk rmw and whether this should be stream or packet mode?

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

1 participant