Project

General

Profile

Revision 071926c2

ID071926c2860896f45a5c277c01cb6f0eba3b61d3
Parent 1057a46d
Child caba2d8a

Added by Alex Zirbel about 11 years ago

Retired (deleted) unused packages.

Moved their msg/srv definitions to the messages/ package instead, and revised the libscout and scoutsim files that depended on those namespaces.

View differences:

scout/libscout/src/CliffsensorControl.cpp
71 71
 * status of all cliff sensors.
72 72
 *
73 73
 */
74
void CliffsensorControl::changed_cliff_status(const cliffsensor::cliff_status_changed::ConstPtr& msg)
74
void CliffsensorControl::changed_cliff_status(const ::messages::cliff_status_changed::ConstPtr& msg)
75 75
{
76 76
    front_raw = msg->front_raw;
77 77
    left_raw = msg->left_raw;

Also available in: Unified diff