Project

General

Profile

Revision 3db79f25

ID3db79f259e8820845822e6176be5c3b81a405021
Parent dfb92d66
Child 479d25d8

Added by Priya over 11 years ago

Fixed Odometry behavior so that it now works and then added a get readings functionality to sonarcontrol.

View differences:

scout/libscout/src/SonarControl.h
63 63
        /** Stops sonar from panning and taking readings */
64 64
        void set_off();	
65 65

  
66
        /** Get sonar readings */
67
        int* get_sonar_readings();
68

  
66 69
    private:
67 70
        /** Record the new sonar distance measurement */
68 71
        void distance_callback(const sonar::sonar_distance::ConstPtr& msg);

Also available in: Unified diff