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

PJvG's profile - activity

2015-07-23 10:51:00 -0500 received badge  Famous Question (source)
2013-11-14 12:33:57 -0500 received badge  Popular Question (source)
2013-11-14 12:33:57 -0500 received badge  Notable Question (source)
2013-07-01 23:23:41 -0500 received badge  Editor (source)
2013-07-01 23:19:53 -0500 answered a question Does rosjava have explicit support for hot class reloading?

I also sent an email to Damon Kohler with this issue..

He replied with:

"There are no peculiarities to the way rosjava is configured with Gradle. I suggest asking on the Gradle support forum."

Well I did ask at the Gradle forums before I posted this question.

Anyway, my best guess is there is no support at the moment, and if you want hot class reloading in rosjava you'll have to figure it out yourself, either by using a plugin or by programming it yourself.

2013-06-26 02:24:08 -0500 received badge  Organizer (source)
2013-06-26 02:18:34 -0500 asked a question Does rosjava have explicit support for hot class reloading?

I want to have dynamic dependencies in rosjava, but it is not working.

rosjava can have jar-files as dependencies, but what if a jar-file gets recompiled while my rosjava node is still running? Does rosjava have explicit support for hot class reloading? Or do I have to add this myself, for example by using JRebel? (or a similar plugin?)

If such support already exist in rosjava, how do I use this? I tried to set the "changing"-parameter in my Gradle build-file to true for my jar dependency (which is on my local filesystem), it gives no errors, but my node still uses the old dependency from before recompilation instead of the newly compiled jar-file. So this is not enough and more needs to be done.

2013-05-26 22:36:06 -0500 commented question rosjava_core installation fails
2013-05-26 21:48:40 -0500 received badge  Supporter (source)