Project

General

Profile

Revision bf68fc90

IDbf68fc90df57331e06d7fe7d3e3befab593477b5
Parent c33e5aa4
Child bda6eaa0

Added by Alex Zirbel about 11 years ago

Removed useless NodeHandlePtr.

View differences:

scout/scoutsim/src/scoutsim.cpp
66 66
{
67 67
    public:
68 68
        char** local_argv;
69
        ros::NodeHandlePtr nh;
70 69

  
71 70
        ScoutApp()
72 71
        {
......
100 99
            std::cout << "About to init node" << std::endl;
101 100
            ros::init(argc, local_argv, "scoutsim");
102 101
            std::cout << "About to reset." << std::endl;
103
            nh.reset(new ros::NodeHandle);
104 102

  
105 103
            std::cout << "About to init image handlers." << std::endl;
106 104
            wxInitAllImageHandlers();

Also available in: Unified diff