Skip to content

Commit

Permalink
Fixed issue #10 by changing pkg_name from 'rosfalcon' to 'ros_falcon'
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanmunawar committed Jun 10, 2019
1 parent a380edb commit 26dca79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mainpage.dox
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
\mainpage
\htmlinclude manifest.html

\b rosfalcon is ...
\b ros_falcon is ...

<!--
Provide an overview of your package.
Expand Down
4 changes: 2 additions & 2 deletions nodes/joy2cmd_vel.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import roslib; roslib.load_manifest('rosfalcon')
import roslib; roslib.load_manifest('ros_falcon')

import rospy
from geometry_msgs.msg import Twist
from joy.msg import Joy
from sensor_msgs.msg import Joy

def joyCallBack(data,cmd_vel):
#print data
Expand Down

0 comments on commit 26dca79

Please sign in to comment.