Something went wrong on our end
Select Git revision
cart_pulling.py
-
m-guberina authored
fixed path planning. i was an idiot when i did the multiprocessing by assuming planner will run slower. it's faster. now we don't pile on the data_queue. this should be shared memory too and i don't know why i'm avoiding that like the plague
m-guberina authoredfixed path planning. i was an idiot when i did the multiprocessing by assuming planner will run slower. it's faster. now we don't pile on the data_queue. this should be shared memory too and i don't know why i'm avoiding that like the plague
cppmacros.h 175 B
// C Preprocessor macros.
#ifndef CPP_MACROS_H
#define CPP_MACROS_H
#define X_EMPTY(mac) var ## 1
#define EMPTY(mac) X_EMPTY(mac) // Returns 1 if macro mac is empty.
#endif