Writing /var/lib/dokuwiki/data/meta/tutorials/ubuntu_18.04.3_server_ros_dashing_rpi3b.meta failed
tutorials:ubuntu_18.04.3_server_ros_dashing_rpi3b
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| tutorials:ubuntu_18.04.3_server_ros_dashing_rpi3b [2020/01/30 01:12] – lyannicelliv | tutorials:ubuntu_18.04.3_server_ros_dashing_rpi3b [2022/09/20 00:08] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| First, is necessary to download Ubuntu 18.04.3 for arm64(aarch64) from official site [[http:// | First, is necessary to download Ubuntu 18.04.3 for arm64(aarch64) from official site [[http:// | ||
| + | |||
| + | |||
| + | |||
| + | ====ROS Dashing Installation==== | ||
| + | |||
| + | |||
| + | |||
| + | **Setup Locales** | ||
| + | |||
| + | <code bash> | ||
| + | sudo locale-gen en_US en_US.UTF-8 | ||
| + | |||
| + | sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 | ||
| + | |||
| + | export LANG=en_US.UTF-8 | ||
| + | </ | ||
| + | |||
| + | **Install some dependencies** | ||
| + | <code bash> | ||
| + | sudo apt update | ||
| + | |||
| + | sudo apt install curl gnupg2 lsb-releasecurl -s https:// | ||
| + | |||
| + | </ | ||
| + | |||
| + | **Install ROS Dashing** | ||
| + | <code bash> | ||
| + | sudo apt update | ||
| + | |||
| + | sudo apt install ros-dashing-ros-base | ||
| + | </ | ||
| + | |||
| + | ====Testing installation==== | ||
| + | |||
| + | In order to verify correct installation, | ||
| + | <code bash> | ||
| + | sudo apt install ros-dashing-demo-nodes-cpp ros-dashing-demo-nodes-py | ||
| + | |||
| + | source / | ||
| + | |||
| + | ros2 run demo_nodes_cpp talker | ||
| + | |||
| + | </ | ||
| + | |||
| + | With ctrl + alt + F2, switch terminal, login, then run the following commands: | ||
| + | |||
| + | <code bash> | ||
| + | |||
| + | source / | ||
| + | |||
| + | ros2 run demo_nodes_py listener | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | You can switch between terminals with ctrl + alt + F1 and ctrl + alt + F2. You should see a message sent by talker in terminal 1 and receive the same message at terminal 2. | ||
| + | |||
| + | |||
| + | |||
tutorials/ubuntu_18.04.3_server_ros_dashing_rpi3b.1580346775.txt.gz · Last modified: 2022/09/20 00:08 (external edit)