Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare repository for ROS2 #108

Merged
merged 1 commit into from
Jul 25, 2022
Merged

Prepare repository for ROS2 #108

merged 1 commit into from
Jul 25, 2022

Conversation

hbcarlos
Copy link
Member

@wolfv

I refactored the repo to separate ROS1 from ROS2 in two different sub-packages. By default jupyros still export everything from ros1, and at the moment, ros2 re-exports everything from ros1.
I'm not sure if we should create the ros1 folder. My idea is to prevent ROS2 users to import something that doesn't work on ROS2 by mistake.

With this organization, we can still import ROS1 as a default using:
import jupyros or from jupyros import ros3d
And at the same time have a separate package for ROS2:
from jupyros import ros2 or from jupyros.ros2 import ros3d

@hbcarlos hbcarlos requested a review from wolfv July 24, 2022 15:58
@wolfv wolfv merged commit f86a9cc into RoboStack:master Jul 25, 2022
@hbcarlos hbcarlos deleted the ros_2 branch August 11, 2022 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants