-
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
Issues with MicroROS demo on Renesas JP177 + Turtlebot Demo #87
Comments
Hello @nirmalka94 it seems that your micro-ROS client library has not been built correctly. Could you paste here your complete build log? PD: I would like to understand the two images you have attached because in the first one, the compilation is successful and in the second one there is an error, what did you change between them? |
The second one shows build is complete and 0 errors. But in the problems tab of e2 studeo it shows 40+ errors. So I am unsure if the build was completed successfully. |
Some questions:
|
I'm not sure about the origin of those errors, it seems to be related mostly to the linker script. Do you know if there is a Github repo for the demo you are trying to run?
Does the micro-ROS example work? |
No. |
After a fresh install of e2 studeo with fsp 3.3 and the demos, the first build , the following is the error log: and the Error Tab in e2 studio shows the following error. System Setup: Windows 11, e2 studio installed via FSP 3.3 ( setup_fsp_v3_3_0_e2s_v2021-07.exe) |
the micro ros librari
Actually, after building / failed builds the libmicros folder is not being created. The changes that were made are:
|
Some details:
|
I'm not sure about which is this project nor how they have built the micro-ROS support for Windows. Probably using another solution than this repo. Could you provide a link to this project? |
I am using a code provided by renesas for controlling a turtlebot3 using their JP177 board. I am unsure about sharing of the code as I am yet to get the confirmation about sharing it publicly. I have contacted the concerned person and I will update as i get a response. |
I am facing another issues with the intgration of micro-ros to my project as instructed at : LINK. I am unable to find the options mentioned in the instructions such as adding a new stack with But if I use FSP 3.3, most of the optioons and menu options mentioned in the micro-ros documentation is not visible in e2 studeo. |
Any of the other heaps shall work as expected. |
Which means i can use any other heal instead of heap 4? |
That means that the recommended and tested one is heap 4, but as explained in the FreeRTOS documentation there is no API difference between them, so theoretically all of them shall accomplish the micro-ROS needs |
@pablogs9 , |
As far as I see those errors are not related to micro-ROS but to the project you are trying to build. |
Hi, has anyone worked on the JP177 ROS-based robot body controller Turtlebot demo ? |
Hi,
I am facing some issues with the turtlebot demo using Renesas JP177 board and Turtlebot demo's.
I am following the provided PDF documentation to build turtlebot3 using micro ros agent with JP177. I am constantly getting the following error. I tried on both windows and Ubuntu with FSP 3.3, 4.4 and 4.5 versions.
The following are the issues and errors i get. The issues are also mentione in detail on the Reneasa Engineering Community Issue : LINK
The text was updated successfully, but these errors were encountered: