-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ros2-ugv-description #456
Open
rafal-gorecki
wants to merge
10
commits into
ros2-devel
Choose a base branch
from
ros2-ugv-description
base: ros2-devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Ros2-ugv-description #456
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
8ce1d57
Merge panther and lynx description pkg
rafal-gorecki 2513a07
Fix path
rafal-gorecki c86139e
Add lynx mesh and use base_footprint
rafal-gorecki 7f86f8b
Update husarion_ugv_description/urdf/common/gazebo.urdf.xacro
rafal-gorecki d0c72e0
Fix simulation
rafal-gorecki 4e090f4
Merge branch 'ros2-lynx-devel' into ros2-ugv-description
rafal-gorecki 4eb1aba
husarion_ugv_description -> husarion_ugv_descriptions
rafal-gorecki 7667f9d
base_link -> base_footprint
rafal-gorecki 5bea48b
Merge branch 'ros2-devel' into ros2-ugv-description
rafal-gorecki b8ccaf0
Use base_link in configs
rafal-gorecki File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
2 changes: 1 addition & 1 deletion
2
panther_description/CHANGELOG.rst → husarion_ugv_description/CHANGELOG.rst
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
5 changes: 2 additions & 3 deletions
5
panther_description/CMakeLists.txt → husarion_ugv_description/CMakeLists.txt
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,12 +1,11 @@ | ||
cmake_minimum_required(VERSION 3.10.2) | ||
project(panther_description) | ||
project(husarion_ugv_descriptions) | ||
|
||
find_package(ament_cmake REQUIRED) | ||
|
||
install(DIRECTORY config launch meshes rviz urdf | ||
DESTINATION share/${PROJECT_NAME}) | ||
|
||
ament_environment_hooks( | ||
"${CMAKE_CURRENT_SOURCE_DIR}/hooks/${PROJECT_NAME}.sh.in") | ||
ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/hooks/setup_envs.sh.in") | ||
|
||
ament_package() |
5 changes: 4 additions & 1 deletion
5
panther_description/README.md → husarion_ugv_description/README.md
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,14 +1,17 @@ | ||
# panther_description | ||
# husarion_ugv_descriptions | ||
|
||
The package contains URDF files responsible for creating a representation of the robot by specifying the relationships and types of connections (joints) between individual links. It also contains information about the robot's mesh. | ||
|
||
## Launch Files | ||
|
||
- `load_urdf.launch.py` - loads the robot's URDF and creates simple bindings to display moving joints. | ||
- `overwrite_robot_description.launch.py` - launch is able to change `robot_description` topic in runtime. | ||
- `rviz.launch.py` - launch RViz2 with basic configuration. | ||
|
||
## Configuration Files | ||
|
||
- [`components.yaml`](./config/components.yaml): Allows you to quickly add visualization of sensors, TF connections and simulate their behavior in the simulator. | ||
- [`WH01.yaml`](./config/WH01.yaml): Description of physical and visual parameters for the wheel WH01. | ||
- [`WH02.yaml`](./config/WH02.yaml): Description of physical and visual parameters for the wheel WH02. | ||
- [`WH04.yaml`](./config/WH04.yaml): Description of physical and visual parameters for the wheel WH04. | ||
- [`WH05.yaml`](./config/WH05.yaml): Description of physical and visual parameters for the wheel WH05. |
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
2 changes: 1 addition & 1 deletion
2
panther_description/config/components.yaml → ...on_ugv_description/config/components.yaml
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
File renamed without changes.
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.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codebase verification
Path in README needs to be updated
The README points to
husarion_ugv_descriptions/config/components.yaml
, but the actual path in the repository ishusarion_ugv_description/config/components.yaml
(singular 'description'). The wheel configuration files are also located in the same directory.husarion_ugv_descriptions
tohusarion_ugv_description
🔗 Analysis chain
Verify the updated configuration paths
The path updates align with the rebranding from "panther" to "husarion_ugv". Let's verify these paths exist in the repository.
Also applies to: 114-114
🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
Length of output: 391
Script:
Length of output: 1784