turtlebot / turtlebot_apps

A group of simple demos and exmaples to run on your TurtleBot to help you get started with ROS and TurtleBot.
http://www.ros.org/wiki/turtlebot_apps
196 stars 225 forks source link

Unused keyop cpp file #85

Closed chadrockey closed 10 years ago

chadrockey commented 10 years ago

It looks like this file isn't compiled or used?

If it isn't supported or executable, it should probably be removed.

https://github.com/turtlebot/turtlebot_apps/blob/hydro/turtlebot_teleop/src/turtlebot_key.cpp

bit-pirate commented 10 years ago

Interesting find. Looks like keyboard teleop is implemented twice and only the python version is used at this moment.

+1 to clear this out (either use the C++ or Python version).

jihoonl commented 10 years ago

I will see this when I have time.

stonier commented 10 years ago

:+1: to clearing.

jihoonl commented 10 years ago

cleared.