Open yuzhenning opened 6 years ago
查看Ssh状态:
$ sudo service ssh status
显示: ssh: unrecognized service
ssh还没有安装, 安装命令如下:
$ sudo apt-get install openssh-server
TIPS:
$ rosdep update
$ sudo apt autoremove
Ubuntu 14.04 Trusty -> ROS indigo http://wiki.ros.org/indigo/Installation/Ubuntu https://www.ncnynl.com/archives/201608/497.html
Ubuntu 16.04.6 LTS (Xenial Xerus) -> ROS Kinetic - Kame Xenial EOL http://wiki.ros.org/kinetic/Installation/Ubuntu https://www.ncnynl.com/archives/201801/2273.html
Ubuntu 18.04 Bionic -> ROS Melodic http://wiki.ros.org/melodic/Installation/Ubuntu https://www.ncnynl.com/archives/201906/3147.html
step 1 : Configure your Ubuntu repositories
Configure your Ubuntu repositories to allow "restricted," "universe," and "multiverse." You can follow the Ubuntu guide for instructions on doing this.
step 2 : Setup your sources.list
$ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
step 3 : Set up your keys
Worldwide:
$ sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
China local
sudo sh -c '. /etc/lsb-release && echo "deb http://mirrors.ustc.edu.cn/ros/ubuntu/ $DISTRIB_CODENAME main" > /etc/apt/sources.list.d/ros-latest.list'
update:
sudo apt-get update
check document /var/lib/apt/lists
if update terminated, you try clean lists file
If error appeared: xxxxx not-working-not-found-ip-194-19-194-51-80 try following command:
sudo apt-get purge ".*:arm64"
sudo dpkg --remove-architecture arm64
step 4 :Installation
sudo apt-get install ros-kinetic-desktop-full
if command $roscore not working , and appeared following message: display: The program 'roscore' is currently not installed. You can install it by typing:
sudo apt install python-roslaunch
It is because of the environment didnot set property , try following;
echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
source ~/.bashrc
step 5: Initialize rosdep
sudo rosdep init
rosdep update
step 6: Environment setup
$ echo "source /opt/ros/kinetic/setup.bash" >> ~/.bashrc
$ source ~/.bashrc
step 7: Dependencies for building packages
$ sudo apt install python-rosinstall python-rosinstall-generator python-wstool build-essential
http://wiki.ros.org/turtlebot/Tutorials/indigo/PC%20Installation
$ sudo apt-get install ros-indigo-turtlebot ros-indigo-turtlebot-apps ros-indigo-turtlebot-interactions ros-indigo-turtlebot-simulator ros-indigo-kobuki-ftdi ros-indigo-rocon-remocon ros-indigo-rocon-qt-library ros-indigo-ar-track-alvar-msgs
• The rocon (robots in concert) software is used for multirobot applications. • The alvar software is used to track markers guiding a robot.
$ sudo apt-get install ros-kinetic-turtlebot ros-kinetic-turtlebot-apps ros-kinetic-turtlebot-interactions ros-kinetic-turtlebot-simulator ros-kinetic-kobuki-ftdi
$ sudo apt-get install ros-kinetic-rocon-remocon ros-kinetic-rocon-qt-library ros-kinetic-ar-track-alvar-msgs
The latest officially supported release is kinetic http://wiki.ros.org/kobuki/Tutorials
http://wiki.ros.org/kobuki/Tutorials/Installation install kobuki
$sudo apt-get install ros-kinetic-kobuki ros-kinetic-kobuki-core
type the following command:
$ rospack list | grep turtlebot
To see the packages that apply to the base, type the following command:
$ rospack list | grep kobuki
The other software can be viewed in a similar way.
$roslaunch turtlebot_gazebo turtlebot_world.launch
$ nmcli dev show
Check Ubuntu System and Software Edition
Check Ubuntu version and core version:
TX jetson commands: 查看Jetson TX2 L4T版本
查看TensorRT的版本
查看系统版本
查看系统l内核:
查看内存:
查看CPU
查看硬盘空间
查看cuda版本
查看cudnn版本
查看opencv版本
查看python版本
查看python3版本