Po-Wei Chou

Results 34 comments of Po-Wei Chou

I got the same problem. It works with vagrant but not docker.

You mean `roslaunch rosbridge_server rosbridge_websocket.launch`? I tried running `rostopic pub /listener std_msgs/String "Hello, World"` before and after `roslaunch rosbridge_server rosbridge_websocket.launch`. Both are not working. In fact, I tried all the...

It was on develop branch. But I just tried the master branch and the link you gave to me `http://cdn.robotwebtools.org/roslibjs/current/roslib.js`, both are not working. Same as before. I can only...

Just remove ctags in Makefile (both in libdnn and libcumatrix). It's just a plugin for vim. I'll fix that in the next release. Thanks!!

I'd like to keep both ctags and the langmap extension in Makefile. But it might need dirty codes checking the dependencies. Any suggestion?

ctags is not required. I just forgot to remove it. You can either simply remove it from the Makefile, or run `sudo apt-get install ctags` to resolve the issue.

**libdnn** is not a library you need `sudo`. It's a simple and lightweight library just like your programming homework. You can put it anywhere. There's no need to be in...

In Makefile line 46, 47 ``` o3: CFLAGS+=-O3 o3: all ``` So it's a little bit weird that you got `no rule to make target 'o3', Stop`. Tell me when...

That's because the kernel is too large to fit into the shared memory. Can you give me your command line arguments ? Such as `--struct` and `--input-dim`. thanks BTW, I'm...

Ha, the error message is not what you think. But we usually choose a convolution kernel like 9x9, 7x7, 5x5 or 3x3. 23 x 14 is too big to fit...