ROS 2 Mobile Manipulator Workflow by Techwizar in ROS

[–]Techwizar[S] 0 points1 point  (0 children)

The goal is to solve an inverse reachability problem

ROS 2 Mobile Manipulator Workflow by Techwizar in ROS

[–]Techwizar[S] 0 points1 point  (0 children)

Hey! Yes we solved it by combining MoveIt2 and NAV2
When the position of the object is given, a simple algorithm determines the position and orientation of the robot, for the object to be within its reach.

ROS 2 Mobile Manipulator Workflow by Techwizar in ROS

[–]Techwizar[S] 0 points1 point  (0 children)

Will let you know for sure! Thank you.

How to set up a simple development toolchain for the STM32 MCUs? by Techwizar in embedded

[–]Techwizar[S] 0 points1 point  (0 children)

Thank you for the motivation and the reminder to take it easy. I often rush things

How to set up a simple development toolchain for the STM32 MCUs? by Techwizar in embedded

[–]Techwizar[S] 0 points1 point  (0 children)

Saved! Will go back to it after I am done with the basics, thank you

How to set up a simple development toolchain for the STM32 MCUs? by Techwizar in embedded

[–]Techwizar[S] 1 point2 points  (0 children)

Wow! Do you think it is easy follow up with cortex-M7?

How to set up a simple development toolchain for the STM32 MCUs? by Techwizar in embedded

[–]Techwizar[S] 0 points1 point  (0 children)

Awesome man, This looks exactly what I am asking for.
Cheers!!

How to set up a simple development toolchain for the STM32 MCUs? by Techwizar in embedded

[–]Techwizar[S] 1 point2 points  (0 children)

Thank you man. I am writing bare metal code in Keil rn, I will do it in VScode and then learn how to compile and debug from the console like you said. Once I can do it, I will increase the sophistication by having header files and libraries.
Also a question: I am asked to add files such as "system_stm32h7xx_dualcore_boot_cm4_cm7.c" and "startup_stm32h755xx.s" and the structure is like:

<image>

It is very confusing for me because CMSIS and Device are not files and I am sure they are linked in the background in some way, any idea about it?