Skip to content
Snippets Groups Projects
Commit 78daeaaa authored by Philipp Schillinger's avatar Philipp Schillinger
Browse files

Fix #25: Use python path instead of package path

parent 6c9c5c3b
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ IO.BehaviorLoader = new (function() {
this.updateManualSections = function(callback) {
var names = Behavior.createNames();
var package_name = names.rosnode_name;
ROS.getPackagePath(package_name, (folder_path) => {
ROS.getPackagePythonPath(package_name, (folder_path) => {
if (folder_path == undefined) {
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment