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

Coding in ROS noetic. C++ vs Python?

asked 2023-05-25 17:39:04 -0500

TP7 gravatar image

I would like to fully understand the differences and advantages of coding ROS noetic in C++ and Python. Which of the two makes more efficient nodes for a robotic arm?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2023-05-26 17:53:49 -0500

chased11 gravatar image

updated 2023-05-26 17:55:09 -0500

C++ will be faster in terms of latency because it’s a compiled language. Python is more convenient a lot of the time. Have to make your own decision which is more important to you.

Also, this is a question better suited for stack exchange robotics. This forum is supposed to be only ros-specific questions.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2023-05-25 17:39:04 -0500

Seen: 591 times

Last updated: May 26 '23