-
Notifications
You must be signed in to change notification settings - Fork 47
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
Help on first steps with real robot #274
Comments
oh, oh, maybe Ubuntu on VMvirtualbox machine can connect properly with SBC, now I can use teleop_twist_keyboard to control two motors. but, maybe I have some problem, more detail:
and when I run command to open slam package and no Rviz or any GUI is show up... @francocipollone hii... hope you have a nice trip.... do you know that problem? help me pls 🥇 |
Hey there @thanhtruongphan , thanks for your interest. Let's try to understand the context, identify the issue, and then narrow down the problem that you might be facing.
|
hi @francocipollone very happy and thank for your reply. and have a nice day. 🥇 now, I have problem with work between SBC-computer and ubuntu laptop. Both is Ubuntu 22.04 and ROS2 humble like the instructions in README.md file, of course Ubuntu mate on Raspi4. The issue is I can't use the "discovery" feature https://docs.ros.org/en/rolling/Installation/Alternatives/Ubuntu-Development-Setup.html#try-some-examples I tried https://docs.ros.org/en/humble/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.html#the-ros-domain-id-variable but it doesn't work. I can't listen on SBC from Ubuntu laptop or listen on Ubuntu laptop from SBC. So, I when I run Rviz on Ubuntu laptop, it doesn't show up anything. (I installed Ubuntu dual boot with Windows11 and of course use both Ubuntu on one Wifi) Have you ever saw that problem? I've reinstalled Ubuntu mate on my SBC and hope it work... 🥲 |
Run a "talker" node in your laptop and and Verify that you are not using any ROS_LOCALHOST or ROS_DOMAIN_ID env var on both computers. Later on, if you want to isolate the robot in a particular ROS_DOMAIN_ID you can do it. However if it is your first time doing so in ROS 2 start easy. If everything is ok and still not working you can see if your router is actually causing some issue. So try using another network: The easiest way is to use your smartphone to set up a wifi network real quick and connect laptop and sbc to that wifi network and see what happens. |
This comment was marked as resolved.
This comment was marked as resolved.
yeah... the problem has been solved by using Wifi share by smartphone. Thank you so much~ 💯 |
sorry, i'm new to ubuntu and ROS2. can i ask a question? can i use this project on Jetson nano devkit (B01)? -thanks- |
That issue that was shown in the resolved comment seems something with the camera, were you able to solve it? Do you have a camera installed?
You definitely can, I haven't tried this there but it should be fully compatible code-wise, you might need to make some changes at some point I imagine. However if you go that path it would be great to come back and mention how your experience with Jetson nano was when using it in a Andino. |
HI @francocipollone, I'm new to Jetson. I wonder if Jetson can install ROS2-humble to do andino? Since I need to do some image processing, so maybe I need Ubuntu with JetPack to install on my Jetson nano Dev kit (B01). It seems that the latest version for my kit, with Jetpack support is Ubuntu lower than 22.04 (I don't sure)... so I would ask you for some advice. 🥲 -thank you- |
I've set up all firmware both on SBC and dev-PC, 👋
I could run gazebo with teleop-twist-keyboard successfully,
but the Real-robot doesn't work...
I don't know how to do...
Can anyone help me, pls...
Thank you so much and have a nice day!! 🥹
The text was updated successfully, but these errors were encountered: