mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2025-12-17 13:01:12 +00:00
* add biomek.py demo implementation * 更新LiquidHandlerBiomek类,添加资源创建功能,优化协议创建方法,修复部分代码格式问题,更新YAML配置以支持新功能。 * Test * fix biomek success type * Convert LH action to biomek. * Update biomek.py * 注册表上报handle和schema (param input) * 修复biomek缺少的字段 * delete 's' * Remove warnings * Update biomek.py * Biomek test * Update biomek.py * 新增transfer_biomek的msg * New transfer_biomek * Updated transfer_biomek * 更新transfer_biomek的msg * 更新transfer_biomek的msg * 支持Biomek创建 * new action * fix key name typo * New parameter for biomek to run. * Refine * Update * new actions * new actions * 1 * registry * fix biomek startup add action handles * fix handles not as default entry * biomek_test.py biomek_test.py是最新的版本,运行它会生成complete_biomek_protocol.json * Update biomek.py * biomek_test.py * fix liquid_handler.biomek handles * host node新增resource add时间统计 create_resource新增handle bump version to 0.9.2 * 修正物料上传时间 改用biomek_test 增加ResultInfoEncoder 支持返回结果上传 * 正确发送return_info结果 * 同步执行状态信息 * 取消raiseValueError提示 * Update biomek_test.py * 0608 DONE * 同步了Biomek.py 现在应可用 * biomek switch back to non-test * temp disable initialize resource * 37-biomek-i5i7 (#40) * add biomek.py demo implementation * 更新LiquidHandlerBiomek类,添加资源创建功能,优化协议创建方法,修复部分代码格式问题,更新YAML配置以支持新功能。 * Test * fix biomek success type * Convert LH action to biomek. * Update biomek.py * 注册表上报handle和schema (param input) * 修复biomek缺少的字段 * delete 's' * Remove warnings * Update biomek.py * Biomek test * Update biomek.py * 新增transfer_biomek的msg * New transfer_biomek * Updated transfer_biomek * 更新transfer_biomek的msg * 更新transfer_biomek的msg * 支持Biomek创建 * new action * fix key name typo * New parameter for biomek to run. * Refine * Update * new actions * new actions * 1 * registry * fix biomek startup add action handles * fix handles not as default entry * biomek_test.py biomek_test.py是最新的版本,运行它会生成complete_biomek_protocol.json * Update biomek.py * biomek_test.py * fix liquid_handler.biomek handles * host node新增resource add时间统计 create_resource新增handle bump version to 0.9.2 * 修正物料上传时间 改用biomek_test 增加ResultInfoEncoder 支持返回结果上传 * 正确发送return_info结果 * 同步执行状态信息 * 取消raiseValueError提示 * Update biomek_test.py * 0608 DONE * 同步了Biomek.py 现在应可用 * biomek switch back to non-test * temp disable initialize resource * Refine biomek * Refine copy issue * Refine --------- Co-authored-by: Junhan Chang <changjh@pku.edu.cn> Co-authored-by: Guangxin Zhang <guangxin.zhang.bio@gmail.com> Co-authored-by: qxw138 <qxw@stu.pku.edu.cn> * Device visualization (#39) * Update README and MQTTClient for installation instructions and code improvements * feat: 支持local_config启动 add: 增加对crt path的说明,为传入config.py的相对路径 move: web component * add: registry description * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * feat: node_info_update srv fix: OTDeck cant create * close #12 feat: slave node registry * feat: show machine name fix: host node registry not uploaded * feat: add hplc registry * feat: add hplc registry * fix: hplc status typo * fix: devices/ * 完成启动OT并联动rviz * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * fix: device.class possible null * fix: HPLC additions with online service * fix: slave mode spin not working * fix: slave mode spin not working * 修复rviz位置问题, 修复rviz位置问题, 在无tf变动时减缓发送频率 在backend中添加物料跟随方法 * feat: 多ProtocolNode 允许子设备ID相同 feat: 上报发现的ActionClient feat: Host重启动,通过discover机制要求slaveNode重新注册,实现信息及时上报 * feat: 支持env设置config * fix: running logic * fix: running logic * fix: missing ot * 在main中直接初始化republisher和物料的mesh节点 * 将joint_republisher和resource_mesh_manager添加进 main_slave_run.py中 * Device visualization (#14) * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * 修复rviz位置问题, 修复rviz位置问题, 在无tf变动时减缓发送频率 在backend中添加物料跟随方法 * fix: running logic * fix: running logic * fix: missing ot * 在main中直接初始化republisher和物料的mesh节点 * 将joint_republisher和resource_mesh_manager添加进 main_slave_run.py中 --------- Co-authored-by: zhangshixiang <@zhangshixiang> Co-authored-by: wznln <18435084+Xuwznln@users.noreply.github.com> * fix: missing hostname in devices_names fix: upload_file for model file * fix: missing paho-mqtt package bump version to 0.9.0 * fix startup add ResourceCreateFromOuter.action * fix type hint * update actions * update actions * host node add_resource_from_outer fix cmake list * pass device config to device class * add: bind_parent_ids to resource create action fix: message convert string * fix: host node should not be re_discovered * feat: resource tracker support dict * feat: add more necessary params * feat: fix boolean null in registry action data * feat: add outer resource * 编写mesh添加action * feat: append resource * add action * feat: vis 2d for plr * fix * fix: browser on rviz * fix: cloud bridge error fallback to local * fix: salve auto run rviz * 初始化两个plate * Device visualization (#22) * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * 修复rviz位置问题, 修复rviz位置问题, 在无tf变动时减缓发送频率 在backend中添加物料跟随方法 * fix: running logic * fix: running logic * fix: missing ot * 在main中直接初始化republisher和物料的mesh节点 * 将joint_republisher和resource_mesh_manager添加进 main_slave_run.py中 * 编写mesh添加action * add action * fix * fix: browser on rviz * fix: cloud bridge error fallback to local * fix: salve auto run rviz * 初始化两个plate --------- Co-authored-by: zhangshixiang <@zhangshixiang> Co-authored-by: wznln <18435084+Xuwznln@users.noreply.github.com> * fix: multi channel * fix: aspirate * fix: aspirate * fix: aspirate * fix: aspirate * 提交 * fix: jobadd * fix: jobadd * fix: msg converter * tijiao * add resource creat easy action * identify debug msg * mq client id * 提取lh的joint发布 * unify liquid_handler definition * 修改物料跟随与物料添加逻辑 修改物料跟随与物料添加逻辑 将joint_publisher类移出lh的backends,但仍需要对lh的backends进行一些改写 * Revert "修改物料跟随与物料添加逻辑" This reverts commit498c997ad7. * Reapply "修改物料跟随与物料添加逻辑" This reverts commit3a60d2ae81. * Revert "Merge remote-tracking branch 'upstream/dev' into device_visualization" This reverts commitfa727220af, reversing changes made to498c997ad7. * 修改物料放下时的方法,如果选择 修改物料放下时的方法, 如果选择drop_trash,则删除物料显示 如果选择drop,则让其解除连接 * add biomek.py demo implementation * 更新LiquidHandlerBiomek类,添加资源创建功能,优化协议创建方法,修复部分代码格式问题,更新YAML配置以支持新功能。 * Test * fix biomek success type * Convert LH action to biomek. * Update biomek.py * 注册表上报handle和schema (param input) * 修复biomek缺少的字段 * delete 's' * Remove warnings * Update biomek.py * Biomek test * Update biomek.py * 新增transfer_biomek的msg * New transfer_biomek * Updated transfer_biomek * 更新transfer_biomek的msg * 更新transfer_biomek的msg * 支持Biomek创建 * new action * fix key name typo * New parameter for biomek to run. * Refine * Update * new actions * new actions * 1 * registry * fix biomek startup add action handles * fix handles not as default entry * unilab添加moveit启动 1,整合所有moveit节点到一个move_group中,并整合所有的controller依次激活 2,添加pymoveit2的节点,使用json可直接启动 3,修改机械臂规划方式,添加约束,让冗余关节不会进行过多移动 * biomek_test.py biomek_test.py是最新的版本,运行它会生成complete_biomek_protocol.json * Update biomek.py * biomek_test.py * fix liquid_handler.biomek handles * 修改物体attach时,多次赋值当前时间导致卡顿问题, * Revert "修改物体attach时,多次赋值当前时间导致卡顿问题," This reverts commit56d45b94f5. * Reapply "修改物体attach时,多次赋值当前时间导致卡顿问题," This reverts commit07d9db20c3. * 添加缺少物料:"plate_well_G12", * host node新增resource add时间统计 create_resource新增handle bump version to 0.9.2 * 修正物料上传时间 改用biomek_test 增加ResultInfoEncoder 支持返回结果上传 * 正确发送return_info结果 * 同步执行状态信息 * 取消raiseValueError提示 * Update biomek_test.py * 0608 DONE * 同步了Biomek.py 现在应可用 * biomek switch back to non-test * temp disable initialize resource * add * fix tip resource data * liquid states * change to debug level * Revert "change to debug level" This reverts commit5d9953c3e5. * Reapply "change to debug level" This reverts commit2487bb6ffc. * fix tip resource data * add full device * add moveit yaml * 修复moveit 增加post_init阶段,给予ros_node反向 * remove necessary node * fix moveit action client * remove necessary imports * Update moveit_interface.py * fix handler_key uppercase * json add liquids * fix setup * add * change to "sources" and "targets" for lh * bump version * remove parent's parent link --------- Co-authored-by: Harvey Que <Q-Query@outlook.com> Co-authored-by: wznln <18435084+Xuwznln@users.noreply.github.com> Co-authored-by: zhangshixiang <@zhangshixiang> Co-authored-by: Junhan Chang <changjh@pku.edu.cn> Co-authored-by: Guangxin Zhang <guangxin.zhang.bio@gmail.com> Co-authored-by: qxw138 <qxw@stu.pku.edu.cn> * Device visualization (#41) * Update README and MQTTClient for installation instructions and code improvements * feat: 支持local_config启动 add: 增加对crt path的说明,为传入config.py的相对路径 move: web component * add: registry description * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * feat: node_info_update srv fix: OTDeck cant create * close #12 feat: slave node registry * feat: show machine name fix: host node registry not uploaded * feat: add hplc registry * feat: add hplc registry * fix: hplc status typo * fix: devices/ * 完成启动OT并联动rviz * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * fix: device.class possible null * fix: HPLC additions with online service * fix: slave mode spin not working * fix: slave mode spin not working * 修复rviz位置问题, 修复rviz位置问题, 在无tf变动时减缓发送频率 在backend中添加物料跟随方法 * feat: 多ProtocolNode 允许子设备ID相同 feat: 上报发现的ActionClient feat: Host重启动,通过discover机制要求slaveNode重新注册,实现信息及时上报 * feat: 支持env设置config * fix: running logic * fix: running logic * fix: missing ot * 在main中直接初始化republisher和物料的mesh节点 * 将joint_republisher和resource_mesh_manager添加进 main_slave_run.py中 * Device visualization (#14) * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * 修复rviz位置问题, 修复rviz位置问题, 在无tf变动时减缓发送频率 在backend中添加物料跟随方法 * fix: running logic * fix: running logic * fix: missing ot * 在main中直接初始化republisher和物料的mesh节点 * 将joint_republisher和resource_mesh_manager添加进 main_slave_run.py中 --------- Co-authored-by: zhangshixiang <@zhangshixiang> Co-authored-by: wznln <18435084+Xuwznln@users.noreply.github.com> * fix: missing hostname in devices_names fix: upload_file for model file * fix: missing paho-mqtt package bump version to 0.9.0 * fix startup add ResourceCreateFromOuter.action * fix type hint * update actions * update actions * host node add_resource_from_outer fix cmake list * pass device config to device class * add: bind_parent_ids to resource create action fix: message convert string * fix: host node should not be re_discovered * feat: resource tracker support dict * feat: add more necessary params * feat: fix boolean null in registry action data * feat: add outer resource * 编写mesh添加action * feat: append resource * add action * feat: vis 2d for plr * fix * fix: browser on rviz * fix: cloud bridge error fallback to local * fix: salve auto run rviz * 初始化两个plate * Device visualization (#22) * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * 修复rviz位置问题, 修复rviz位置问题, 在无tf变动时减缓发送频率 在backend中添加物料跟随方法 * fix: running logic * fix: running logic * fix: missing ot * 在main中直接初始化republisher和物料的mesh节点 * 将joint_republisher和resource_mesh_manager添加进 main_slave_run.py中 * 编写mesh添加action * add action * fix * fix: browser on rviz * fix: cloud bridge error fallback to local * fix: salve auto run rviz * 初始化两个plate --------- Co-authored-by: zhangshixiang <@zhangshixiang> Co-authored-by: wznln <18435084+Xuwznln@users.noreply.github.com> * fix: multi channel * fix: aspirate * fix: aspirate * fix: aspirate * fix: aspirate * 提交 * fix: jobadd * fix: jobadd * fix: msg converter * tijiao * add resource creat easy action * identify debug msg * mq client id * 提取lh的joint发布 * unify liquid_handler definition * 修改物料跟随与物料添加逻辑 修改物料跟随与物料添加逻辑 将joint_publisher类移出lh的backends,但仍需要对lh的backends进行一些改写 * Revert "修改物料跟随与物料添加逻辑" This reverts commit498c997ad7. * Reapply "修改物料跟随与物料添加逻辑" This reverts commit3a60d2ae81. * Revert "Merge remote-tracking branch 'upstream/dev' into device_visualization" This reverts commitfa727220af, reversing changes made to498c997ad7. * 修改物料放下时的方法,如果选择 修改物料放下时的方法, 如果选择drop_trash,则删除物料显示 如果选择drop,则让其解除连接 * add biomek.py demo implementation * 更新LiquidHandlerBiomek类,添加资源创建功能,优化协议创建方法,修复部分代码格式问题,更新YAML配置以支持新功能。 * Test * fix biomek success type * Convert LH action to biomek. * Update biomek.py * 注册表上报handle和schema (param input) * 修复biomek缺少的字段 * delete 's' * Remove warnings * Update biomek.py * Biomek test * Update biomek.py * 新增transfer_biomek的msg * New transfer_biomek * Updated transfer_biomek * 更新transfer_biomek的msg * 更新transfer_biomek的msg * 支持Biomek创建 * new action * fix key name typo * New parameter for biomek to run. * Refine * Update * new actions * new actions * 1 * registry * fix biomek startup add action handles * fix handles not as default entry * unilab添加moveit启动 1,整合所有moveit节点到一个move_group中,并整合所有的controller依次激活 2,添加pymoveit2的节点,使用json可直接启动 3,修改机械臂规划方式,添加约束,让冗余关节不会进行过多移动 * biomek_test.py biomek_test.py是最新的版本,运行它会生成complete_biomek_protocol.json * Update biomek.py * biomek_test.py * fix liquid_handler.biomek handles * 修改物体attach时,多次赋值当前时间导致卡顿问题, * Revert "修改物体attach时,多次赋值当前时间导致卡顿问题," This reverts commit56d45b94f5. * Reapply "修改物体attach时,多次赋值当前时间导致卡顿问题," This reverts commit07d9db20c3. * 添加缺少物料:"plate_well_G12", * host node新增resource add时间统计 create_resource新增handle bump version to 0.9.2 * 修正物料上传时间 改用biomek_test 增加ResultInfoEncoder 支持返回结果上传 * 正确发送return_info结果 * 同步执行状态信息 * 取消raiseValueError提示 * Update biomek_test.py * 0608 DONE * 同步了Biomek.py 现在应可用 * biomek switch back to non-test * temp disable initialize resource * add * fix tip resource data * liquid states * change to debug level * Revert "change to debug level" This reverts commit5d9953c3e5. * Reapply "change to debug level" This reverts commit2487bb6ffc. * fix tip resource data * add full device * add moveit yaml * 修复moveit 增加post_init阶段,给予ros_node反向 * remove necessary node * fix moveit action client * remove necessary imports * Update moveit_interface.py * fix handler_key uppercase * json add liquids * fix setup * add * change to "sources" and "targets" for lh * bump version * remove parent's parent link * change arm's name * change name --------- Co-authored-by: Harvey Que <Q-Query@outlook.com> Co-authored-by: zhangshixiang <@zhangshixiang> Co-authored-by: q434343 <73513873+q434343@users.noreply.github.com> Co-authored-by: Junhan Chang <changjh@pku.edu.cn> Co-authored-by: Guangxin Zhang <guangxin.zhang.bio@gmail.com> Co-authored-by: qxw138 <qxw@stu.pku.edu.cn> * fix move it * fix move it * create_resource * bump ver modify slot type * 增加modbus支持 调整protocol node以更好支持多种类型的read和write * 调整protocol node以更好支持多种类型的read和write * 补充日志 * Device visualization (#42) * Update README and MQTTClient for installation instructions and code improvements * feat: 支持local_config启动 add: 增加对crt path的说明,为传入config.py的相对路径 move: web component * add: registry description * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * feat: node_info_update srv fix: OTDeck cant create * close #12 feat: slave node registry * feat: show machine name fix: host node registry not uploaded * feat: add hplc registry * feat: add hplc registry * fix: hplc status typo * fix: devices/ * 完成启动OT并联动rviz * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * fix: device.class possible null * fix: HPLC additions with online service * fix: slave mode spin not working * fix: slave mode spin not working * 修复rviz位置问题, 修复rviz位置问题, 在无tf变动时减缓发送频率 在backend中添加物料跟随方法 * feat: 多ProtocolNode 允许子设备ID相同 feat: 上报发现的ActionClient feat: Host重启动,通过discover机制要求slaveNode重新注册,实现信息及时上报 * feat: 支持env设置config * fix: running logic * fix: running logic * fix: missing ot * 在main中直接初始化republisher和物料的mesh节点 * 将joint_republisher和resource_mesh_manager添加进 main_slave_run.py中 * Device visualization (#14) * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * 修复rviz位置问题, 修复rviz位置问题, 在无tf变动时减缓发送频率 在backend中添加物料跟随方法 * fix: running logic * fix: running logic * fix: missing ot * 在main中直接初始化republisher和物料的mesh节点 * 将joint_republisher和resource_mesh_manager添加进 main_slave_run.py中 --------- Co-authored-by: zhangshixiang <@zhangshixiang> Co-authored-by: wznln <18435084+Xuwznln@users.noreply.github.com> * fix: missing hostname in devices_names fix: upload_file for model file * fix: missing paho-mqtt package bump version to 0.9.0 * fix startup add ResourceCreateFromOuter.action * fix type hint * update actions * update actions * host node add_resource_from_outer fix cmake list * pass device config to device class * add: bind_parent_ids to resource create action fix: message convert string * fix: host node should not be re_discovered * feat: resource tracker support dict * feat: add more necessary params * feat: fix boolean null in registry action data * feat: add outer resource * 编写mesh添加action * feat: append resource * add action * feat: vis 2d for plr * fix * fix: browser on rviz * fix: cloud bridge error fallback to local * fix: salve auto run rviz * 初始化两个plate * Device visualization (#22) * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * add 3d visualization * 完成在main中启动设备可视化 完成在main中启动设备可视化,并输出物料ID:mesh的对应关系resource_model 添加物料模型管理类,遍历物料与resource_model,完成TF数据收集 * 完成TF发布 * 修改模型方向,在yaml中添加变换属性 * 添加物料tf变化时,发送topic到前端 另外修改了物料初始化的方法,防止在tf还未发布时提前建立物料模型与发布话题 * 添加关节发布节点与物料可视化节点进入unilab * 使用json启动plr与3D模型仿真 * 完成启动OT并联动rviz * 修复rviz位置问题, 修复rviz位置问题, 在无tf变动时减缓发送频率 在backend中添加物料跟随方法 * fix: running logic * fix: running logic * fix: missing ot * 在main中直接初始化republisher和物料的mesh节点 * 将joint_republisher和resource_mesh_manager添加进 main_slave_run.py中 * 编写mesh添加action * add action * fix * fix: browser on rviz * fix: cloud bridge error fallback to local * fix: salve auto run rviz * 初始化两个plate --------- Co-authored-by: zhangshixiang <@zhangshixiang> Co-authored-by: wznln <18435084+Xuwznln@users.noreply.github.com> * fix: multi channel * fix: aspirate * fix: aspirate * fix: aspirate * fix: aspirate * 提交 * fix: jobadd * fix: jobadd * fix: msg converter * tijiao * add resource creat easy action * identify debug msg * mq client id * 提取lh的joint发布 * unify liquid_handler definition * 修改物料跟随与物料添加逻辑 修改物料跟随与物料添加逻辑 将joint_publisher类移出lh的backends,但仍需要对lh的backends进行一些改写 * Revert "修改物料跟随与物料添加逻辑" This reverts commit498c997ad7. * Reapply "修改物料跟随与物料添加逻辑" This reverts commit3a60d2ae81. * Revert "Merge remote-tracking branch 'upstream/dev' into device_visualization" This reverts commitfa727220af, reversing changes made to498c997ad7. * 修改物料放下时的方法,如果选择 修改物料放下时的方法, 如果选择drop_trash,则删除物料显示 如果选择drop,则让其解除连接 * unilab添加moveit启动 1,整合所有moveit节点到一个move_group中,并整合所有的controller依次激活 2,添加pymoveit2的节点,使用json可直接启动 3,修改机械臂规划方式,添加约束,让冗余关节不会进行过多移动 * 修改物体attach时,多次赋值当前时间导致卡顿问题, * Revert "修改物体attach时,多次赋值当前时间导致卡顿问题," This reverts commit56d45b94f5. * Reapply "修改物体attach时,多次赋值当前时间导致卡顿问题," This reverts commit07d9db20c3. * 添加缺少物料:"plate_well_G12", * add * fix tip resource data * liquid states * change to debug level * Revert "change to debug level" This reverts commit5d9953c3e5. * Reapply "change to debug level" This reverts commit2487bb6ffc. * fix tip resource data * add full device * add moveit yaml * 修复moveit 增加post_init阶段,给予ros_node反向 * remove necessary node * fix moveit action client * remove necessary imports * Update moveit_interface.py * fix handler_key uppercase * json add liquids * fix setup * add * change to "sources" and "targets" for lh * bump version * remove parent's parent link * change arm's name * change name * fix ik error --------- Co-authored-by: Harvey Que <Q-Query@outlook.com> Co-authored-by: zhangshixiang <@zhangshixiang> Co-authored-by: q434343 <73513873+q434343@users.noreply.github.com> Co-authored-by: Junhan Chang <changjh@pku.edu.cn> * Add Mock Device for Organic Synthesis\添加有机合成的虚拟仪器和Protocol (#43) * Add Device MockChiller Add device MockChiller * Add Device MockFilter * Add Device MockPump * Add Device MockRotavap * Add Device MockSeparator * Add Device MockStirrer * Add Device MockHeater * Add Device MockVacuum * Add Device MockSolenoidValve * Add Device Mock \_init_.py * 规范模拟设备代码与注册表信息 * 更改Mock大写文件夹名 * 删除大写目录 * Edited Mock device json * Match mock device with action * Edit mock device yaml * Add new action * Add Virtual Device, Action, YAML, Protocol for Organic Syn * 单独分类测试的protocol文件夹 * 更名Action --------- Co-authored-by: Xuwznln <18435084+Xuwznln@users.noreply.github.com> --------- Co-authored-by: Junhan Chang <changjh@pku.edu.cn> Co-authored-by: Guangxin Zhang <guangxin.zhang.bio@gmail.com> Co-authored-by: qxw138 <qxw@stu.pku.edu.cn> Co-authored-by: q434343 <73513873+q434343@users.noreply.github.com> Co-authored-by: Harvey Que <Q-Query@outlook.com> Co-authored-by: Kongchang Feng <2100011801@stu.pku.edu.cn>
592 lines
18 KiB
YAML
592 lines
18 KiB
YAML
Panels:
|
|
- Class: rviz_common/Displays
|
|
Help Height: 0
|
|
Name: Displays
|
|
Property Tree Widget:
|
|
Expanded:
|
|
- /TF1/Tree1
|
|
- /MotionPlanning1/Scene Geometry1
|
|
- /MotionPlanning1/Scene Robot1
|
|
- /MotionPlanning1/Planning Request1
|
|
Splitter Ratio: 0.5016146302223206
|
|
Tree Height: 1112
|
|
- Class: rviz_common/Selection
|
|
Name: Selection
|
|
- Class: rviz_common/Tool Properties
|
|
Expanded:
|
|
- /2D Goal Pose1
|
|
- /Publish Point1
|
|
Name: Tool Properties
|
|
Splitter Ratio: 0.5886790156364441
|
|
- Class: rviz_common/Views
|
|
Expanded:
|
|
- /Current View1
|
|
Name: Views
|
|
Splitter Ratio: 0.5
|
|
Visualization Manager:
|
|
Class: ""
|
|
Displays:
|
|
- Alpha: 0.5
|
|
Cell Size: 1
|
|
Class: rviz_default_plugins/Grid
|
|
Color: 160; 160; 164
|
|
Enabled: true
|
|
Line Style:
|
|
Line Width: 0.029999999329447746
|
|
Value: Lines
|
|
Name: Grid
|
|
Normal Cell Count: 0
|
|
Offset:
|
|
X: 0
|
|
Y: 0
|
|
Z: 0
|
|
Plane: XY
|
|
Plane Cell Count: 10
|
|
Reference Frame: <Fixed Frame>
|
|
Value: true
|
|
- Class: rviz_default_plugins/TF
|
|
Enabled: false
|
|
Frame Timeout: 15
|
|
Frames:
|
|
All Enabled: false
|
|
Marker Scale: 1
|
|
Name: TF
|
|
Show Arrows: true
|
|
Show Axes: true
|
|
Show Names: false
|
|
Tree:
|
|
{}
|
|
Update Interval: 0
|
|
Value: false
|
|
- Alpha: 1
|
|
Class: rviz_default_plugins/RobotModel
|
|
Collision Enabled: false
|
|
Description File: ""
|
|
Description Source: Topic
|
|
Description Topic:
|
|
Depth: 5
|
|
Durability Policy: Volatile
|
|
History Policy: Keep Last
|
|
Reliability Policy: Reliable
|
|
Value: /robot_description
|
|
Enabled: false
|
|
Links:
|
|
All Links Enabled: true
|
|
Expand Joint Details: false
|
|
Expand Link Details: false
|
|
Expand Tree: false
|
|
Link Tree Style: Links in Alphabetic Order
|
|
Mass Properties:
|
|
Inertia: false
|
|
Mass: false
|
|
Name: RobotModel
|
|
TF Prefix: ""
|
|
Update Interval: 0
|
|
Value: false
|
|
Visual Enabled: true
|
|
- Class: moveit_rviz_plugin/PlanningScene
|
|
Enabled: true
|
|
Move Group Namespace: ""
|
|
Name: PlanningScene
|
|
Planning Scene Topic: /monitored_planning_scene
|
|
Robot Description: robot_description
|
|
Scene Geometry:
|
|
Scene Alpha: 0.8999999761581421
|
|
Scene Color: 50; 230; 50
|
|
Scene Display Time: 0.009999999776482582
|
|
Show Scene Geometry: true
|
|
Voxel Coloring: Z-Axis
|
|
Voxel Rendering: Disabled
|
|
Scene Robot:
|
|
Attached Body Color: 150; 50; 150
|
|
Links:
|
|
All Links Enabled: true
|
|
Expand Joint Details: false
|
|
Expand Link Details: false
|
|
Expand Tree: false
|
|
Link Tree Style: Links in Alphabetic Order
|
|
arm_slider_arm_base:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_arm_link_1:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_arm_link_2:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_arm_link_3:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_arm_slideway:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_device_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
arm_slider_gripper_base:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_gripper_left:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_gripper_right:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_device_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
deck_first_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_fourth_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_main_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_second_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_socketTypeGenericSbsFootprint:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
deck_socketTypeHEPAModule:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
deck_third_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
hotel_base_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
hotel_device_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
hotel_socketTypeGenericSbsFootprint:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
world:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Robot Alpha: 1
|
|
Show Robot Collision: false
|
|
Show Robot Visual: false
|
|
Value: true
|
|
- Attached Body Color: 150; 50; 150
|
|
Class: moveit_rviz_plugin/RobotState
|
|
Collision Enabled: false
|
|
Enabled: false
|
|
Links:
|
|
All Links Enabled: true
|
|
Expand Joint Details: false
|
|
Expand Link Details: false
|
|
Expand Tree: false
|
|
Link Tree Style: Links in Alphabetic Order
|
|
Name: RobotState
|
|
Robot Alpha: 1
|
|
Robot Description: robot_description
|
|
Robot State Topic: display_robot_state
|
|
Show All Links: true
|
|
Show Highlights: true
|
|
Value: false
|
|
Visual Enabled: true
|
|
- Acceleration_Scaling_Factor: 0.1
|
|
Class: moveit_rviz_plugin/MotionPlanning
|
|
Enabled: true
|
|
Move Group Namespace: ""
|
|
MoveIt_Allow_Approximate_IK: false
|
|
MoveIt_Allow_External_Program: false
|
|
MoveIt_Allow_Replanning: false
|
|
MoveIt_Allow_Sensor_Positioning: false
|
|
MoveIt_Planning_Attempts: 10
|
|
MoveIt_Planning_Time: 5
|
|
MoveIt_Use_Cartesian_Path: false
|
|
MoveIt_Use_Constraint_Aware_IK: false
|
|
MoveIt_Workspace:
|
|
Center:
|
|
X: 0
|
|
Y: 0
|
|
Z: 0
|
|
Size:
|
|
X: 2
|
|
Y: 2
|
|
Z: 2
|
|
Name: MotionPlanning
|
|
Planned Path:
|
|
Color Enabled: false
|
|
Interrupt Display: false
|
|
Links:
|
|
All Links Enabled: true
|
|
Expand Joint Details: false
|
|
Expand Link Details: false
|
|
Expand Tree: false
|
|
Link Tree Style: Links in Alphabetic Order
|
|
arm_slider_arm_base:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_arm_link_1:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_arm_link_2:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_arm_link_3:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_arm_slideway:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_device_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
arm_slider_gripper_base:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_gripper_left:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_gripper_right:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_device_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
deck_first_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_fourth_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_main_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_second_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_socketTypeGenericSbsFootprint:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
deck_socketTypeHEPAModule:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
deck_third_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
hotel_base_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
hotel_device_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
hotel_socketTypeGenericSbsFootprint:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
world:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Loop Animation: false
|
|
Robot Alpha: 0.5
|
|
Robot Color: 150; 50; 150
|
|
Show Robot Collision: false
|
|
Show Robot Visual: true
|
|
Show Trail: false
|
|
State Display Time: 3x
|
|
Trail Step Size: 1
|
|
Trajectory Topic: /display_planned_path
|
|
Use Sim Time: false
|
|
Planning Metrics:
|
|
Payload: 1
|
|
Show Joint Torques: false
|
|
Show Manipulability: false
|
|
Show Manipulability Index: false
|
|
Show Weight Limit: false
|
|
TextHeight: 0.07999999821186066
|
|
Planning Request:
|
|
Colliding Link Color: 255; 0; 0
|
|
Goal State Alpha: 1
|
|
Goal State Color: 250; 128; 0
|
|
Interactive Marker Size: 0
|
|
Joint Violation Color: 255; 0; 255
|
|
Planning Group: arm_slider_arm
|
|
Query Goal State: false
|
|
Query Start State: false
|
|
Show Workspace: false
|
|
Start State Alpha: 1
|
|
Start State Color: 0; 255; 0
|
|
Planning Scene Topic: /monitored_planning_scene
|
|
Robot Description: robot_description
|
|
Scene Geometry:
|
|
Scene Alpha: 0.8999999761581421
|
|
Scene Color: 50; 230; 50
|
|
Scene Display Time: 0.009999999776482582
|
|
Show Scene Geometry: false
|
|
Voxel Coloring: Cell Probability
|
|
Voxel Rendering: All Voxels
|
|
Scene Robot:
|
|
Attached Body Color: 150; 50; 150
|
|
Links:
|
|
All Links Enabled: true
|
|
Expand Joint Details: false
|
|
Expand Link Details: false
|
|
Expand Tree: false
|
|
Link Tree Style: Links in Alphabetic Order
|
|
arm_slider_arm_base:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_arm_link_1:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_arm_link_2:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_arm_link_3:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_arm_slideway:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_device_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
arm_slider_gripper_base:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_gripper_left:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
arm_slider_gripper_right:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_device_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
deck_first_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_fourth_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_main_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_second_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
deck_socketTypeGenericSbsFootprint:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
deck_socketTypeHEPAModule:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
deck_third_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
hotel_base_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Value: true
|
|
hotel_device_link:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
hotel_socketTypeGenericSbsFootprint:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
world:
|
|
Alpha: 1
|
|
Show Axes: false
|
|
Show Trail: false
|
|
Robot Alpha: 1
|
|
Show Robot Collision: false
|
|
Show Robot Visual: true
|
|
Value: true
|
|
Velocity_Scaling_Factor: 0.1
|
|
Enabled: true
|
|
Global Options:
|
|
Background Color: 48; 48; 48
|
|
Fixed Frame: world
|
|
Frame Rate: 30
|
|
Name: root
|
|
Tools:
|
|
- Class: rviz_default_plugins/Interact
|
|
Hide Inactive Objects: true
|
|
- Class: rviz_default_plugins/MoveCamera
|
|
- Class: rviz_default_plugins/Select
|
|
- Class: rviz_default_plugins/FocusCamera
|
|
- Class: rviz_default_plugins/Measure
|
|
Line color: 128; 128; 0
|
|
- Class: rviz_default_plugins/SetInitialPose
|
|
Covariance x: 0.25
|
|
Covariance y: 0.25
|
|
Covariance yaw: 0.06853891909122467
|
|
Topic:
|
|
Depth: 5
|
|
Durability Policy: Volatile
|
|
History Policy: Keep Last
|
|
Reliability Policy: Reliable
|
|
Value: /initialpose
|
|
- Class: rviz_default_plugins/SetGoal
|
|
Topic:
|
|
Depth: 5
|
|
Durability Policy: Volatile
|
|
History Policy: Keep Last
|
|
Reliability Policy: Reliable
|
|
Value: /goal_pose
|
|
- Class: rviz_default_plugins/PublishPoint
|
|
Single click: true
|
|
Topic:
|
|
Depth: 5
|
|
Durability Policy: Volatile
|
|
History Policy: Keep Last
|
|
Reliability Policy: Reliable
|
|
Value: /clicked_point
|
|
Transformation:
|
|
Current:
|
|
Class: rviz_default_plugins/TF
|
|
Value: true
|
|
Views:
|
|
Current:
|
|
Class: rviz_default_plugins/Orbit
|
|
Distance: 2.622864246368408
|
|
Enable Stereo Rendering:
|
|
Stereo Eye Separation: 0.05999999865889549
|
|
Stereo Focal Distance: 1
|
|
Swap Stereo Eyes: false
|
|
Value: false
|
|
Focal Point:
|
|
X: -0.2880733013153076
|
|
Y: -0.16004444658756256
|
|
Z: -0.16730672121047974
|
|
Focal Shape Fixed Size: true
|
|
Focal Shape Size: 0.05000000074505806
|
|
Invert Z Axis: false
|
|
Name: Current View
|
|
Near Clip Distance: 0.009999999776482582
|
|
Pitch: 0.4297958016395569
|
|
Target Frame: <Fixed Frame>
|
|
Value: Orbit (rviz)
|
|
Yaw: 0.3525616228580475
|
|
Saved: ~
|
|
Window Geometry:
|
|
Displays:
|
|
collapsed: false
|
|
Height: 2032
|
|
Hide Left Dock: false
|
|
Hide Right Dock: true
|
|
MotionPlanning:
|
|
collapsed: true
|
|
MotionPlanning - Trajectory Slider:
|
|
collapsed: false
|
|
QMainWindow State: 000000ff00000000fd0000000400000000000003a30000079bfc020000000bfb0000001200530065006c0065006300740069006f006e00000001e10000009b000000b000fffffffb0000001e0054006f006f006c002000500072006f007000650072007400690065007302000001ed000001df00000185000000a3fb000000120056006900650077007300200054006f006f02000001df000002110000018500000122fb000000200054006f006f006c002000500072006f0070006500720074006900650073003203000002880000011d000002210000017afb000000100044006900730070006c0061007900730100000027000004c60000018200fffffffb0000002000730065006c0065006300740069006f006e00200062007500660066006500720200000138000000aa0000023a00000294fb00000014005700690064006500530074006500720065006f02000000e6000000d2000003ee0000030bfb0000000c004b0069006e0065006300740200000186000001060000030c00000261fb000000280020002d0020005400720061006a006500630074006f0072007900200053006c00690064006500720000000000ffffffff0000000000000000fb00000044004d006f00740069006f006e0050006c0061006e006e0069006e00670020002d0020005400720061006a006500630074006f0072007900200053006c00690064006500720000000000ffffffff0000007a00fffffffb0000001c004d006f00740069006f006e0050006c0061006e006e0069006e006701000004f9000002c9000002b800ffffff000000010000010f00000387fc0200000003fb0000001e0054006f006f006c002000500072006f00700065007200740069006500730100000041000000780000000000000000fb0000000a00560069006500770073000000003b000003870000013200fffffffb0000001200530065006c0065006300740069006f006e010000025a000000b200000000000000000000000200000490000000a9fc0100000001fb0000000a00560069006500770073030000004e00000080000002e10000019700000003000004420000003efc0100000002fb0000000800540069006d00650100000000000004420000000000000000fb0000000800540069006d0065010000000000000450000000000000000000000bc50000079b00000004000000040000000800000008fc0000000100000002000000010000000a0054006f006f006c00730000000000ffffffff0000000000000000
|
|
Selection:
|
|
collapsed: false
|
|
Tool Properties:
|
|
collapsed: false
|
|
Views:
|
|
collapsed: true
|
|
Width: 3956
|
|
X: 140
|
|
Y: 54
|