Package Summary

Tags No category tags.
Version 0.0.0
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/CIR-KIT/steer_drive_ros.git
VCS Type git
VCS Version indigo-devel
Last Updated 2018-08-16
Dev Status MAINTAINED
CI status Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

steer bot hardware for gazebo simulation

Additional Links

No additional links.

Maintainers

  • Enrique Fernandez

Authors

  • Enrique Fernandez

パラメータ

steer_bot_hardware_gazebo:
    # 後輪フレーム
    rear_wheel  : 'base_to_wheel'
    # ステアフレーム
    front_steer : 'base_to_steer'
    # Gazebo用仮想後輪フレーム
    virtual_rear_wheels  : ['base_to_right_rear_wheel', 'base_to_left_rear_wheel']
    virtual_front_wheels : ['base_to_right_front_wheel', 'base_to_left_front_wheel']
    # Gazebo用仮想ステアフレーム
    virtual_front_steers : ['base_to_right_front_steer', 'base_to_left_front_steer']

    # ackermann link mechanism
    # trueならアッカーマン, falseならパラレルリンク.デフォルトはtrue.
    enable_ackermann_link: true
    # タイヤ間距離(左右)
    wheel_separation_w : 0.5
    # タイヤ間距離(前後)
    wheel_separation_h : 0.79

gains:
 # 後輪速度制御用PIDゲイン
  base_to_right_rear_wheel  :  {p: 100000.0, d: 10.0, i: 0.50, i_clamp: 3.0}
  base_to_left_rear_wheel   :  {p: 100000.0, d: 10.0, i: 0.50, i_clamp: 3.0}

SetVelocityが使えない.

  • 仕様っぽい
    • http://answers.ros.org/question/118546/setting-joint-velocity-in-gazebo/
  • VELOCITY_PIDでやるしかない.
CHANGELOG
No CHANGELOG found.

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Recent questions tagged steer_bot_hardware_gazebo at Robotics Stack Exchange