1 | initial version |
I don't know anything specific to the drc_vehicle, but here are some basic debugging techniques, and a short checklist:
gz
tool to check messages. Your plugins probably use messages in some way, so something like gz topic -e /my/topic/name
might help you see what's wrong. You can also use the topic visualizer in the GUI if you want--verbose
so you can see any error or warning messages being printed. They might be useful, especially if it's an issue finding the .so file.2 | No.2 Revision |
I don't know anything specific to the drc_vehicle, but here are some basic debugging techniques, and a short checklist:
gz
tool to check messages. Your plugins probably use messages in some way, so something like gz topic -e /my/topic/name
might help you see what's wrong. You can also use the topic visualizer in the GUI if you want--verbose
so you can see any error or warning messages being printed. They might be useful, especially if it's an issue finding the .so file.::Update()
function of your plugin