Description
Hi qbotics,
I've been following your book to teleoperate the Turtlebot with leap motion.
I get stuck at creating the package vr_leap_teleop.
I did use $ catkin_create_pkg vr_leap_teleop roscpp rospy std_msgs visualization_msgs geometry_msgs message_generation visualization_msgs
as below:
ysu66@mech1331:~/catkin_ws/src$ catkin_create_pkg vr_leap_teleop roscpp rospy std_msgs visualization_msgs geometry_msgs message_generation visualization_msgs WARNING: Packages with messages or services should depend on both message_generation and message_runtime Created file vr_leap_teleop/CMakeLists.txt Created file vr_leap_teleop/package.xml Created folder vr_leap_teleop/include/vr_leap_teleop Created folder vr_leap_teleop/src Successfully created files in /home/ysu66/catkin_ws/src/vr_leap_teleop. Please adjust the values in package.xml. ysu66@mech1331:~/catkin_ws/src $ tree /home/ysu66/catkin_ws/src/vr_leap_teleop
├── CMakeLists.txt
├── include
│ └── vr_leap_teleop
├── package.xml
└── src
Then, I tried to copy the python script from vr_leap_teleop files you provided in github. But I cannot build the package successfully later on.
I might be wrong but I think the vr_leap_teleop package files you provided in githubhttps://github.com/qboticslabs/ros_robotics_projects/tree/master/chapter_11_codes/vr_leap_teleopis not complete. Like there is no launch.file that I can use to run the node.
Do you think you could kindly offer me the complete package that I can build directly?
Or could you please tell me how I can build the vr_leap_teleop pacakage succefully? I rely on your book but have no clue how to get it running. Cheers.
Btw, I am using ROS indigo in Ubuntu 14.04 on a real Linux machine.
Steven
New Zealand