Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python get ros package path

import rospkg

# get an instance of RosPack with the default search paths
rospack = rospkg.RosPack()
 
# list all packages, equivalent to rospack list
rospack.list() 

# get the file path for rospy_tutorials
rospack.get_path('rospy_tutorials')
 
PREVIOUS NEXT
Tagged: #python #ros #package #path
ADD COMMENT
Topic
Name
1+5 =