follow_line_newmanager Setup: seeking community tips #2387
Replies: 6 comments 11 replies
-
Glad to see you have successfully launched the FollowLine exercise. You have user docs and tips for solving that exercise here. That info page describes the available programming interface for that exercise. The API includes the hal.py module (which provides access to robot sensors and actuators, the HAL, Hardware Abstraction Layer), with the methods:
It also includes the gui.py module (which provides some visualization methods for debugging such as the GUI.showImage() method). In fact, each RoboticsAcademy exercise has its own info webpage, available from this URL: https://jderobot.github.io/RoboticsAcademy/exercises/ Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hey @jmplaza I went through the guide maintained by Pankhuri and Sakshay! It's good and I got bit of clarity too. But it's the first time I am working on something in Robotics and it's bit overwhelming for me so can you please guide me how can I solve it. |
Beta Was this translation helpful? Give feedback.
-
I'm sorry @vinayakgavariya . Take it easy, and follow some tutorials about basic OpenCV programming and about basic ROS robot programming. There are many available on internet, just google them. Cheers! |
Beta Was this translation helpful? Give feedback.
-
Sure @jmplaza, I will do that. |
Beta Was this translation helpful? Give feedback.
-
Hello everyone, |
Beta Was this translation helpful? Give feedback.
-
Uhm... that should work. You are using RADI 3.4.28, which is based on ROS1 Noetic. It is not relevant at all the ROS release you have got installed locally, as the Gazebo simulator and the robotics application are run inside the RADI (Robotics Application Docker Image). Try with RADI 3.4.27 or 3.4.26, which can also be downloaded from DockerHub. Are you using the RoboticsAcademy from the master branch? try with the RoboticsAcademy 5.1 release. Anyway that should work, we will take a look at it. |
Beta Was this translation helpful? Give feedback.
-
hello,
i followed the instructions in user guide and successfully done with the set up of the exercise follow_line_newmanager. although i faced some issues and errors but yeah, finally it's done.
i would like to ask for suggestions from the community on what can be done next and how i can complete the exercise in the most efficient way.
kudos to @jmplaza for helpful links!
Beta Was this translation helpful? Give feedback.
All reactions