松灵机器人 scout ros2 驱动 安装

必须使用 ubuntu22

必须使用 链接的humble版本

#打开can 口

复制代码
 sudo modprobe gs_usb

 sudo ip link set can0 up type can bitrate 500000

 sudo ip link set can0 up type can bitrate 500000

 sudo apt install can-utils

candump can0

mkdir -p ~/ros2_ws/src
 cd ~/ros2_ws/src
git clone https://github.com/westonrobot/ugv_sdk.git
git clone https://github.com/westonrobot/scout_ros2.git
cd ..
colcon build

Launch ROS nodes

Start the base node for the Scout robot

ros2 launch scout_base scout_base.launch.py

Start the keyboard tele-op node

ros2 run teleop_twist_keyboard teleop_twist_keyboard

或者你直接下载我调整好的

我的github

复制代码
git clone https://github.com/luogantt/scout_ros2_humble_lg

 cd scout_ros2_humble_lg
 colcon build

#打开can 口

复制代码
 sudo modprobe gs_usb

 sudo ip link set can0 up type can bitrate 500000

 sudo ip link set can0 up type can bitrate 500000

 sudo apt install can-utils

candump can0

Launch ROS nodes

Start the base node for the Scout robot

ros2 launch scout_base scout_base.launch.py

Start the keyboard tele-op node

ros2 run teleop_twist_keyboard teleop_twist_keyboard

相关推荐
Mr.Winter`3 小时前
基于Proto3和单例模式的系统参数配置模块设计(附C++案例实现)
c++·人工智能·单例模式·机器人
中國龍在廣州20 小时前
现在人工智能的研究路径可能走反了
人工智能·算法·搜索引擎·chatgpt·机器人
数据与后端架构提升之路20 小时前
RT-2:Google DeepMind的机器人革命——如何让AI从网页知识中学会操控现实世界
机器人·视觉语言动作模型·rt-2模型·google deepmind·链式思维推理
攻城狮7号20 小时前
小米具身大模型 MiMo-Embodied 发布并全面开源:统一机器人与自动驾驶
人工智能·机器人·自动驾驶·开源大模型·mimo-embodied·小米具身大模型
shayudiandian1 天前
ChatGPT风格对话机器人搭建教程
人工智能·chatgpt·机器人
robot_learner1 天前
11 月 AI 动态:多模态突破・智能体模型・开源浪潮・机器人仿真・AI 安全与主权 AI
人工智能·机器人·开源
IT观测1 天前
手部动作捕捉技术系统推荐:机器人灵巧操作的革命
机器人
m0_650108242 天前
PaLM-E:具身智能的多模态语言模型新范式
论文阅读·人工智能·机器人·具身智能·多模态大语言模型·palm-e·大模型驱动
J_Xiong01172 天前
【VLNs篇】17:NaVid:基于视频的VLM规划视觉语言导航的下一步
人工智能·机器人
ModestCoder_2 天前
PPO-clip算法在Gymnasium的Pendulum环境实现
人工智能·算法·机器人·具身智能