-
Notifications
You must be signed in to change notification settings - Fork 14
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 me with the wheel and base_link connection issue when running the slam toolbox package. #28
Comments
Please launch bringup only. Check /scan and /imu/data hz in another terminal. |
bash install_linorobot2.bash mecanum ydlidar Make sure you use by-path device names. |
The problem still hasn't been resolved, and I'm facing the same issue when running Gazebo :( |
As you have the robot. Ignore Gazebo for now. Check /scan and /imu/data hz. |
Down/stop everything. Follow this wiki to bringup the robot. Do not launch other staff. Check the topics, echo, and find the hz rate. https://github.com/hippo5329/linorobot2_hardware/wiki#check-topics |
Which ROS2 distro do you use? Are you running VM? |
Do you see four wheel links in joint state topic? |
Post the log message of bringup launch. |
You should have give more details in your configuration. Are you running ROS2 VM on Windows laptop? You can not run VM on Windows to connect to ROS2 on rpi on robot. The RMW won't work without some discovery help such as discovery server. You can verify this issue by simple publisher/listener test to/from both sides. You should use VNC server or remote desktop on rpi. Run all the ROS2 tasks on rpi. |
Please check joint state msg as I asked. "Do you see four wheel links in joint state topic?" |
I think you hacked too much. You should revert to my original code. The topic should be
|
Okay, I'll try it again from the beginning with your rolling version. |
It is important to check all the topics, https://github.com/hippo5329/linorobot2_hardware/wiki#check-topics-1 |
My Mecanum robot model, with hardware including a Raspberry Pi 4, ESP32, YDLidar, MPU6050, and OV5647 camera. Everything is working fine, including the laser, MPU, and encoder. However, when I start creating a map using the slam_toolbox package, I encounter the problem as shown in the image. Specifically, the wheels lose connection with the base link.
The text was updated successfully, but these errors were encountered: