Question About my Pi5 Setup for Create3 #544
Closed
slowrunner
started this conversation in
Ideas
Replies: 1 comment
-
Thanks @slowrunner |
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
-
@alain-lnpcrd asked about my Pi5 configuration for running with Create3 #472 (comment)
Like I told you there - I FIRMLY do not believe anyone should try to follow my path. If you have a specific question about something you think might be useful, I'll consider it.
My robot controller is indeed running the Raspberry Pi OS Bookworm Desktop (which does not have ROS support),
and follows a basic Raspberry Pi / Linux pattern of using crontab and systemd to start things:
Crontab at boot starts my "life logger"
And systemd starts services:
and starts:
The start_docker_detached_r2hdp.sh script actually starts Docker:
which runs the start_wali.sh script:
NOTE: THIS IS NOT GOOD ROS PRACTICE - Wali should be a lifecycle node with a launch file, but I don't know how to do that, so for the time being I just run most nodes in the background, and run the wali_node in foreground so the Docker container won't quit.
I am not going to help you install "Wali" on your Pi5 - ain't going to happen.
You mentioned you are over 70, feeling pressure of advancing age, and the concept of elder care robots. I have a lot of thoughts on these topics, but since this forum is about the Create3 - projects and problems, I will simply tell you that I am also over 70 and have no delusions that I am capable of writing any software for the Create3 robot that will perform any function useful to me (or my wife). (The only slightly useful function of my other 24/7 robot, Carl, is responding to "Hey Carl, weather?" which I certainly did not NEED to build a robot to accomplish.
Beta Was this translation helpful? Give feedback.
All reactions