ros2-humble moveit2 配置机器人修改项
可能出的bug
config/joint_limits.yaml 数据类型错误
max_velocity: 1 -> max_velocity: 1.0
config/sensors_3d.yaml 可能不完整
正确格式如下
sensors:
- default_sensor
default_sensor:
filtered_cloud_topic: filtered_cloud
max_range: 5.0
max_update_rate: 1.0
padding_offset: 0.1
padding_scale: 1.0
point_cloud_topic: /head_mount_kinect/depth_registered/points
point_subsample: 1
sensor_plugin: occupancy_map_monitor/PointCloudOctomapUpdater
config/ros2_controllers.yaml 可能不完整
command_interfaces:
[]
state_interfaces:
[]
->
command_interfaces:
- position
state_interfaces:
- position
- velocity
config/moveit_controllers.yaml 可能会丢action_ns
right_hand_controller:
type: FollowJointTrajectory
joints:
- right_hand_joint1
- right_hand_joint2
- right_hand_joint3
- right_hand_joint4
- right_hand_joint5
- right_hand_joint6
- right_hand_joint7
action_ns: follow_joint_trajectory
default: true
trac_ik
可以用官方版本,编译不通过时把报错找不到的.hpp文件改成.h文件即可
git clone -b rolling https://bitbucket.org/traclabs/trac_ik.git
https://github.com/stevengj/nlopt
fatal error: trac_ik_kinematics_plugin/trac_ik_kinematics_plugin_parameters.hpp: No such file or directory
去build里,build/trac_ik_kinematics_plugin/trac_ik_kinematics_plugin_parameters/include
目录下,新建一个trac_ik_kinematics_plugin目录,把旁边的trac_ik_kinematics_plugin_parameters.hpp移动进去
DAMO开发者矩阵,由阿里巴巴达摩院和中国互联网协会联合发起,致力于探讨最前沿的技术趋势与应用成果,搭建高质量的交流与分享平台,推动技术创新与产业应用链接,围绕“人工智能与新型计算”构建开放共享的开发者生态。
更多推荐



所有评论(0)