How can I execute CPP files.

Typically: "How do I... ", "How can I... " questions
Post Reply
poorna naga avinash
Posts: 3
Joined: 12 Jul 2017, 08:04

How can I execute CPP files.

Post by poorna naga avinash »

How can I execute V_repExtOMPL .cpp files and see the output in simulator

coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: How can I execute CPP files.

Post by coppelia »

Hello,

if you need to execute C/C++ code, then you have two possibilities:
  • Wrap the code inside of a plugin for V-REP
  • Have an external application communicate with V-REP via ROS, the remote API, etc.
Cheers

Post Reply