欢迎来到尧图网

客户服务 关于我们

您的位置:首页 > 财经 > 产业 > 松灵机器人 scout ros2 驱动 安装

松灵机器人 scout ros2 驱动 安装

2025/2/6 0:45:11 来源:https://blog.csdn.net/luoganttcc/article/details/145404703  浏览:    关键词:松灵机器人 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/srccd ~/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_lgcolcon 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

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com