turtlebot3-burger_150.png
turtlebot3-waffle-pi_150.png
turtlebot3-arm_150.png
walking-y2_150.png
turbot3-multi_150.png
turbot3-dl-ros1_150.png
turbot3-ai.png
turbot3-dl-ros2_150.png
turbot3-slam_150.png
turbot3-arm_150.png
turtlebot4-lite_150.png
turtlebot4-pro_150.png
turbot4-dl_150.png
turbot4-ai_150.png
aidriving-racebot_150.png
aidriving-autodrive_150.png
turtlebot-arm_150.png
openmanipulator-x_150.png
Home » TX2入门教程软件篇 » TX2入门教程软件篇-安装Jupyter-ROS

TX2入门教程软件篇-安装Jupyter-ROS

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号

TX2入门教程软件篇-安装Jupyter-ROS

说明:

  • 介绍如何在TX2安装Jupyter-ROS
  • 测试环境:jetpack3.3

pip3安装:

pip install bqplot pyyaml ipywidgets --user
jupyter nbextension enable --py widgetsnbextension
  • 安装jupyros
pip install jupyros --user
jupyter nbextension enable --py jupyros
jupyter labextension install jupyter-ros
  • 如果出现不能安装,可能pip安装默认nodejs版本太低,需要升级nodejs为最新版本

源码安装:

  • 安装
git clone https://github.com/wolfv/jupyter-ros.git
cd jupyter-ros
pip install -e .
jupyter nbextension install --py --symlink --sys-prefix jupyros
jupyter nbextension enable --py --sys-prefix jupyros

测试:

  • 设置密码
$ jupyter notebook password 
/home/ubuntu/.local/lib/python3.5/site-packages/notebook/services/kernels/kernelmanager.py:19: VisibleDeprecationWarning: zmq.eventloop.minitornado is deprecated in pyzmq 14.0 and will be removed.
Install tornado itself to use zmq with the tornado IOLoop.

from jupyter_client.session import Session
Enter password: 
Verify password: 
[NotebookPasswordApp] Wrote hashed password to /home/ubuntu/.jupyter/jupyter_notebook_config.json
  • 启动:
$ jupyter-lab
  • 访问:
http://localhost:8888

参考:

纠错,疑问,交流: 请进入讨论区请点击进入页面,扫码加入微信群或Q群进行交流

获取最新文章: 扫一扫加入“创客智造”公众号


标签: tx2入门教程软件篇