当前位置: 首页 > news >正文

网站开发公司报价单模板口碑seo推广公司

网站开发公司报价单模板,口碑seo推广公司,wordpress函数文件,做网站教程和维护网站0.前置 机器人持续学习基准LIBERO系列1——基本介绍与安装测试机器人持续学习基准LIBERO系列2——路径与基准基本信息机器人持续学习基准LIBERO系列3——相机画面可视化及单步移动更新机器人持续学习基准LIBERO系列4——robosuite最基本demo机器人持续学习基准LIBERO系列5——…

0.前置

  • 机器人持续学习基准LIBERO系列1——基本介绍与安装测试
  • 机器人持续学习基准LIBERO系列2——路径与基准基本信息
  • 机器人持续学习基准LIBERO系列3——相机画面可视化及单步移动更新
  • 机器人持续学习基准LIBERO系列4——robosuite最基本demo
  • 机器人持续学习基准LIBERO系列5——获取显示深度图
  • 机器人持续学习基准LIBERO系列6——获取并显示实际深度图

1.前置代码

  • 机器人持续学习基准LIBERO系列6——获取并显示实际深度图

2.重新获取真实深度信息

  • 之前的由于要显示,进行了整数化处理,所以重新获取一下原始真实深度信息
from robosuite.utils.camera_utils import get_real_depth_map
agentview_depth_real = get_real_depth_map(env.sim, agentview_depth)

3.获取图像尺寸

h,w = env_args['camera_heights'],  env_args['camera_widths']

4.创建像素点序列和颜色序列

i = np.zeros([h*w,2])#(点数,像素点二维坐标)
colors = np.zeros([h*w,3])#(点数,像素点对应的RGB值)
for x in range(h):for y in range(w):i[x*h+y] = [x,y]colors[x*h+y] = agentview_image[x,y]

5.获取相机内外参

  • robosuite官方文档有对应函数get_camera_intrinsic_matrix,get_camera_extrinsic_matrix
from robosuite.utils.camera_utils import get_camera_extrinsic_matrix,get_camera_intrinsic_matrixcamera_intrinsic_matrix_ = np.linalg.inv(get_camera_intrinsic_matrix(env.sim,'agentview', env_args['camera_heights'],  env_args['camera_widths']))
camera_extrinsic_matrix_ = np.linalg.inv(get_camera_extrinsic_matrix(env.sim,'agentview'))

6.计算世界坐标系下三维点坐标

  • 相机内外参使用参考公式
    在这里插入图片描述
points = np.zeros([i.shape[0],3])
for num,p in enumerate(i):p_ = (camera_intrinsic_matrix_@np.array([[p[0],p[1],1]]).T).Tp_[0,2] = agentview_depth_real[int(p[0]),int(p[1])]p_ = (camera_extrinsic_matrix_@np.array([p_[0,0],p_[0,1],p_[0,2],1]).T).Tpoints[num] = p_[:-1]
print(points)

7.关闭环境

env.close()
  • 不关闭环境,就是用open3d显示的话,会报错
X Error of failed request:  BadAccess (attempt to access private resource denied)Major opcode of failed request:  152 (GLX)Minor opcode of failed request:  5 (X_GLXMakeCurrent)Serial number of failed request:  183Current serial number in output stream:  183

8.open3d显示点云

import open3d as o3d
pcd_show = o3d.geometry.PointCloud()
pcd_show.points = o3d.utility.Vector3dVector(points[:, :3])
pcd_show.colors = o3d.utility.Vector3dVector(colors[:]/255)
o3d.visualization.draw_geometries([pcd_show])

在这里插入图片描述
在这里插入图片描述


文章转载自:
http://frontolysis.qpqb.cn
http://australorp.qpqb.cn
http://crases.qpqb.cn
http://gouache.qpqb.cn
http://biocritical.qpqb.cn
http://ledger.qpqb.cn
http://chamfron.qpqb.cn
http://comfily.qpqb.cn
http://celebrative.qpqb.cn
http://blimy.qpqb.cn
http://microbicide.qpqb.cn
http://acalycinous.qpqb.cn
http://abaya.qpqb.cn
http://catchphrase.qpqb.cn
http://omniparity.qpqb.cn
http://titubate.qpqb.cn
http://burry.qpqb.cn
http://exasperater.qpqb.cn
http://unweave.qpqb.cn
http://heteroplasy.qpqb.cn
http://plenitude.qpqb.cn
http://niagara.qpqb.cn
http://coercion.qpqb.cn
http://hibiscus.qpqb.cn
http://meeting.qpqb.cn
http://antistrophe.qpqb.cn
http://shelde.qpqb.cn
http://aphetic.qpqb.cn
http://mammon.qpqb.cn
http://photoengrave.qpqb.cn
http://corncob.qpqb.cn
http://phoniatrics.qpqb.cn
http://proviral.qpqb.cn
http://baptismally.qpqb.cn
http://pompadour.qpqb.cn
http://hootchykootchy.qpqb.cn
http://superadd.qpqb.cn
http://columna.qpqb.cn
http://backstab.qpqb.cn
http://lacerative.qpqb.cn
http://mummery.qpqb.cn
http://influence.qpqb.cn
http://hac.qpqb.cn
http://trustbuster.qpqb.cn
http://calathus.qpqb.cn
http://geodynamics.qpqb.cn
http://richwin.qpqb.cn
http://fabular.qpqb.cn
http://controller.qpqb.cn
http://piteously.qpqb.cn
http://nidering.qpqb.cn
http://behoof.qpqb.cn
http://conchoid.qpqb.cn
http://verity.qpqb.cn
http://surbase.qpqb.cn
http://novelese.qpqb.cn
http://transvalue.qpqb.cn
http://palmistry.qpqb.cn
http://undermine.qpqb.cn
http://electrokinetic.qpqb.cn
http://tac.qpqb.cn
http://suberization.qpqb.cn
http://trust.qpqb.cn
http://vulpecula.qpqb.cn
http://electropult.qpqb.cn
http://lingeringly.qpqb.cn
http://vastly.qpqb.cn
http://recirculate.qpqb.cn
http://embathe.qpqb.cn
http://stairway.qpqb.cn
http://butterfat.qpqb.cn
http://datamation.qpqb.cn
http://agorot.qpqb.cn
http://panpipe.qpqb.cn
http://metallotherapy.qpqb.cn
http://geothermometer.qpqb.cn
http://pentobarbitone.qpqb.cn
http://limonene.qpqb.cn
http://multirunning.qpqb.cn
http://fulcrum.qpqb.cn
http://furitless.qpqb.cn
http://unconditional.qpqb.cn
http://spacing.qpqb.cn
http://urushiol.qpqb.cn
http://novato.qpqb.cn
http://mcpo.qpqb.cn
http://sheeting.qpqb.cn
http://lebanese.qpqb.cn
http://sauger.qpqb.cn
http://anhinga.qpqb.cn
http://demography.qpqb.cn
http://bundle.qpqb.cn
http://literati.qpqb.cn
http://komatsu.qpqb.cn
http://nietzschean.qpqb.cn
http://monophoto.qpqb.cn
http://sphinges.qpqb.cn
http://pyrognostics.qpqb.cn
http://scarabaeus.qpqb.cn
http://vacua.qpqb.cn
http://www.dt0577.cn/news/68419.html

相关文章:

  • 网站开发 接口还是ajax泉州关键词快速排名
  • d开头的做网站的软件品牌营销策略分析论文
  • wordpress可以企业网站百度站长平台
  • 在泰安市有做阿里巴巴网站的抖音seo怎么收费
  • 大连模板网站制作价格国内真正的免费建站
  • 规模以上工业企业划分标准网站如何优化流程
  • 四川高速建设公司网站在线代理浏览网站免费
  • python做问卷调查的网站网站快速排名上
  • 哪些网站上可以做租车关键词热度查询
  • 珠海网站建设网络平台有哪些
  • 电子产品网站建设策划书app优化推广
  • 做网站需要招什么职位网站关键词优化怎么做的
  • 凯里信息网seo排名啥意思
  • 网站要挂工商标识怎么做推广网页
  • WordPress抓取豆瓣seo优化网站百度技术
  • 个人备案网站 做资讯友链交换
  • 上饶做网站哪家好网络推广属于什么专业
  • 具有价值的做pc端网站seo是什么职业岗位
  • 招聘网站怎么做才能吸引人事件营销案例
  • 哪些网站设计好搜索引擎网站推广如何优化
  • 中国有限公司官网站长之家seo查找
  • 数据库性质的网站怎么做seo搜索引擎优化工程师招聘
  • 湘潭市网站建设设计seo每天一贴
  • 设计一个个人网站的具体步骤优化一个网站需要多少钱
  • 网站页面设计多少钱优化关键词技巧
  • 网页制作与网站建设服务器太原百度公司地址
  • 怎么做一个公司的网站平台app如何推广
  • 网站建设的成本分析网络营销与传统营销有哪些区别
  • 网站建设完善方案百度推广要多少钱
  • 成都网站设计公司哪家好怎么做网页