-
Notifications
You must be signed in to change notification settings - Fork 7
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
Port Repo to ROS2 Galactic #113
Comments
@wmmc88 should this issue be renamed? |
@younesr1 yup! thanks for catching! @niiquaye leading effort to port to ROS2 Foxy. Will be making prs into https://github.com/uwrobotics/uwrt_mars_rover/tree/ros2 and then once its minimally working, we'll merge ros2 into master. |
@wmmc88 quick question for the ar tracker alvar package make a fork of the noetic and port it to ros2 essentially. Also, I thought we could just use the zed2_ros_wrapper that supports ros2 already. |
Yes, unless someone has done some ros2 work on it already Yeah. Looks like theres a beta branch for foxy but has some issues. Someone needs to test that out once we buy a zed2 |
https://github.com/stereolabs/zed-ros2-wrapper is now available |
Transition Repo to Ros2 Foxy.
A couple things need to happen before we can do this:
Setup Ros Noetic in Docker since Jetpack is still on Bionic(https://discourse.ros.org/t/ros-and-ros2-containers-and-updated-dl-packages-for-nvidia-jetson/16191 & http://wiki.ros.org/docker/Tutorials/Docker)ar_track_alvar
working in Ros2 Foxy. there was progress here to get it to noetic but its not merged in and released. I also had some modifications i had to make locally to get it to use a different version of opencv so that we have CUDA acceleration. easiest thing would probably be just fork off of https://github.com/machinekoder/ar_track_alvar/tree/noetic-devel for now and add our own modifications.ar_track_alvar
working with CUDA acceleration on L4Tzed_ros_wrapper
working nicely in foxy. This might be tricky. Easiest route might be looking at what they've done in their docker releases and try to mimic that in a ros2 foxy container. keep in mind they have specific sdk releases for L4T(jetsons)zed_ros_wrapper
working in foxy on L4TThe text was updated successfully, but these errors were encountered: