No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

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

Repository Summary

Checkout URI https://github.com/tkuwheel/tkurobosot.git
VCS Type git
VCS Version master
Last Updated 2020-02-25
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The self-localization package

Additional Links

No additional links.

Maintainers

  • neet

Authors

No additional authors.
#使用說明

//======================================================================
#模擬
    $roscore
    $rosrun self_localization distest
    wasd控制上下左右 qe控制旋轉
    $rosrun self_localization self_localization
    ###注意###模擬已經與實際使用整合完畢 皆使用rosrun self_localization self_localization
//======================================================================
#實際使用
    將機器人移動至球場中心,車頭朝向櫃子會比較好定位
    $roslaunch fira_launch main_launch.launch
    $rosrun vision localization_white_line
    $rosrun imu_3d imu_3d
    $rosrun self_localization self_localization

    #輸入topic:
        #馬達回授: /motion/motionFB
        #imu_3d回授: /imu_3d
        #白線座標點: /vision/mcl/WhiteRealDis
    #輸出topic:
        #定位點: /akf_pose
        #粒子標準差: /mcl/sd
        #影像: /mcl/image
    
    球場中心點為(0, 0)朝向櫃子為地圖y+,藍門為地圖x+,面向藍門為地圖0度
//======================================================================
#重置定位
    $rostopic pub /mcl/resetParticles self_localization/resetParticles "init: false
    x: 0.0
    y: 0.0
    w: 0.0" 

    init改成ture可以設置搜尋起始點(x,y,w),使用false為隨機搜尋
//======================================================================
#定位資訊輸出查看
    #定位座標
        $rostopic echo /akf_pose
    #粒子標準差
        $rostopic echo /mcl/sd
    #影像
        $rostopic echo /mcl/image
//======================================================================
#馬達回授資訊查看
    $rostopic echo /motion/motionFB
    y+為機器人車頭前方
    x+為機器人車頭右方
    距離單位 公尺
//======================================================================


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.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Services

No service files found

Plugins

No plugins found.

Recent questions tagged self_localization at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.