Skip to content
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

Restructuring for example_5 #237

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix rviz
christophfroehlich committed Feb 15, 2023
commit dfb16e1e765a130c9b7e7211a4bc46cc41fe02d6
2 changes: 1 addition & 1 deletion example_5/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ install(
DESTINATION include
)
install(
DIRECTORY description/launch description/ros2_control description/urdf description/rviz
DIRECTORY description/launch description/ros2_control description/urdf description/rviz description/meshes
DESTINATION share/${PROJECT_NAME}
)
install(
2 changes: 1 addition & 1 deletion example_5/bringup/launch/rrbot_base.launch.py
Original file line number Diff line number Diff line change
@@ -153,7 +153,7 @@ def generate_launch_description():
]
)
rviz_config_file = PathJoinSubstitution(
[FindPackageShare(description_package), "config", "rrbot.rviz"]
[FindPackageShare(description_package), "rviz", "rrbot.rviz"]
)

control_node = Node(
253 changes: 253 additions & 0 deletions example_5/description/meshes/hokuyo.dae

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion example_5/description/urdf/rrbot_description.urdf.xacro
Original file line number Diff line number Diff line change
@@ -144,7 +144,7 @@
<visual>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<mesh filename="package://rrbot_description/meshes/hokuyo.dae"/>
<mesh filename="package://ros2_control_demo_example_5/meshes/hokuyo.dae"/>
</geometry>
</visual>