Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.25 KB

crane_plus_gazebo

CRANE+ V2 のGazebo シミュレーションパッケージです。

ノードの起動

次のコマンドを実行するとGazeboが起動し、CRANE+ V2モデルとTable、Boxが表示されます。

初回起動時はTableとBoxのモデルをダウンロードするため、モデルの表示に時間がかかることがあります。

実機との接続やcrane_plus_examples/launch/demo.launch.pyの実行は必要ありません。

$ ros2 launch crane_plus_gazebo crane_plus_with_table.launch.py

カメラ付きモデルを使用する場合は下記コマンドを実行します。

$ ros2 launch crane_plus_gazebo crane_plus_with_table.launch.py use_camera:=true

CRANE+ V2の前にArUcoマーカ付きのBoxを置いたシミュレータ環境を使用する場合は下記コマンドを実行します。

$ ros2 launch crane_plus_gazebo crane_plus_with_aruco_cube.launch.py

CRANE+ V2の前に赤いBoxを置いたシミュレータ環境を使用する場合は下記コマンドを実行します。

$ ros2 launch crane_plus_gazebo crane_plus_with_red_cube.launch.py

crane_plus_ignition