
ROS机器人编程实践
基于机器人操作系统(ROS)相关的开发
expectmorata
这个作者很懒,什么都没留下…
展开
-
matlab Robotics System Toolbox 1 ----- Manipulator Algorithms
introduction使用matlab robotics工具箱,这个工具箱功能上类似ros,并且提供和ros交互的接口。在做一个三轴机械臂的项目,使用manipulator algorithms的部分。目标是:让三轴机械臂tracking一条直线。建立模型我们的模型非常简单,不使用urdf了,直接手动建模。基础概念robotobject的集合bodyobject,看成是机器...原创 2019-12-24 23:47:22 · 964 阅读 · 0 评论 -
ROS 机器人编程实践练习-第三章
ROS topicdefROS Topics are the mechanism used to pass messages between nodes. When a node wants to make information available to other nodes at run-time, it publishes messages to a topic.Topic 使用...原创 2019-10-07 18:24:10 · 399 阅读 · 0 评论 -
ROS环境--构建gamepad 环境
用键盘控制小乌龟转自:https://blog.youkuaiyun.com/u014587147/article/details/75673110小乌龟控制的msg数据格式:roscorerosrun turtlesim turtlesim_noderosrun turtlesim turtle_teleop_key用graph查看ROS的节点和msgrqt_graph查看一下ROS上的...原创 2019-10-11 09:25:44 · 365 阅读 · 0 评论