ros2与web通讯 rosbridge

ros2 与web 通讯

订阅雷达数据:
  • ubuntu启动雷达

  • 修改html订阅雷达数据:

  • sub 开始:雷达数据

发布命令数据
  • ubuntu 启动 sub node

  • ros2 run pkg_topic subscriber_demo

  • 修改 html push 并 明确数据格式

  • 点击 发布 ,后台即可显示

显示地图

https://bluesnie.github.io/Learning-notes/ROS2/Nav2导航篇/第10章-SLAM建图/进阶/001-ROS2地图加载与编辑.html

ros2 run nav2_map_server map_server --ros-args --param yaml_filename:=/home/yahboom/rplidar_ws/src/yahboomcar_nav/maps/yahboomcar.yaml

  • 在订阅发布时会提示消息格式不正确
    [rosbridge_websocket-1] [INFO] [1714012399.529077983] [rosbridge_websocket]: [Client 362068cd-c88c-439a-8f08-f3c846c47fe9] Subscribed to /map
    [rosbridge_websocket-1] [ERROR] [1714012399.553406757] [rosbridge_websocket]: Exception calling subscribe callback: a bytes-like object is required, not 'str'
树莓派 安装 ubuntu 20.04

https://releases.ubuntu-mate.org/20.04/arm64/

也可参考:

https://blog.csdn.net/weixin_43254438/article/details/133080053

相关推荐
knighthood20015 小时前
解决:ros进行gazebo仿真,rviz没有显示传感器数据
c++·ubuntu·ros
knighthood20012 天前
ros中仿真编写launch时robot_state_publisher,output参数
c++·ubuntu·ros
Mr.Winter`3 天前
路径规划 | ROS中多个路径规划算法可视化与性能对比分析
人工智能·算法·机器人·自动驾驶·ros·ros2·路径规划
辰风已久7 天前
ROS(快速初步入门)
ros
wait,what?9 天前
【ROS概述】C++运行hello world
机器人·ros
wait,what?10 天前
【ROS概述】解决主机和虚拟机共享剪贴板的问题
ros
kuan_li_lyg10 天前
SolidWorks 导出 URDF 中的惯性矩阵错误问题
开发语言·人工智能·机器人·ros·urdf·solidworks
wait,what?11 天前
【ROS概述】概念及环境搭建
机器人·ros
leaf_leaves_leaf11 天前
【WSL2】Ubuntu20.04从零开搭PX4&Mavros&Gazebo环境并测试
机器人·ros·px4
vv啊vv17 天前
1.ubuntu下安装noetic
linux·运维·ubuntu·ros