Replies: 5 comments 9 replies
-
It would be cool to see a version of the cargo bay with a cooling fan! The STEP file for the Cargo Bay is available as part of the model here. From there you can modify and print yourself if you have a printer or send it to a 3D printing service (e.g. https://craftcloud3d.com/). I'd love to see how it turns out! |
Beta Was this translation helpful? Give feedback.
-
We're hoping to have replacement faceplates and payload bays available for sale, soon. |
Beta Was this translation helpful? Give feedback.
-
It appears that the CPU load from processes running on the RPI4 for streaming video from the oak d lite to my desktop are a significant contributor for heating up the RPI4. While running create3_lidar and turtlebot4_navigation, the RPI4 is running at a comfortable between 51C - 56C. Here's the bash script I use to test. init_bot(){ ~/depthai-python/examples/ColorCamera/rgb_preview.py &sleep 20 robot_mission() { init_bot numrun=15; while [ $numrun -gt 0 ] ; source ./unset_botdone If you are curious about my goto* scripts.. here's an example: :::::::::::::: |
Beta Was this translation helpful? Give feedback.
-
I am handeling the heat by installing the Rpi on top of the create 3, sort of like the turtebot setup. |
Beta Was this translation helpful? Give feedback.
-
Ahh.. yeah. I bet if you check the RPI it's running out of memory.
The 8GB RPI4 I have installed I bought before the shortage. You do not
want to run RVIZ on the RPI. You want to use a remote ROS2 Node for
that. I have a linux ROS2 desktop mode running for visualization.
So I have three ROS2 Nodes running with my Create3 project. The
Create3, RPI4, and my Linux Desktop.
My RPI4 also boots off and uses a m.2 SSD attached to one of the USB3
ports.
…On Mon, 2022-11-07 at 02:49 -0800, ooijenvangilbert wrote:
i have a stereo point cloud example running as well, it's more that
it is very laggy that hinders me than heat dissipated from the RPI.
At the moment it's running on a 4b+ with only 2 gb of memory, I could
test it with a 4b+ and 8 gb but first will see if I can optimize the
code
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had my Create3 w/RPI4 running ROS navigation missions in my house all morning long running a loop, iniitpose, undock, go to waypoint 1 while panting like a dog, arrive at waypoint and bark, sleep for 5 minutes, pant while navigating to waypoint 2, bark when arrive at waypoint, sleep for 5 minutes, navigate to waypoint 3, do the same... sleep for 5 minutes, go home (my work room), pant for a bit, dock, sleep for 15 minutes, and do the same thing over in a loop. I had the loop set for 24.
Well it ran 12 times and then failed due to CPU Temp reaching 84c. I have the RPI 4 mounted inside a FLIRC case. The FLIRC acts as one big heatsink. The problem is the heat is contained in the cargo area of the bot. I think a good fix will be a 3D printed cargo bay with a muffin fan mount. I will try the mission again, this time I'll disable the DepthAI process and run with just LIDAR.
Better yet, can iRobot mail me a Cargo Bay (The slider bay) ? I can cut out a hole for two muffin fans and try that.
Beta Was this translation helpful? Give feedback.
All reactions