Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Paul Rouanet
ros2_control_bolt
Commits
14bd7951
Commit
14bd7951
authored
Aug 24, 2021
by
Paul Rouanet
Browse files
Change call system_bolt.ros2_control.xacro to system_bolt.urdf.xacro
parent
938071e9
Changes
1
Show whitespace changes
Inline
Side-by-side
ros2_control_bolt_bringup/launch/system_bolt.launch.py
View file @
14bd7951
...
...
@@ -36,7 +36,7 @@ def generate_launch_description():
declared_arguments
.
append
(
DeclareLaunchArgument
(
"description_file"
,
default_value
=
"system_bolt.
ros2_control
.xacro"
,
default_value
=
"system_bolt.
urdf
.xacro"
,
description
=
"URDF/XACRO description file with the robot."
,
)
)
...
...
@@ -104,21 +104,6 @@ def generate_launch_description():
PathJoinSubstitution
(
[
FindPackageShare
(
description_package
),
"urdf"
,
description_file
]
),
" "
,
"prefix:="
,
prefix
,
" "
,
"use_sim:="
,
use_sim
,
" "
,
"use_fake_hardware:="
,
use_fake_hardware
,
" "
,
"fake_sensor_commands:="
,
fake_sensor_commands
,
" "
,
"slowdown:="
,
slowdown
,
]
)
robot_description
=
{
"robot_description"
:
robot_description_content
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment