Jetson Nano can't communicate with Create 3 #307
Unanswered
jungseokhong
asked this question in
Questions
Replies: 1 comment 4 replies
-
The environment variable Can you try to use a more robust command to communicate with the robot:
An alternative option could be to use FastDDS rather than CycloneDDS. This should offer an easier experience out of the box.
Let me know if this helps! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Jetson Nano 4GB version to connect to create 3 via USB.
I've followed steps in https://iroboteducation.github.io/create3_docs/setup/jetson/.
Basically, using docker container to install ros 2.
In the step 4 (Set the default network interface by setting Cyclone DDS configuration),
I tried to
export CYCLONEDDS_URI='<CycloneDDS><Domain><General><NetworkInterfaceAddress>l4tbr0</NetworkInterfaceAddress></General></Domain></CycloneDDS>'
in docker container. (also tried to it in the jetson nano host. but it didn't work either)
ros2 topic list doesn't show me any create 3 topics lists.
Is there any suggestions that I can try?
I don't know how to check the connections between create 3 and jetson nano as well.
Beta Was this translation helpful? Give feedback.
All reactions