rosjava for javafx no maven (Kinetic)
Hi,
I am working on a research project and have been tasked with creating a gui app in java/javafx that will connect to the lab robot (ros master) over the network. We want to be able to have a publisher and subscriber running in the app. We will be subscribing to a topic for image messages and will be publishing to a topic for custom messages to provide steering information.
I have not been able to get maven integrated into my javafx project on IntelliJ Idea and am thinking that I should just use the source repository and use jars and the files I need.
Does anyone know if it is possible for me to use ros messages without using maven or if I have to use maven can someone point me towards how to do it, i have been searching online for a solution but haven't found one.