Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMingo committed Jul 18, 2024
1 parent 10285d2 commit 78588f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/examples/LittleDog_id.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
try:
package_path = rospkg.RosPack().get_path('LittleDog')
except:
print("To run this example is needed the anymal_c_simple_description package that can be download here: https://github.com/EnricoMingo/LittleDog")
print("To run this example is needed the LittleDog package that can be download here: https://github.com/EnricoMingo/LittleDog")

launch_path = package_path + "/launch/LittleDog.launch"
print(launch_path)
Expand Down

0 comments on commit 78588f9

Please sign in to comment.