bridge launch file bug fix
This commit is contained in:
parent
5cb6343380
commit
125cbca84f
|
@ -8,12 +8,12 @@ from ament_index_python.packages import get_package_share_directory
|
||||||
import os
|
import os
|
||||||
|
|
||||||
def generate_launch_description():
|
def generate_launch_description():
|
||||||
go2_xacro_file = os.path.join(
|
# go2_xacro_file = os.path.join(
|
||||||
get_package_share_directory("go2_description"), "xacro", "robot_virtual_arm.xacro"
|
# get_package_share_directory("go2_description"), "xacro", "robot_virtual_arm.xacro"
|
||||||
)
|
# )
|
||||||
robot_description = Command(
|
# robot_description = Command(
|
||||||
[FindExecutable(name="xacro"), " ", go2_xacro_file, " DEBUG:=", 'false']
|
# [FindExecutable(name="xacro"), " ", go2_xacro_file, " DEBUG:=", 'false']
|
||||||
)
|
# )
|
||||||
|
|
||||||
return LaunchDescription([
|
return LaunchDescription([
|
||||||
# launch the pointcloud to laser scan converter
|
# launch the pointcloud to laser scan converter
|
||||||
|
|
Loading…
Reference in New Issue