ROS Components for hexapod_robot
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- # joint_limits.yaml allows the dynamics properties specified in the URDF to be overwritten or augmented as needed
-
- # For beginners, we downscale velocity and acceleration limits.
- # 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.
- default_velocity_scaling_factor: 0.1
- default_acceleration_scaling_factor: 0.1
|