ROS Components for hexapod_robot
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

8 Zeilen
409B

  1. # joint_limits.yaml allows the dynamics properties specified in the URDF to be overwritten or augmented as needed
  2. # For beginners, we downscale velocity and acceleration limits.
  3. # You can always specify higher scaling factors (<= 1.0) in your motion requests. # Increase the values below to 1.0 to always move at maximum speed.
  4. default_velocity_scaling_factor: 0.1
  5. default_acceleration_scaling_factor: 0.1