You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I run echo $ROS_VERSION I can see either 1 or 2
Error message:
Repository type: git
Found packages: behaviortree_cpp_v3
Traceback (most recent call last):
File "/usr/bin/catkin_prepare_release", line 33, in <module>
sys.exit(load_entry_point('catkin-pkg==0.5.0', 'console_scripts', 'catkin_prepare_release')())
File "/usr/lib/python3/dist-packages/catkin_pkg/cli/prepare_release.py", line 217, in main
_main()
File "/usr/lib/python3/dist-packages/catkin_pkg/cli/prepare_release.py", line 272, in _main
build_type = package.get_build_type()
File "/usr/lib/python3/dist-packages/catkin_pkg/package.py", line 167, in get_build_type
raise InvalidPackage('Only one <build_type> element is permitted.', self.filename)
catkin_pkg.package.InvalidPackage: Error(s) in package '././package.xml':
Only one <build_type> element is permitted.
The text was updated successfully, but these errors were encountered:
This doesn't work anymore:
If I run
echo $ROS_VERSION
I can see either 1 or 2Error message:
The text was updated successfully, but these errors were encountered: