前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >ros rviz 滴滴数据可视化

ros rviz 滴滴数据可视化

作者头像
用户1908973
发布2018-07-24 17:08:06
1.3K0
发布2018-07-24 17:08:06
举报
文章被收录于专栏:CreateAMindCreateAMind

aws 云服务器远程桌面登录方法:

https://aws.amazon.com/cn/premiumsupport/knowledge-center/connect-to-linux-desktop-from-windows/

已经安装好,上面链接关注16-18部

  1. On Windows, open the Remote Desktop Connection client, paste the fully qualified name of your Amazon EC2 instance for the Computer, and then click Connect.
  2. When prompted to Login to xrdp, ensure that the sesman-Xvnc module is selected, and enter the username ubuntu with the new password that you created in step 7. When you start a session, the port number is -1. 第一次端口默认-1
  3. When the system connects, several status messages are displayed on the Connection Log screen. Pay close attention to these status messages and make note of the VNC port number displayed. If you want to return to a session later, specify this number in the portfield of the xrdp login dialog box.

后续登录记住自己之前的端口,连接之前的端口即可

cuda install :

https://developer.nvidia.com/cuda-downloads

http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1404/x86_64/cuda-repo-ubuntu1404_8.0.61-1_amd64.deb

https://github.com/jokla/didi_challenge_ros安装说明:readme中说的ros安装配置可以参考下面:

首先是:ros 安装和配置 :

ref:

http://blog.csdn.net/bobsweetie/article/details/43638761 简明参考

http://blog.csdn.net/bobsweetie/article/details/43638767

官方中文文档参考:

http://wiki.ros.org/cn/indigo/Installation/Ubuntu

http://wiki.ros.org/cn/ROS/Tutorials/InstallingandConfiguringROSEnvironment

下载滴滴数据https://pan.baidu.com/s/1dEJj7vr

然后参考 https://github.com/jokla/didi_challenge_ros 的readme进行配置即可。

  • Go in the src folder of your catkin workspace in catkin_ws/src via terminal
  • Clone the repository typing: $ git clone https://github.com/jokla/didi_challenge_ros.git
  • Go in your catkin_ws and do catkin_make: $ cd ~/catkin_ws $ catkin_make
  • Now source the setup.bash; $ source ~/catkin_ws/devel/setup.bash
  • Check if ROS is able to find the package: $ roscd didi_challenge_ros

Visualize Lidar, camera and Laser using RViz:

Launch display_rosbag_rviz.launch setting the path to the rosbag file you want to use:

$ roslaunch didi_challenge_ros display_rosbag_rviz.launch rosbag_file:=CHANGE_WITH_PATH/approach_1.bag

虚拟机配置远程桌面图像显示异常无法正常运行,本地物理机Ubuntu系统安装ROS跑rviz ok。

pcl库安装验证:

http://pointclouds.org/downloads/linux.html

cloud_viewer run 验证:

https://github.com/PointCloudLibrary/pcl 文件:

pcl/doc/tutorials/content/sources/cloud_viewer; cmake; make;

ref: http://www.linuxdiyf.com/linux/24123.html

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2017-04-04,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 CreateAMind 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • Visualize Lidar, camera and Laser using RViz:
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档