Matthew Foran
Matthew Foran
Depends on what system you're building for. I'm developing on Windows 10 so my platform is Win64. Within my project folder I have a folder for plugin-source and the Plugins...
You can also put the source code in the Plugins folder directly and use the editor to build
Your first error can be solved by setting the target platforms in the plugin file (did you even try searching the error message?). I'm not sure about your other problem....
I think you need to use the whitelist/blacklist mechanism in the .uplugin file as well (for some reason).
Thank you so much ππΌππΌππΌ I came back from vacation and nothing was working! I can confirm that downgrading to release 0.11.10 fixes the problem.
Use the ROS command line tools (rostopic sub) or RQT to subscribe to the topic you are trying to publish to. If the connection is successful you will see the...
You have to change the input image path in test.py
Looks like this duplicates #146
Taking a look at `/usr/jekyll/bin/jekyll`, it is trying to run the executable before it is installed. To get around this I added one step before jekyll: `sh 'bundle install'`.