|
|
|
|
|
by f1shy
587 days ago
|
|
At the end what ROS provides for that cost, is a IPC, Logging, configuration and a startup tree (through launch system). Waaaay too expensive. - We have moved to standard sockets IPC, or protocol buffers.
- For logging just trivial printing.
- For configuration to libconfig
- For launch system to simple shell scripts. |
|
I despise the framework approach, it ossifies bad decisions and then it becomes a monumental task to move away from the framework, because now you need to replace everything.