-
Notifications
You must be signed in to change notification settings - Fork 310
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
Joint State Broadcaster fails to configure on Raspberry Pi 5 #1905
Comments
Quick note, those 3 errors all occurred on separate runs; they did not occur together. The bug that happens seems to be random. |
Hello @louietouie This seems to be an ABI issue. Can you please update all the packages on Raspi to their latest version? Thank you! |
Thanks for the help @saikishor. Updated all packages with the 5 commands... sudo apt update/sudo apt upgrade/sudo apt full-upgrade/sudo apt autoremove/sudo reboot. Unfortunately still having issues, the only other thing I can think that is unique to my situation is that I have a RS485 CAN shield on the RPi5. After running a few more times, I am seeing the error
|
Hello @louietouie! Can you try setting the parameter I would like to know if you have a real-time kernel on your Raspi setup or not? Thank you! |
I haven't heard of a real-time kernel, but if it is what is described in the jazzy docs, I have not set that up. |
Awesome. Don't worry. Good to hear that this is fixed. We are trying to make the lock_memory default for the kernels with realtime-patches (#1896). I'll go ahead and close the issue for now. Thank you! |
Description
When running demos like example 10, the rrbot.launch.py launch file fails when running as instructed. The failures are occurring on a Raspberry Pi 5 with Jazzy (ros-jazzy-ros-base, ros-jazzy-ros2-control, ros-jazzy-ros2-controllers, ros-jazzy-xacro)
Reproduce
Expected behavior
Runs normally
Environment (please complete the following information):
Errors
Also of note, when doing ctrl-c, I often get the error...
Additional context
I also made it a stack overflow question, but moved it to this when I realized that it wasn't only happening on my code, but on official examples too.
The text was updated successfully, but these errors were encountered: