Cristian Sánchez Rodríguez

Results 1 issues of Cristian Sánchez Rodríguez

Hello! I'm developing an app using ROS Noetic, in Ubuntu 20.04 LTS, using C++. Here I provide the code where I initialize everything: ```c++ GridMap map({"elevation"}); map.setFrameId("map"); map.setGeometry(Length(10, 10), 1);...