Skip to content

Commit

Permalink
Fix: import rospkg
Browse files Browse the repository at this point in the history
Add rviz view to headless demo launch
  • Loading branch information
ipa-lth committed Sep 27, 2017
1 parent 841033f commit 512b246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frame_editor/launch/frame_editor_headless.launch
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version="1.0"?>

<launch>
<node pkg="frame_editor" type="editor.py" name="frame_editor"
<node pkg="frame_editor" type="editor.py" name="frame_editor"
args="--load '$(find frame_editor)/etc/frames.yaml'"
output="screen"/>

<node pkg="rviz" type="rviz" name="rviz" args="-d $(find frame_editor)/etc/frame_editor.rviz"/>
</launch>
1 change: 1 addition & 0 deletions frame_editor/src/frame_editor/editor.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import rospy
import rosparam
import rospkg

from frame_editor.objects import *
from frame_editor.commands import *
Expand Down

0 comments on commit 512b246

Please sign in to comment.