
Tamamlandı
İlan edilme:
Teslimde ödenir
I already have LunarSim running under ROS 2 Humble on Ubuntu 22.04.5 LTS and now need a plug-and-play execution layer that lets the simulated rover travel a user-defined distance in both X and Y while it autonomously skirts any rocks in its path. Key points of the job • Use the depth images published on /lunarsim/depth_image/depth as the sole sensing source. • Apply a classical computer-vision approach (OpenCV, PCL or similar) to detect rocks—no machine-learning training loops, just reliable depth-based segmentation. • When a rock is detected, perform a simple avoidance manoeuvre: veer around the obstacle, re-establish the original heading, and keep going. No global mapping or heavy path planning required. • Drive the rover exclusively through velocity commands so it behaves smoothly inside the simulator. Deliverables • A clean ROS 2 Humble package containing the navigation node(s), publishers/subscribers, and any helper libraries. • Launch file(s) that start the simulator interface, the obstacle-detection node, and the motion controller in one command. • Parameters for target X/Y distance, speed, safety margin, and timeout, all exposed through ROS 2 params. • README with build instructions (colcon), topic diagram, and a quick demo sequence I can reproduce. Acceptance test 1. Build and source the package in a fresh workspace. 2. Launch the system; specify e.g., X = 10 m, Y = 5 m. 3. Rover reaches the requested offset within a reasonable tolerance ( Deadline: 4-5 days
Proje No: 40042434
46 teklifler
Uzaktan proje
Son aktiviteden bu yana geçen zaman 3 ay önce
Bütçenizi ve zaman çerçevenizi belirleyin
Çalışmanız için ödeme alın
Teklifinizin ana hatlarını belirleyin
Kaydolmak ve işlere teklif vermek ücretsizdir
46 freelancer bu proje için ortalama $477 USD teklif veriyor

Hello! I understand that you need an execution layer for your LunaSim that allows the rover to travel a user-defined distance while avoiding obstacles. I'll use the depth images from /lunarsim/depth_image/depth to reliably detect rocks using classic computer vision techniques, avoiding the complexity of machine learning. The rover will autonomously navigate by veering around obstacles, maintaining its path smoothly through velocity commands without heavy path planning. I'll ensure the package includes all necessary nodes, publishers/subscribers, and a launch file for easy execution. What specific parameters do you have in mind for the velocity commands (e.g., max speed, acceleration)? Best regards,
$750 USD 26 gün içinde
8,4
8,4

With over 6 years of experience, my expertise revolves around various programming languages including C++ - a skill that will be perfectly suited for a project of such intricate nature. I have a deep understanding and practical experience with machine learning frameworks too, like OpenCV, which will enable me to utilize and analyze the depth images published on /lunarsim/depth_image/depth proficiently. My extensive knowledge in classical computer-vision approaches and libraries such as OpenCV, PCL makes me confident that I'll able to provide you with accurate and efficient rock detection using purely depth-based segmentation. I'm well versed in creating and implementing complex algorithms, so the simple avoidance maneuver is right up my alley. It's worth mentioning that my debugging and problem-solving skills have throughout the years won multiple projects - enriching datasets for me to train your project appropriately. Moreover, I'm comfortable working with velocity commands in ROS 2 Humble thanks to my deep grip on C++ Programming. Creating clean ROS package(s) while exposing all necessary data (parameters) through ROS 2 params is something I have been proficient at throughout my career. My values include strong communication, keeping clients informed on the progress by presenting readable code and comprehensive documents such as README files - guaranteed satisfaction! .
$500 USD 5 gün içinde
6,4
6,4

Hello Yaqoob A. Hope you are doing well! This is Efan , I checked your project detail carefully. I am pretty much experienced with Simulation, Python, Robot Operating System (ROS), OpenCV, CUDA, Machine Learning (ML), C++ Programming, Computer Vision and Ubuntu for over 8 years, I can update you shortly. Cheers Efan
$600 USD 14 gün içinde
5,9
5,9

Hey! I've worked on a number of projects similar to this one. I have a lot of experience and knowledge in this field. My knowledge of business also gives me an advantage in this situation. Looking forward for the opportunity. Thanks
$500 USD 7 gün içinde
5,7
5,7

♦️ Hello! Hope this helps. Do you need a ROS 2 Humble navigation node that drives your LunarSim rover while detecting rocks using only depth data? I reviewed your setup carefully. You need depth-based segmentation and smooth velocity-command avoidance, both things I’ve built with OpenCV and ROS 2 pipelines. I can deliver a clean package with obstacle detection, motion control, launch files, and ROS 2 params for X/Y targets, speed, and safety margins. I’ve implemented similar avoidance behaviours using depth thresholds and contour/PCL filtering without any ML loops. Your acceptance test fits what I’ve delivered in previous robotics simulations. Let’s discuss any environment details before implementing. Best regards.
$500 USD 7 gün içinde
6,2
6,2

Hi, I’ve read your Depth-Based Lunar Rover Navigation project and I’m confident I can deliver a plug-and-play ROS 2 Humble package that lets the simulated rover travel a user-defined X/Y offset while skirting rocks using only the depth stream at /lunarsim/depth_image/depth. I’ll implement a lightweight, OpenCV-based depth segmentation workflow (no ML training) to reliably detect obstacles and trigger a smooth avoidance maneuver: veer around the rock, re-establish the original heading, and continue toward the target, all driven by velocity commands for a natural simulator behavior. Deliverables will include a clean ROS 2 Humble package with the navigation node(s), publishers/subscribers, and helper libraries; a launch file to start the simulator interface, the obstacle-detection node, and the motion controller in one command; ROS 2 params for target X/Y distance, speed, safety margin, and timeout; and a README with build instructions (colcon), a topic diagram, and a quick demo sequence you can reproduce. I bring 5+ years of ROS/OpenCV/C++ experience and a track record of building robust perception-driven control for simulated robotics. I’ll keep the code modular, well-documented, and ready for future enhancements if you decide to extend to mapping later. What is your preferred post-avoidance behavior: strictly re-align to the original heading, or is a brief heading drift acceptable to maintain smooth motion? Best regards, Denis
$400 USD 7 gün içinde
5,5
5,5

Hi Yaqoob A.. I am very excited with your project because I have completed similar project recently. The skills required for your project are my main specialty.(C++ Programming, OpenCV, Python, Robot Operating System (ROS), Computer Vision, Simulation, Machine Learning (ML), CUDA and Ubuntu) I can handle this perfectly and have abundent experiences. Please confirm that I am one of the best fits for you and drop me a message for further discussion. Thanks and Best Regards.
$500 USD 5 gün içinde
4,8
4,8

✋ Hi there. I can build a ROS 2 Humble navigation package for your LunarSim rover that autonomously moves a user-defined distance while reliably avoiding rocks using depth images. ✔️ I have solid experience with ROS 2, OpenCV, and PCL for classical computer-vision obstacle detection. In a previous project, I implemented depth-based avoidance for a simulated rover, using only velocity commands to smoothly steer around obstacles without heavy mapping or learning loops. ✔️ For your project, I will create a clean ROS 2 package with navigation nodes, publishers, subscribers, and helper libraries. Launch files will start the simulator interface, obstacle-detection node, and motion controller in one command. Parameters for X/Y distance, speed, safety margin, and timeout will be exposed through ROS 2 params for easy adjustments. ✔️ I will provide a README with build instructions using colcon, a topic diagram, and a quick demo sequence you can reproduce. The system will be tested to ensure the rover reaches target offsets smoothly and reliably, while skirting obstacles in real time. Let’s discuss your preferred safety margins and demo scenarios so we can get the navigation layer ready quickly. Best regards, Mykhaylo
$425 USD 7 gün içinde
5,0
5,0

Hello! I can develop a ROS 2 Humble package that lets your LunarSim rover autonomously navigate a user-defined X/Y distance while avoiding rocks using depth images. I’ll implement a classical CV approach with OpenCV/PCL to detect obstacles, apply simple avoidance maneuvers, and control the rover smoothly via velocity commands—no global mapping required. The package will include launch files, adjustable ROS 2 parameters, and a clear README with build instructions and a demo sequence, ensuring plug-and-play integration with your existing setup. I’ve worked on similar ROS 2 navigation and obstacle-avoidance projects and can deliver a reliable, ready-to-run solution. Looking forward for your positive response in the chatbox. Best Regards, Arbaz B
$500 USD 7 gün içinde
5,2
5,2

Hello, Hope you are doing well! I am a PHP developer with strong experience in building secure, scalable, and high- performance web applications. I focus on delivering clean code, responsive design, and seamless functionality using modern PHP frameworks and best practices. What I Deliver: 1. High-quality PHP applications tailored to business needs 2. Secure user authentication and role-based systems 3. API development and third-party integration 4. Fast, optimized and responsive websites 5. Complete documentation and ongoing support Why Choose Me: 1. Clean, maintainable and scalable code 2. On-time delivery 3. Strong communication and problem-solving skills 4. Experience with both small and large-scale web projects Let's Get Started Share your requirements or a sample/reference website — I will provide: 1. Best approach 2. Timeline 3. Cost estimate Looking forward to working with you!
$250 USD 7 gün içinde
4,5
4,5

Hi, I have thoroughly reviewed your project requirements for the Depth-Based Lunar Rover Navigation using LunarSim with ROS 2 Humble on Ubuntu 22.04.5 LTS. With extensive experience in ROS 2, classical computer vision using OpenCV, and depth-based obstacle detection, I am confident in delivering a reliable, plug-and-play execution layer for your simulated rover. My approach involves leveraging the /lunarsim/depth_image/depth topic for rock detection via depth segmentation, employing precise maneuvers to avoid obstacles by commanding velocity directly, ensuring smooth autonomous navigation without heavy path planning or mapping. I will deliver a clean ROS 2 Humble package with well-documented launch files, all necessary parameters exposed, and a comprehensive README for easy integration and testing, ensuring the rover reaches target positions within your stated tolerances. I propose a 10-day timeline to develop, test, and deliver the complete solution. Could you clarify the rover's maximum velocity and acceleration limits to ensure smooth velocity command execution? Thanks, Roshan
$550 USD 10 gün içinde
4,5
4,5

As an experienced programmer and highly skilled in C++ programming, CUDA, OpenCV, Python, Ubuntu -- all of which are crucial for this project -- I believe that I am the best fit for your depth-based navigation system for the Lunar Rover. My in-depth proficiency in computer vision is especially relevant as I can utilize classical approaches like OpenCV or PCL to effectively detect and skirt any obstacles using the provided depth images. Your requirement to engage a simple avoidance manoeuvre when a rock is detected aligns perfectly with my skillset as it entails skilled segmentation based on reliable depth information. In addition, my exposure to ROS 2 Humble will allow me to deliver a clean ROS 2 package with well-designed navigation nodes, publishers/subscribers and more - matching your deliverables. With my extensive experience in different OS including Linux and also in database management such as PostgreSQL, I can assure you that building your project and sourcing it in a fresh workspace would be seamless. Moreover, my proficiency in CI/CD alongside Git aligns well with the essential parameters you've listed, which I'll ensure are exposed through ROS 2 params for easy understanding and use. Let's create a robotically breathtaking experience together by bringing your simulation to life!
$500 USD 10 gün içinde
3,9
3,9

Hi there, I am A.R.M. MASUD, with a strong Data Science background.I am an experienced Machine Learning developer with expertise in designing, training, and deploying intelligent models that deliver real-world value. My background includes supervised and unsupervised learning, deep learning with TensorFlow and PyTorch, and data preprocessing using Pandas, NumPy, and Scikit-learn. I specialize in developing classification, regression, clustering, and predictive models, as well as computer vision and NLP solutions. I follow best practices in feature engineering, hyperparameter tuning, and model evaluation to ensure high accuracy and scalability. My focus is building end-to-end ML pipelines that are efficient, reliable, and tailored to your project’s requirements for maximum impact. https://www.freelancer.com/u/MZITSERVICES I appreciate the opportunity to submit this proposal and am excited about the possibility of working with you to bring your project to life. Thanks A.R.M MASUD
$500 USD 7 gün içinde
3,9
3,9

Hello, I'll create a ROS 2 Humble package for autonomous rock avoidance in LunarSim using depth-based segmentation. Technical Implementation: Package Structure: rock_detector_node: Depth image processing with OpenCV navigation_controller: Velocity command generation lunarsim_navigation: Main launch and parameter configuration Core Algorithm: Depth image segmentation for rock detection Simple obstacle avoidance (veer around + resume heading) PID-based velocity control for smooth motion Safety margin parameterization Features: Pure OpenCV/PCL classical vision (no ML) Parameterized via ROS 2 params (distance, speed, margin, timeout) Smooth velocity commands to LunarSim Real-time obstacle avoidance Deliverables: Complete ROS 2 package with colcon build support Launch files for easy execution Parameter configuration examples Comprehensive README with demo sequence Testing: Will verify 10cm position tolerance with rock avoidance Timeline: 5-7 days Ready to integrate with your existing LunarSim/ROS 2 Humble setup. Best, Ihor
$500 USD 5 gün içinde
3,7
3,7

As a seasoned AI and Data Science Engineer with an extensive background in machine learning and computer vision, I can confidently say that I have the necessary expertise to complete your project successfully. My experience includes implementing robust AI systems through open-source technologies like Python, C++, PyTorch, TensorFlow, OpenCV, and more. This breadth of experience is perfectly aligned with your requirement for employing a classical computer-vision approach to detect rocks using depth images in ROS 2 Humble package. Additionally, my proficiency in building end-to-end machine learning pipelines will be beneficial for creating a clean ROS 2 package and implementing the necessary publishers/subscribers for your project. My familiarity with cloud platforms like AWS will also come in handy for deploying the solution efficiently. My commitment to delivering impactful and scalable results aligns harmoniously with your expectations for this project. By choosing me, you not only gain a skilled expert but also a dedicated partner who values clarity and effective communication throughout the process. Together, let's revolutionize the way your lunar rover navigates autonomously!
$500 USD 7 gün içinde
3,4
3,4

Hi there, your project sounds like a really engaging challenge, and I love that you’re aiming for a plug-and-play layer that’s practical and clean. Using only the depth images for rock detection makes this focused and should allow a robust vision solution with OpenCV for segmentation, so no need for ML overhead. I’m clear on the need for velocity-only control and maintaining smooth, local avoidance without complex global planning. Just to clarify, do you have any constraints on turnaround direction when veering around rocks, or should the rover simply choose its path based on the clearest route detected? Looking forward to your thoughts so I can make sure the system fits right into your workflow.
$499 USD 2 gün içinde
2,9
2,9

Hello Yaqoob A., I understand that you are looking for a depth-based navigation system for your Lunar Rover simulation in ROS 2 Humble on Ubuntu 22.04.5 LTS. I will utilize depth images for obstacle detection using classical computer vision techniques like OpenCV or PCL, ensuring smooth rover movement by applying simple avoidance maneuvers. With my expertise in Python and ROS, I will develop a clean ROS 2 package with navigation nodes, publishers/subscribers, and launch files for seamless integration into your simulation environment. I will also provide clear documentation with build instructions and a demo sequence for your convenience. Before proceeding, could you please clarify if there are any specific constraints or requirements for the avoidance maneuvers? I am committed to maintaining effective communication throughout the project to ensure successful implementation. Looking forward to working on this exciting project with you. Best regards, Umar
$750 USD 7 gün içinde
3,0
3,0

Welcome to professional Python development services! Hi there, I'm Alema, a Python expert programmer who strives for clear code in atmospheric, numerical weather prediction, physics, and all other seminal fields. I'm ready to provide you with high-quality services. I have completed 350+ projects with a 100% Positive Rating. If you are looking for Quality work, look no further. Also, we are a team of professional workers, and we are always available 24/7 to help employers without limitations, and delivery is guaranteed on time. Your faithfully. Eng. Alema Akter
$750 USD 7 gün içinde
2,4
2,4

This is a person you are looking for!!! With my strong background in Computer Vision, OpenCV, and Python, I am well-suited to develop a depth-based lunar rover navigation system as per your requirements. I will proficiently leverage the depth images from /lunarsim/depth_image/depth using classical computer-vision techniques to ensure reliable rock detection and subsequent obstacle avoidance. My approach guarantees robustness without the need for training loops, making the system more efficient. As an experienced full-stack developer with a specialization in AI and ML, I am highly adept at managing ROS environments. You can expect a clean ROS 2 Humble package with all necessary nodes and publishers/subscribers to help your simulated rover travel the given distance smoothly while avoiding obstacles competently. I will also provide concise instructions and user-friendly launch files for easy integration and reproduction. Having delivered AI-driven solutions for major corporations, I understand the value of "results." By hiring me, you secure an expert who consistently meets deadlines and delivers top-quality work. This is your opportunity for a seamless integration of your desired navigation system into LunarSim -- let's make it happen!
$500 USD 3 gün içinde
2,5
2,5

With my strong background in C++ programming and Python development, I am well-equipped to handle the depth-based navigation project you have for your Lunar Rover. I am deeply familiar with ROS 2 Humble and have extensive experience working with the LunarSim simulator platform in Ubuntu environment - a skill that will greatly speed up the execution of your project. My proficiency in classical computer-vision techniques like OpenCV, PCL, aligns perfectly with your need for a reliable and efficient depth-based segmentation system for rock detection. What sets me apart is my innate knack for problem-solving and efficient coding. I prioritize lean and neat coding practices that ensure your package remains clean, easy-to-understand, and scalable even as it accommodates new features or updates. Combining this with my deep comprehension of velocity commands-based navigation, I guarantee your lunar rover will navigate seamlessly without collision, before reaching its target coordinates within a reasonable tolerance. In summary, choosing me for the job guarantees not just the successful implementation of an autonomous system using the depth images as sole sensing source but also a quick turn-around time with minimal revisions needed. My dedication to detail, willingness to learn and deliver better results every time will ensure we meet and exceed your expectations. I'm looking forward to integrating your package and witnessing the quality work we can create together!
$500 USD 7 gün içinde
2,2
2,2

Manama, Bahrain
Ödeme yöntemi onaylandı
Kas 23, 2023 tarihinden bu yana üye
$250-750 USD
$250-750 USD
€8-30 EUR
$250-750 USD
€250-750 EUR
$10-30 CAD
$250-750 USD
$10-30 USD
£250-750 GBP
₹1500-12500 INR
₹1500-12500 INR
₹750-1250 INR / saat
$30-250 USD
$20-50 USD
$15-25 USD / saat
€2-12 EUR / saat
$30-250 USD
$50-75 USD
$30-250 USD
€30-250 EUR
₹1500-12500 INR
₹600-1500 INR