ROS Components for hexapod_robot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

119 lines
2.4KB

  1. controller_manager:
  2. ros__parameters:
  3. update_rate: 50
  4. joint_state_broadcaster:
  5. type: joint_state_broadcaster/JointStateBroadcaster
  6. e1_group_controller:
  7. type: joint_trajectory_controller/JointTrajectoryController
  8. e2_group_controller:
  9. type: joint_trajectory_controller/JointTrajectoryController
  10. e3_group_controller:
  11. type: joint_trajectory_controller/JointTrajectoryController
  12. e4_group_controller:
  13. type: joint_trajectory_controller/JointTrajectoryController
  14. e5_group_controller:
  15. type: joint_trajectory_controller/JointTrajectoryController
  16. e6_group_controller:
  17. type: joint_trajectory_controller/JointTrajectoryController
  18. e1_group_controller:
  19. ros__parameters:
  20. joints:
  21. - c1_joint
  22. - f1_joint
  23. - t1_joint
  24. command_interfaces:
  25. - position
  26. state_interfaces:
  27. - position
  28. interpolation_method: none
  29. e2_group_controller:
  30. ros__parameters:
  31. joints:
  32. - c2_joint
  33. - f2_joint
  34. - t2_joint
  35. command_interfaces:
  36. - position
  37. state_interfaces:
  38. - position
  39. interpolation_method: none
  40. e3_group_controller:
  41. ros__parameters:
  42. joints:
  43. - c3_joint
  44. - f3_joint
  45. - t3_joint
  46. command_interfaces:
  47. - position
  48. state_interfaces:
  49. - position
  50. interpolation_method: none
  51. e4_group_controller:
  52. ros__parameters:
  53. joints:
  54. - c4_joint
  55. - f4_joint
  56. - t4_joint
  57. command_interfaces:
  58. - position
  59. state_interfaces:
  60. - position
  61. interpolation_method: none
  62. e5_group_controller:
  63. ros__parameters:
  64. joints:
  65. - c5_joint
  66. - f5_joint
  67. - t5_joint
  68. command_interfaces:
  69. - position
  70. state_interfaces:
  71. - position
  72. interpolation_method: none
  73. e6_group_controller:
  74. ros__parameters:
  75. joints:
  76. - c6_joint
  77. - f6_joint
  78. - t6_joint
  79. command_interfaces:
  80. - position
  81. state_interfaces:
  82. - position
  83. interpolation_method: none