Posts by Tag

GitHub

Week 50. User code gets emptied at parsing

less than 1 minute read

I located the problem: the code from the user was being deleted inside the exercise.py so, what I need to do now is finding the point where it gets emptied.

Week 41. Making the script for each topic

less than 1 minute read

As studied in the previous weeks, a lot of exercises share topic so now I reproduced the shell script of the previous weeks with the rest of topics.

Week 30. Pausing functionality tests for now

less than 1 minute read

I kept looking through the week to see if there is any other way of inserting text using Selenium or external functions. But there isn’t a lot of information...

Week 16. Checking ROS topics

less than 1 minute read

I already could raise the RADI container and I knew how to use Selenium to raise a test server. So a few steps of the integration were already done.

Week 15. Understanding subprocess module

less than 1 minute read

First thing I need to do in my functionality test: Make the RADI container available. In order to do that, normally, i would type docker start RADI in my lin...

Week 14. Functionality test draft

less than 1 minute read

Once the frontend tests are finished and working, the next step is to start with the functionality tests for the production exercises.

Week 6/7. Creating Selenium Test

less than 1 minute read

This weeks the work has been centered around implementing automatic test to the unibotic platform. That way, when a deployment is done, we could automaticall...

Week 5. First issue

less than 1 minute read

As I continue to study the code of some files in the unibotics repository I helped solve a little issue!

Back to top ↑

Unibotics

Week 50. User code gets emptied at parsing

less than 1 minute read

I located the problem: the code from the user was being deleted inside the exercise.py so, what I need to do now is finding the point where it gets emptied.

Week 30. Pausing functionality tests for now

less than 1 minute read

I kept looking through the week to see if there is any other way of inserting text using Selenium or external functions. But there isn’t a lot of information...

Week 16. Checking ROS topics

less than 1 minute read

I already could raise the RADI container and I knew how to use Selenium to raise a test server. So a few steps of the integration were already done.

Week 15. Understanding subprocess module

less than 1 minute read

First thing I need to do in my functionality test: Make the RADI container available. In order to do that, normally, i would type docker start RADI in my lin...

Week 14. Functionality test draft

less than 1 minute read

Once the frontend tests are finished and working, the next step is to start with the functionality tests for the production exercises.

Week 6/7. Creating Selenium Test

less than 1 minute read

This weeks the work has been centered around implementing automatic test to the unibotic platform. That way, when a deployment is done, we could automaticall...

Week 5. First issue

less than 1 minute read

As I continue to study the code of some files in the unibotics repository I helped solve a little issue!

Week 4. D1 Deployment

less than 1 minute read

Finally, I was able to solve the previous problems I faced while trying to make a D1 Deployment.

Back to top ↑

selenium

Week 30. Pausing functionality tests for now

less than 1 minute read

I kept looking through the week to see if there is any other way of inserting text using Selenium or external functions. But there isn’t a lot of information...

Week 16. Checking ROS topics

less than 1 minute read

I already could raise the RADI container and I knew how to use Selenium to raise a test server. So a few steps of the integration were already done.

Week 15. Understanding subprocess module

less than 1 minute read

First thing I need to do in my functionality test: Make the RADI container available. In order to do that, normally, i would type docker start RADI in my lin...

Week 14. Functionality test draft

less than 1 minute read

Once the frontend tests are finished and working, the next step is to start with the functionality tests for the production exercises.

Week 6/7. Creating Selenium Test

less than 1 minute read

This weeks the work has been centered around implementing automatic test to the unibotic platform. That way, when a deployment is done, we could automaticall...

Back to top ↑

Selenium

Week 50. User code gets emptied at parsing

less than 1 minute read

I located the problem: the code from the user was being deleted inside the exercise.py so, what I need to do now is finding the point where it gets emptied.

Week 41. Making the script for each topic

less than 1 minute read

As studied in the previous weeks, a lot of exercises share topic so now I reproduced the shell script of the previous weeks with the rest of topics.

Back to top ↑

ROS

Week 41. Making the script for each topic

less than 1 minute read

As studied in the previous weeks, a lot of exercises share topic so now I reproduced the shell script of the previous weeks with the rest of topics.

Back to top ↑

python

Week 5. First issue

less than 1 minute read

As I continue to study the code of some files in the unibotics repository I helped solve a little issue!

Week 4. D1 Deployment

less than 1 minute read

Finally, I was able to solve the previous problems I faced while trying to make a D1 Deployment.

Week 1. Python & GitHub review

less than 1 minute read

This first week the task was simple: review the Python syntax so I can use this language on the rest of the TFG.

Back to top ↑

week 31

Back to top ↑

OpenCV

Week 50. User code gets emptied at parsing

less than 1 minute read

I located the problem: the code from the user was being deleted inside the exercise.py so, what I need to do now is finding the point where it gets emptied.

Back to top ↑

week 0

Back to top ↑

week 1

Week 1. Python & GitHub review

less than 1 minute read

This first week the task was simple: review the Python syntax so I can use this language on the rest of the TFG.

Back to top ↑

week 2

Back to top ↑

week 3

Back to top ↑

week 4

Week 4. D1 Deployment

less than 1 minute read

Finally, I was able to solve the previous problems I faced while trying to make a D1 Deployment.

Back to top ↑

week 5

Week 5. First issue

less than 1 minute read

As I continue to study the code of some files in the unibotics repository I helped solve a little issue!

Back to top ↑

week 6

Week 6/7. Creating Selenium Test

less than 1 minute read

This weeks the work has been centered around implementing automatic test to the unibotic platform. That way, when a deployment is done, we could automaticall...

Back to top ↑

week 7

Week 6/7. Creating Selenium Test

less than 1 minute read

This weeks the work has been centered around implementing automatic test to the unibotic platform. That way, when a deployment is done, we could automaticall...

Back to top ↑

week 8

Back to top ↑

week 9

Back to top ↑

week 10

Back to top ↑

week 11

Back to top ↑

week 12

Back to top ↑

week 13

Back to top ↑

week 14

Week 14. Functionality test draft

less than 1 minute read

Once the frontend tests are finished and working, the next step is to start with the functionality tests for the production exercises.

Back to top ↑

week 15

Week 15. Understanding subprocess module

less than 1 minute read

First thing I need to do in my functionality test: Make the RADI container available. In order to do that, normally, i would type docker start RADI in my lin...

Back to top ↑

week 16

Week 16. Checking ROS topics

less than 1 minute read

I already could raise the RADI container and I knew how to use Selenium to raise a test server. So a few steps of the integration were already done.

Back to top ↑

week 17

Back to top ↑

week 18

Back to top ↑

week 19

Back to top ↑

week 20

Back to top ↑

week 21

Back to top ↑

week 22

Back to top ↑

week 23

Back to top ↑

week 24

Back to top ↑

week 25

Back to top ↑

week 26

Back to top ↑

week 27

Back to top ↑

week 28

Back to top ↑

week 29

Back to top ↑

week 30

Week 30. Pausing functionality tests for now

less than 1 minute read

I kept looking through the week to see if there is any other way of inserting text using Selenium or external functions. But there isn’t a lot of information...

Back to top ↑

ImageProcessing

Back to top ↑

week 33

Back to top ↑

week 34

Back to top ↑

week 35

Back to top ↑

week 36

Back to top ↑

week 37

Back to top ↑

week 38

Back to top ↑

week 39

Back to top ↑

week 40

Back to top ↑

week 41

Week 41. Making the script for each topic

less than 1 minute read

As studied in the previous weeks, a lot of exercises share topic so now I reproduced the shell script of the previous weeks with the rest of topics.

Back to top ↑

week 42

Back to top ↑

week 43

Back to top ↑

week 44

Back to top ↑

week 45

Back to top ↑

week 46

Back to top ↑

week 47

Back to top ↑

week 48

Back to top ↑

week 49

Back to top ↑

week 50

Week 50. User code gets emptied at parsing

less than 1 minute read

I located the problem: the code from the user was being deleted inside the exercise.py so, what I need to do now is finding the point where it gets emptied.

Back to top ↑