photo

Joshua Davy


Last seen: 5 months ago Active since 2022

Followers: 0   Following: 0

Statistics

All
  • Knowledgeable Level 1
  • Solver

View badges

Feeds

View by

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

2 years ago

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

2 years ago

Solved


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

2 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

2 years ago

Answered
Errors in rosservice info for external services.
To the person that stumbles on this. It was caused by me not setting up my enviroment variables between windows and WSL 2 (where...

2 years ago | 0

| accepted

Question


Errors in rosservice info for external services.
Hello, I am running into errors whilst attempting to run n = ros.node("/test") client = ros.ServiceClient(n,'/iiwa_1/control...

2 years ago | 1 answer | 0

1

answer