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

From wikidb
Jump to: navigation, search
(Install ROS 2.0 on adams)
(Managing URDF Files)
(52 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 ==
  
=== download Linux ===
+
* [https://emanual.robotis.com/docs/en/platform/turtlebot3/overview/ Overview]
  
* Link from above
+
= Install Ubuntu on NUC Named adams =
* 22.04.4 LTS
+
** rw------- 1 eepp eepp 629882880 Apr 16 13:57  ubuntu-22.a5doQ9x1.04.4-desktop-amd64.iso.part
+
  
ERROR
+
* [[Turtlebot3 Waffle NUC Install ubuntu jammy 22.04 20240422]]
  eepp@sisters:~$ sudo apt-get install MultiWriter
+
* [[Turtlebot3 Waffle NUC Maintenance 20240617]]
      Reading package lists... Done
+
      Building dependency tree     
+
      Reading state information... Done
+
      E: Unable to locate package MultiWriter
+
  eepp@sisters:~$
+
  
<pre>
+
= Install ROS2 on NUC Named adams =
eepp@hood:~$ sudo apt install gnome-multi-writer
+
Reading package lists... Done
+
Building dependency tree     
+
Reading state information... Done
+
The following NEW packages will be installed:
+
  gnome-multi-writer
+
0 upgraded, 1 newly installed, 0 to remove and 594 not upgraded.
+
Need to get 135 kB of archives.
+
After this operation, 572 kB of additional disk space will be used.
+
Get:1 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 gnome-multi-writer amd64 3.32.1-1 [135 kB]
+
Fetched 135 kB in 1s (255 kB/s)           
+
Selecting previously unselected package gnome-multi-writer.
+
(Reading database ... 291963 files and directories currently installed.)
+
Preparing to unpack .../gnome-multi-writer_3.32.1-1_amd64.deb ...
+
Unpacking gnome-multi-writer (3.32.1-1) ...
+
Setting up gnome-multi-writer (3.32.1-1) ...
+
Processing triggers for mime-support (3.64ubuntu1) ...
+
Processing triggers for hicolor-icon-theme (0.17-2) ...
+
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
+
Processing triggers for libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.6) ...
+
Processing triggers for man-db (2.9.1-1) ...
+
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
+
eepp@hood:~$
+
</pre>
+
  
=== Copy to USB ===
+
* [[Turtlebot3 Waffle NUC Install ROS2 Humble 20240422]]
* gnome-multi-writer &
+
* [[Turtlebot3 Waffle NUC Humble Configure 20240426]]
 +
* [[Turtlebot3 Waffle NUC Humble Testing 20240520]]
 +
* TBD [[Image Backup]]
  
== On New NUC ==
+
= ROS 2 Build System =
  
=== Boot Ubuntu Installer ===
+
* [[ROS 2 Build System 20240524]]
  
* F10 on boot
+
= Managing URDF Files =
* Chose 4th time in the list with name xxx
+
  
=== Pick Ubuntu Install Options ===
+
* [[Turtlebot3 Waffle Nuc HW 20240623]]
 +
* [[Turtlebot3 URDF Editing 20240524]]
 +
* [[Turtlebot3 Waffle Nuc URDF 20240623]]
  
* Mostly defaults
+
= Power Management =
  
= Install ROS 2.0 on adams =
+
* [https://www.intel.com/content/www/us/en/support/articles/000007053/intel-nuc/intel-nuc-kits.html Power Adapter and Power Cord Specificiaton]
* SBC Setup
+
* [[NUC_D54250WYK]]
  
 +
= Bringup Goal =
  
* * [https://emanual.robotis.com/docs/en/platform/turtlebot3/sbc_setup/#sbc-setup
+
* [https://events.vtools.ieee.org/m/265434 TURTLEBOT3 BURGER BUILD 02 Build Introduction]
* 12. Install ROS2 Humble Hawksbill
+
  
 +
= Adams SW Installations =
  
* [https://docs.ros.org/en/humble/Installation/Ubuntu-Install-Debians.html Ubuntu Install Debians]
+
* [[Adams SW Installations]]
 
+
== Set Locales ==
+
 
+
eepp@adams:~/notes$ locale
+
LANG=en_US.UTF-8
+
LANGUAGE=
+
LC_CTYPE="en_US.UTF-8"
+
LC_NUMERIC="en_US.UTF-8"
+
LC_TIME="en_US.UTF-8"
+
LC_COLLATE="en_US.UTF-8"
+
LC_MONETARY="en_US.UTF-8"
+
LC_MESSAGES="en_US.UTF-8"
+
LC_PAPER="en_US.UTF-8"
+
LC_NAME="en_US.UTF-8"
+
LC_ADDRESS="en_US.UTF-8"
+
LC_TELEPHONE="en_US.UTF-8"
+
LC_MEASUREMENT="en_US.UTF-8"
+
LC_IDENTIFICATION="en_US.UTF-8"
+
LC_ALL=
+
eepp@adams:~/notes$
+

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