ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

C++ is faster, certifiable (if you follow certification rules), and allows you to control memory allocations. Python is not suitable for a safety critical application that most robot / AV systems fall under, and without additional profiling could crash from a typo at runtime. If you’re working only in simulation you can do anything you’d like, but if it touches hardware, I highly recommend rewriting in C++