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
In a workspace containing only non-catkin packages the invocation of: catkin_make_isolated --install
fails when creating the toplevel env.sh file in develspace_isolated (https://github.com/ros/catkin/blob/groovy-devel/python/catkin/builder.py#L715). The reason is because the develspace_isolated folder has not been created in that case.
The text was updated successfully, but these errors were encountered:
* support map loading in offline node
* support map loading in offline node
* offline_node_main.cc
add todo to replace loadmap later
* rename map_filename to pbstream filename
In a workspace containing only non-catkin packages the invocation of:
catkin_make_isolated --install
fails when creating the toplevel env.sh file in develspace_isolated (https://github.com/ros/catkin/blob/groovy-devel/python/catkin/builder.py#L715). The reason is because the develspace_isolated folder has not been created in that case.
The text was updated successfully, but these errors were encountered: