Search found 4 matches

by cong.guo
03 Jan 2020, 07:45
Forum: General questions
Topic: b0 remote Api can't use in headless mode
Replies: 2
Views: 1034

Re: b0 remote Api can't use in headless mode

Thank you :)
It works fine for me.
by cong.guo
02 Jan 2020, 09:00
Forum: General questions
Topic: b0 remote Api can't use in headless mode
Replies: 2
Views: 1034

b0 remote Api can't use in headless mode

ENV: ubuntu 16.04 coppeliasim version: v4.0.0 STEPS: I use b0-remote-Api (java) to subscribe a topic from coppeliasim. And I build a scene(xxx.ttt) which have a b0RemoteApiServer in it. 1. I run ./coppeliaSim.sh -s500000 -q xxx.ttt my apk can communicate with simulation. 2. I run ./coppeliaSim.sh -...
by cong.guo
13 Dec 2019, 09:30
Forum: General questions
Topic: how can I auto start a add-on script through cmd
Replies: 3
Views: 746

Re: how can I auto start a add-on script through cmd

Thank you for your help. I rename the script and it run automaticlly when sim start.


But it's really not a very good design that I have to control this by file name & file place -_-!
I read the doc many times and still can't get this.
by cong.guo
13 Dec 2019, 03:21
Forum: General questions
Topic: how can I auto start a add-on script through cmd
Replies: 3
Views: 746

how can I auto start a add-on script through cmd

I try ./coppeliasim.sh -b simAddOnScript-addOnScriptDemo.lua -s 5000 -q I suppose it could auto start the sim and auto start the add-on but the result shows that I still have to press the add-on -> addOnScriptDemo button I try any way that shows in Command line like -a xxx or -b xxx but non of them ...