-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* jazzy対応(MoveitConfigsBuilder) * MoveitCofigsBuilderを使ってmoveit_configの枠を作る * planning_plugins, requesr_adaptorsの設定をompl_planning.yamlの先頭で行う * ompl_planning.yamlにstart_state_max_bounds_errorの設定を追加 * 7/19ここまで * MoveitConfigsBuilderを使うに伴った、yamlファイルの指定の項目追加 * 一通りMoveItConfigsBuilderに対応 * MoveIt Setup Assistantを使って設定ファイルを生成 * urdfの指定を追加 * crane_plus_configのrun_move_group.launchを呼ぶ * Unable to parse SRDFのエラーが解決できない * demo.launchが起動できるようになった * 余計なコメントアウト部分削除 * 余計なコメントアウト削除 * rviz上でMottionPlanningができるようになった * 余計なコメントアウト削除 * 不要なコメント削除 * 不要ファイルのignore * crane_plus_moveit_config/launchの中の不要ファイル削除 * default_***_scaling_factorを0.1->1.0に変更 * setup assistantによる書換わりを元の書き方に修正 * exampleのdemo.lauch修正 * run_move_group.rviz削除 * sensors_3d.yaml削除 * solverを元に戻す * .gitignore変更 * setup_assistant関連のファイル追加 * ciのjazzy対応 * run_move_froup.lauch.pyの整理 * 不要な権限変更 * 不要な権限変更 * 不要なscript削除 * kinematicの設定修正 * ソルバーをKDLに戻す * warehouse_ros_mongoをcrane_plus_moveit_configのpackage.xmlに含めない * レビュー結果反映 * README.md(jazzy対応&バイナリインストール方法追加) * .dockerのREADME.mdのjazzy対応 * CI対応(copyright追加) * CI対応 * CI対応(setup_assistant.launch.py) * CI対応(package.xmlの不要な部分削除) * コメントをjazzyに合わせる * ign fuelでgazeboのモデルをダウンロードする記述削除 * ciのDockerイメージをjazzyに対応 * 他の製品と設定を共通化 * crane_plus_description/package.xmlのauthorに溝口を追加 * ompl_planning.yamlに抜けていた記述追加 * .gitignoreの末尾に.vscode追加 * 旧115行目の改行復活 * ファイル名変更controllers.yaml->moveit_controllers.yaml * kinematics_solver_attemptsの指定削除 * RobotDescriptionLoader対応とmoveit_configの不必要な定義削除 * robot_description_kinematicsの設定を削除 * 削除したrun_move_group.rvizの内容をmoveit.rvizとして反映 * Sciurus17のrun_move_group.launch.pyの書き方に合わせる * gz_sim対応(crane_plus_gazeboパッケージ) * gz_sim対応(crane_plus_descriptionパッケージ) * Ignitionを使用するかのパラメタuse_ignition削除 * test_use_gazeboをGazebo Harmonicに対応 * 3D SceneのGUIをGazebo Harmonicに対応 * MoveitConfigsBuilderを使いつつ、rvizの設定ファイルを適切に設定する要修正 * MoveitConfigsBuilderを使いつつ、rvizの設定ファイルを適切に設定する修正 * Gazebo環境にカメラを追加 (#83) * カメラ追加 * use_sim_timeオプション追加 * カメラの画角調整 * 色検出サンプルの色しきい値調整 * 把持位置調整 * 現バージョンのデフォルト設定を反映 * ArUcoマーカ付きの立方体を追加 * ワールド、launchファイル追加 * use_cameraの有効化 * use_cameraを引数で切り替えられるように変更 * カメラスタンドのURDF修正 * GazeboのCameraモデル対応したコードのign->gz対応 * CI対応 * CI対応 * rviz_configの名称統一 * spawn_gripper_contolollerの記述を他のコントローラの記述と合わせる * rviz_configの切替えの仕方を修正 * スタイル修正 * declare_rviz_config追加 * configファイルのパス設定を修正 * gazebo表記をgzに統一 * スタイル修正 * gui.config修正 --------- Co-authored-by: Kuwamai <[email protected]>
- Loading branch information
Showing
36 changed files
with
397 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ on: | |
workflow_dispatch: | ||
|
||
env: | ||
ROS_DISTRO: humble | ||
ROS_DISTRO: jazzy | ||
REGISTRY: ghcr.io | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,5 +56,4 @@ docs/_build/ | |
# PyBuilder | ||
target/ | ||
.pytest_cache | ||
|
||
.vscode | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
|
||
<author email="[email protected]">Shota Aoki</author> | ||
<author email="[email protected]">Atsushi Kuwagata</author> | ||
<author email="[email protected]">Nozomi Mizoguchi</author> | ||
|
||
<buildtool_depend>ament_cmake</buildtool_depend> | ||
<buildtool_depend>ament_cmake_python</buildtool_depend> | ||
|
||
<depend>gazebo_ros2_control</depend> | ||
<depend>ign_ros2_control</depend> | ||
<depend>gz_ros2_control</depend> | ||
<depend>joint_state_publisher_gui</depend> | ||
<depend>launch</depend> | ||
<depend>robot_state_publisher</depend> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.