use_isaacsimを追加#25
Open
YusukeKato wants to merge 4 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
本PRは、URDF/Xacro生成時に use_isaacsim オプションを追加し、Isaac Sim向けに ros2_control ハードウェアプラグイン(topic-based)へ切り替えられるようにする変更です。これにより、Gazebo/実機/モックに加えてIsaac Sim統合を選択できるようになります。
Changes:
use_isaacsim引数を追加し、xacro展開時にtopic_based_ros2_control/TopicBasedSystemを選択可能に変更- Isaac Sim利用時にも head camera のフレーム定義が生成されるよう条件を拡張
RobotDescriptionLoaderとテストにuse_isaacsim経路を追加
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| urdf/sciurus17.urdf.xacro | use_isaacsim arg追加、ros2_control設定へ伝搬、head cameraフレーム生成条件を拡張 |
| urdf/sciurus17.ros2_control.xacro | Isaac Sim用にTopicBasedSystemを選択する分岐を追加 |
| sciurus17_description/robot_description_loader.py | xacro呼び出し引数に use_isaacsim を追加 |
| test/test_robot_description_loader.py | use_isaacsim の反映を確認するテストを追加 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+15
to
+17
| <plugin>topic_based_ros2_control/TopicBasedSystem</plugin> | ||
| <param name="joint_commands_topic">/joint_command</param> | ||
| <param name="joint_states_topic">/joint_states</param> |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this implement/fix?
Does this close any currently open issues?
How has this been tested?
Any other comments?
Checklists