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 » Nano入门教程软件篇 » Nano入门教程软件篇-安装AI学习库ROS接口ros_deep_learning

Nano入门教程软件篇-安装AI学习库ROS接口ros_deep_learning

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

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

Nano入门教程软件篇-安装AI学习库ROS接口ros_deep_learning

说明:

  • 介绍如何在nano上安装AI学习库ROS接口ros_deep_learning

步骤:

$ cd ~/catkin_ws/src
$ git clone https://github.com/dusty-nv/ros_deep_learning
$ cd ../
$ catkin_make

imageNet测试:

  • 新窗口,启动roscore
roscore
  • 新窗口,发布图片话题
$ rosrun image_publisher image_publisher __name:=image_publisher ~/jetson-inference/data/images/orange_0.jpg
  • 新窗口,启动识别
$ source ~/catkin_ws/devel/setup.bash
$ rosrun ros_deep_learning imagenet /imagenet/image_in:=/image_publisher/image_raw _model_name:=googlenet
  • 新窗口,结果显示
$ rostopic echo /imagenet/classification

detectNet测试:

  • 关闭上面所有窗口

  • 新窗口,启动roscore

roscore
  • 新窗口,发布图片话题
$ rosrun image_publisher image_publisher __name:=image_publisher ~/jetson-inference/data/images/peds-004.jpg
  • 新窗口,启动识别
$ rosrun ros_deep_learning detectnet /detectnet/image_in:=/image_publisher/image_raw _model_name:=pednet
  • 查看结果:
$ rostopic echo /detectnet/detections

参考:

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

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


标签: nano入门教程软件篇