Replies: 1 comment
-
I don't know enough about DDS layer internals to know where to look for communication ports / network traffic, but you have some control over the DDS layer through config files. There is some documentation about config files here: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was able to get My Jetson AGX Orin to connect to the IRobot create3 and execute ROS2 commands.
But I notice that the AGX Orin seems to be sending the commands to the IRobot create3 over WIFI.
I noticed this because with the cable disconnected from the Jetson AGX Orin to the IRobot create3 the IRobot create3 is still able to execute commands sent from the Jetson AGX Orin.
Also the LOG file shows the USB connection from the Jetson AGX Orin to the IRobot create3 is connected when the cable is plugged in and shows the connection is broken when the cable is unplugged.
My question is how or were do I look to see how the Jetson AGX Orin has decided what communication protocol ROS2 uses to talk to the IRobot create3
Beta Was this translation helpful? Give feedback.
All reactions