Difference between revisions of "Turtlebot3 Waffle NUC Humble NUC 20240422"

From wikidb
Jump to: navigation, search
(Install Ubuntu on NUC)
(Managing URDF Files)
(60 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Install Ubuntu on NUC =
+
= Primary References =
  
* New NUC11PAHi5
+
* [https://emanual.robotis.com/docs/en/platform/turtlebot3/quick-start/ TB3 eManual Quick Start] from Robotis
 +
** Set tab to "Humble"
 +
* [https://docs.ros.org/en/humble/index.html ROS 2 Humble Documentation]
  
* Linux 22.04
+
== Goal ==
  
* [https://ubuntu.com/core/docs/install-nuc Installing Ubuntu Core on a NUC]
+
The goal is to but as much of the intelligence on the robot as is reasonable. The PC and SBC (Single Board Computer) are combined in a NUC. The installation has been adjusted to accommodate.
  
* On Hood - NUC
+
== Turtlebot3 Overview ==
  
ERROR
+
* [https://emanual.robotis.com/docs/en/platform/turtlebot3/overview/ Overview]
  eepp@sisters:~$ sudo apt-get install MultiWriter
+
      Reading package lists... Done
+
      Building dependency tree     
+
      Reading state information... Done
+
      E: Unable to locate package MultiWriter
+
  eepp@sisters:~$
+
  
<pre>
+
= Install Ubuntu on NUC Named adams =
eepp@hood:~$ sudo apt install gnome-multi-writer
+
 
Reading package lists... Done
+
* [[Turtlebot3 Waffle NUC Install ubuntu jammy 22.04 20240422]]
Building dependency tree     
+
* [[Turtlebot3 Waffle NUC Maintenance 20240617]]
Reading state information... Done
+
 
The following NEW packages will be installed:
+
= Install ROS2 on NUC Named adams =
  gnome-multi-writer
+
 
0 upgraded, 1 newly installed, 0 to remove and 594 not upgraded.
+
* [[Turtlebot3 Waffle NUC Install ROS2 Humble 20240422]]
Need to get 135 kB of archives.
+
* [[Turtlebot3 Waffle NUC Humble Configure 20240426]]
After this operation, 572 kB of additional disk space will be used.
+
* [[Turtlebot3 Waffle NUC Humble Testing 20240520]]
Get:1 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 gnome-multi-writer amd64 3.32.1-1 [135 kB]
+
* TBD [[Image Backup]]
Fetched 135 kB in 1s (255 kB/s)           
+
 
Selecting previously unselected package gnome-multi-writer.
+
= ROS 2 Build System =
(Reading database ... 291963 files and directories currently installed.)
+
 
Preparing to unpack .../gnome-multi-writer_3.32.1-1_amd64.deb ...
+
* [[ROS 2 Build System 20240524]]
Unpacking gnome-multi-writer (3.32.1-1) ...
+
 
Setting up gnome-multi-writer (3.32.1-1) ...
+
= Managing URDF Files =
Processing triggers for mime-support (3.64ubuntu1) ...
+
 
Processing triggers for hicolor-icon-theme (0.17-2) ...
+
* [[Turtlebot3 Waffle Nuc HW 20240623]]
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
+
* [[Turtlebot3 URDF Editing 20240524]]
Processing triggers for libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.6) ...
+
* [[Turtlebot3 Waffle Nuc URDF 20240623]]
Processing triggers for man-db (2.9.1-1) ...
+
 
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
+
= Power Management =
eepp@hood:~$
+
 
</pre>
+
* [https://www.intel.com/content/www/us/en/support/articles/000007053/intel-nuc/intel-nuc-kits.html Power Adapter and Power Cord Specificiaton]
 +
* [[NUC_D54250WYK]]
 +
 
 +
= Bringup Goal =
 +
 
 +
* [https://events.vtools.ieee.org/m/265434 TURTLEBOT3 BURGER BUILD 02 Build Introduction]
 +
 
 +
= Adams SW Installations =
 +
 
 +
* [[Adams SW Installations]]

Revision as of 20:37, 27 June 2024

Primary References

Goal

The goal is to but as much of the intelligence on the robot as is reasonable. The PC and SBC (Single Board Computer) are combined in a NUC. The installation has been adjusted to accommodate.

Turtlebot3 Overview

Install Ubuntu on NUC Named adams

Install ROS2 on NUC Named adams

ROS 2 Build System

Managing URDF Files

Power Management

Bringup Goal

Adams SW Installations