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

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值