Closed mani-monaj closed 6 years ago
Finished update of autonomy lab parrot arsdk to 3.12.6 and submitted PR. I tried modifying and running the generate.py script and install.sh in bebop_driver/scripts/meta folder but some errors occur on the build of bebop_autonomy due to new names that do not fit the autogenerate script. @mani-monaj Are there extra instructions that I may be missing (#113) before I try to work through adding these missing commands to the autogeneration?
@thomas-bamford Have you checked this part of the documentation? http://bebop-autonomy.readthedocs.io/en/latest/dev.html#upgrading-the-bebop-sdk (Step 6)?
@mani-monaj Thanks for pointing this out. Managed to fix these names (and some others) and everything works well. Submitted PR, but still have to test on vehicles.
@thomas-bamford You are welcome! Both AutonomyLab/parrot_arsdk#5 and #120 look great. Please check my comments on both those issues.
sorry, In the last version I tried to read the states, such as the battery changed but I get this error
ERROR: Cannot load message class for [bebop_msgs/CommonCommonStateBatteryStateChanged]. Are your messages built?
I installed everything as says in instructions, even so I could not read the information published in any of the bebop / states /.. topics
Could you help me with this?
Hello @VINICIOSTALIN, could you please open an issue for this?
Quick guess at this: If you are updating to latest version (not clean install) you may need to clean the workspace before rebuilding, i.e.
catkin clean
catkin build
Or you may need to update the parrot-arsdk package to the latest version before building. If this does not work than this may be another issue but we should discuss it in the issues section.
Excuse me @thomas-bamford I could not solve it, could you help me in issue #143 that I have raised?