Changeset 379 in flair-src for trunk/demos/TwoWheelRobotCircleFollower/simulator/src/main.cpp
- Timestamp:
- Dec 17, 2020, 3:30:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/TwoWheelRobotCircleFollower/simulator/src/main.cpp
r375 r379 96 96 gui = new Parser(960, 480, 960, 480, media_path, scene_file); 97 97 #endif 98 99 98 100 99 robot = new TwoWheelRobot(name, 0); 101 100 102 103 101 #ifdef GL 104 //man = new Man("target",1);102 man = new Man("target",1); 105 103 #endif 106 104
Note:
See TracChangeset
for help on using the changeset viewer.