-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update "slam_node" to utilize LifecycleNode in accordance with changes made in "slam_toolbox". * collision_monitorを仮で設定 * "bt_navigator"で"plugin_lib_names"がデフォルトで選ばれるようになり、残しておくと複数定義でエラーとなるため削除。充電ドックを設定しないといけないためダミーの値を設定 * "docking_server"を最低限の構成に変更した [補足]コストマップは読み込めるがナビゲーションできない状態 * 速度について`Twist`から`TwistStamped`に統一するための設定"enable_stamped_cmd_vel: True"を記述 * "collisiton_monitor"の"use_sim_time"を"True"にしてシミュレーション上でのNavigationが動作することを確認した。 * "default_nav_to_pose_bt_xml"と"default_nav_through_poses_bt_xml"について指定方法の記述を追加(しかし、デフォルトを指定されるようにコメントアウト) * 実験的に"use_sim_time"を"True"で実験をした変更のコミット。 [補足]"controller_server"では"True"にするとNavigationが開始されない。 * "use_sim_time"を起動コマンドから与えるように変更した [補足]シミュレータ上での動作のみを確認した * パラメータファイルでの構成要素を最低限にした * Update README for Jazzy * Fix reference links * Add branch links * Update CI for Jazzy * Move .ci.rosinstall file * Fix typo in README * Add .ci.rosinstall settings for dependent packages * Adapted format for ROS 2 Jazzy * Add authors * Removed "-devel" in branch name * Set the default for "use_sim_time" to "False" and corrected the specification method in the README * Fixed MAP path
- Loading branch information
Showing
15 changed files
with
444 additions
and
321 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- git: | ||
uri: https://github.com/rt-net/raspimouse2.git | ||
local-name: raspimouse2 | ||
version: jazzy | ||
- git: | ||
uri: https://github.com/rt-net/rt_usb_9axisimu_driver.git | ||
local-name: rt_usb_9axisimu_driver | ||
version: jazzy | ||
- git: | ||
uri: https://github.com/rt-net/raspimouse_ros2_examples.git | ||
local-name: raspimouse_ros2_examples | ||
version: jazzy |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# raspimouse_navigation | ||
|
||
パラメータについては以下を参照すること。 | ||
- [Navigation2:初めてのロボットセットアップガイド](https://navigation.ros.org/setup_guides/index.html#setup-guides) | ||
- [Navigation2:パラメータチューニング方法](https://navigation.ros.org/tuning/index.html) | ||
- [Navigation2:パラメータ一覧](https://navigation.ros.org/configuration/index.html) | ||
パラメータについては以下を参照すること。 | ||
- [Navigation2:初めてのロボットセットアップガイド](https://docs.nav2.org/setup_guides/index.html) | ||
- [Navigation2:パラメータチューニング方法](https://docs.nav2.org/tuning/index.html) | ||
- [Navigation2:パラメータ一覧](https://docs.nav2.org/configuration/index.html) |
Oops, something went wrong.