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
Why don't you open two branches to separately support ROS1 and ROS2? In order to directly compile the driver use catkin build or colcon build like any other ROS repos.
The text was updated successfully, but these errors were encountered:
We do not separate ROS1 and ROS2 Driver because most of the code are the same.
Soon we would provide a new 'build script', which enable user to use catkin build or colcon build like other ROS repos (but still not to separate branches)
We do not separate ROS1 and ROS2 Driver because most of the code are the same. Soon we would provide a new 'build script', which enable user to use catkin build or colcon build like other ROS repos (but still not to separate branches)
Honestly, providing a build script is not a very great idea. Yes, it simplifies the building by not asking users to manually do the steps in the script, but on the other hand you're forcing users to follow a non-ROS-conventional way to handle packages. It's fine if you only keep the Livox packages in this workspace but not so convenient if you also have other packages, which I believe is the more common case. Would you consider accepting #46 and merging it as soon as possible? @Livox-Infra
Why don't you open two branches to separately support ROS1 and ROS2? In order to directly compile the driver use
catkin build
orcolcon build
like any other ROS repos.The text was updated successfully, but these errors were encountered: