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

Is it possible to build ros without python, only C++ support?

asked 2015-01-21 09:06:59 -0500

virgil85 gravatar image

I want to build a minimal ros without having to install python. I use only native c++ nodes. The system has to run on a platform with minimal memory and should require as little space on the harddrive as possible.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-01-21 10:11:29 -0500

ahendrix gravatar image

No; you cannot install ROS without python. Many of the ROS tools, such as rostopic, are written in python, along with parts of the build system, such as the message generators.

It may be possible to install ROS on a larger development machine and use a toolchain such as meta_ros to cross-compile for your embedded system.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-01-21 09:06:59 -0500

Seen: 403 times

Last updated: Jan 21 '15