change name in rsp.launch
This commit is contained in:
parent
653fb340d2
commit
864cbcb87b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ def generate_launch_description():
|
||||||
use_sim_time = LaunchConfiguration('use_sim_time')
|
use_sim_time = LaunchConfiguration('use_sim_time')
|
||||||
|
|
||||||
# Process the URDF file
|
# Process the URDF file
|
||||||
pkg_path = os.path.join(get_package_share_directory('my_bot'))
|
pkg_path = os.path.join(get_package_share_directory('matebot'))
|
||||||
xacro_file = os.path.join(pkg_path,'description','robot.urdf.xacro')
|
xacro_file = os.path.join(pkg_path,'description','robot.urdf.xacro')
|
||||||
robot_description_config = xacro.process_file(xacro_file)
|
robot_description_config = xacro.process_file(xacro_file)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue