Skip to content

Commit

Permalink
Added more info to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
kecks committed Apr 22, 2024
1 parent 109edf5 commit 65fc599
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions demos/pycram_virtual_building_demos/setup/launch_robot.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

def launch_pr2():
"""
Method to launch PR2
Method to launch PR2 on the parameter server and start the ik service
"""
# name = 'pr2'
# urdf = 'pr2.urdf'
Expand All @@ -31,7 +31,8 @@ def launch_pr2():

def launch_robot(launch_file, package='pycram', launch_folder='/launch/'):
"""
General method to launch a specified file in given parameters
General method to start a specified launch file with given parameters.
Default location for launch files here is in the folder 'launch' inside the pycram package
:param launch_file: File name of the launch file
:param package: Name of the package
Expand Down

0 comments on commit 65fc599

Please sign in to comment.