Project

General

Profile

Revision 9b11c5b3

ID9b11c5b302f60a04061b6770a67f1a9e847bfbee
Parent 4069a378
Child 572adceb

Added by Alex Zirbel over 12 years ago

Small tidying up.

Took out unneeded gensrv() in buttons, which caused a compilation warning, and made miniscule style changes to motors.cpp.

View differences:

scout/buttons/CMakeLists.txt
19 19
#uncomment if you have defined messages
20 20
rosbuild_genmsg()
21 21
#uncomment if you have defined services
22
rosbuild_gensrv()
22
#rosbuild_gensrv()
23 23

  
24 24
#common commands for building c++ executables and libraries
25 25
#rosbuild_add_library(${PROJECT_NAME} src/example.cpp)
scout/motors/src/motors.cpp
31 31
 *
32 32
 * @author Colony Project, CMU Robotics Club
33 33
 * @author Ben Wasserman
34
 **/
34
 */
35 35

  
36 36
#include <ros/ros.h>
37 37
#include <cstdlib>
......
42 42
 * @brief Functions for using the motors
43 43
 *
44 44
 * @{
45
 **/
45
 */
46 46

  
47 47
/* Motor state variables
48 48
 * Speeds expressed as absolute speed out of max speed (0 - +-MAXSPEED)
......
118 118
 * 
119 119
 * @param argc The number of command line arguments (should be 1)
120 120
 * @param argv The array of command line arguments
121
 **/
121
 */
122 122
int main(int argc, char **argv)
123 123
{
124 124
    /* Initialize in ROS the motors driver node */
......
141 141
    return 0;
142 142
}
143 143

  
144
/** @} **/
144
/** @} */

Also available in: Unified diff