open-rdc / orne-box

Platform hardware for autonomous robot
BSD 2-Clause "Simplified" License
25 stars 20 forks source link

2d navigation in simulator #64

Closed IGC8810 closed 2 years ago

IGC8810 commented 2 years ago

現在の構成で暫定的にシミュレータ上で2次元のナビゲーションができるように追加・変更を行った。 主な変更点を以下にまとめる。

実行時のコマンドは以下のとおりである。 roslaunch orne_box_simulations sim.launch roslaunch orne_box_navigation_executor play_waypoints_nav_box.launch cmd_vel:=/orne_box/diff_drive_controller/cmd_vel gazeboとrviz起動後、rviz上のSwitch Cancelのボタンを押すと自律移動を開始する。

@NaokiTakahashi12 レビューお願いします。

IGC8810 commented 2 years ago

@NaokiTakahashi12 再レビューお願いします。